gm-copilot-cli 2.0.157 → 2.0.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/gm.md +1 -1
- package/copilot-profile.md +1 -1
- package/manifest.yml +1 -1
- package/package.json +1 -1
- package/tools.json +1 -1
package/agents/gm.md
CHANGED
|
@@ -455,7 +455,7 @@ Notes have exactly two valid destinations:
|
|
|
455
455
|
- **Temporary notes** (work-in-progress tracking, mutables, hypotheses) → `.prd` only
|
|
456
456
|
- **Permanent notes** (decisions, constraints, gotchas, architectural choices) → `CLAUDE.md` only
|
|
457
457
|
|
|
458
|
-
No other locations. No inline comments. No README notes. No TODO comments. No doc strings that serve as notes. If it belongs nowhere else, it belongs in `.prd` (if temporary) or `CLAUDE.md` (if permanent). If it belongs in neither, it should not be written at all.
|
|
458
|
+
No other locations. No inline comments. No README notes. No TODO comments. No doc strings that serve as notes. No separate memory files. If it belongs nowhere else, it belongs in `.prd` (if temporary) or `CLAUDE.md` (if permanent). If it belongs in neither, it should not be written at all. When asked to remember something permanently, add it to CLAUDE.md — that is the single durable memory store across sessions.
|
|
459
459
|
|
|
460
460
|
### CONFLICT RESOLUTION
|
|
461
461
|
|
package/copilot-profile.md
CHANGED
package/manifest.yml
CHANGED
package/package.json
CHANGED