Files
claudetools/.claude/memory/feedback_gururmm_agent_parity.md
Mike Swanson 0daa7951b3 sync: auto-sync from GURU-5070 at 2026-06-02 07:25:49
Author: Mike Swanson
Machine: GURU-5070
Timestamp: 2026-06-02 07:25:49
2026-06-02 07:25:55 -07:00

17 lines
904 B
Markdown

---
name: feedback_gururmm_agent_parity
description: "Add feature X to the agent" means all three platforms (Windows + Linux + macOS) in the same change — no exceptions
metadata:
type: feedback
---
"Add feature X to the agent" means Windows + Linux + macOS. All three in the same change.
**Why:** Mike stated this explicitly 2026-05-15. Delivering Windows-only and leaving Linux/macOS for later is not acceptable — it's the same as not finishing the task.
**How to apply:** When implementing any agent feature:
- If the implementation differs by platform, write all three variants.
- If a real implementation is not feasible on a platform yet, add a working stub + `// TODO(platform): <os> — <reason>` in the same commit.
- A silent no-op without a stub and TODO is treated as a bug.
- See `.claude/CODING_GUIDELINES.md` "GuruRMM Agent — Platform Parity" for the full matrix and known gaps.