docs: limit chat announcements to collab/{questions,proposals,plan}; update AGENTS.md and SeedPrompt.md; log in devlog

This commit is contained in:
2025-09-17 10:00:04 -05:00
parent 0a9849de52
commit ce0a8b32ec
3 changed files with 10 additions and 0 deletions

View File

@@ -53,3 +53,5 @@ Scope: Applies to the entire repository unless overridden by a deeper AGENTS.md.
- Do not paste diffs or file contents in chat; write to files instead. - Do not paste diffs or file contents in chat; write to files instead.
- Aggregate multiple updates in a short bulleted list of filepaths. - Aggregate multiple updates in a short bulleted list of filepaths.
- Push detailed reasoning/status to `docs/devlog/` and reference it when needed. - Push detailed reasoning/status to `docs/devlog/` and reference it when needed.
- Only announce changes to collaboration files: `collab/questions/`, `collab/proposals/`, and `collab/plan/`.
- For all other changes (docs, code, configs), skip chat announcements and log in DevLog.

View File

@@ -75,3 +75,4 @@ Commit/push everything in the repo now before we get started on the project.
- Limit chat to five lines or fewer; avoid explanations in chat. - Limit chat to five lines or fewer; avoid explanations in chat.
- Never paste diffs or large content in chat; commit to files and reference paths. - Never paste diffs or large content in chat; commit to files and reference paths.
- Log detail in `docs/devlog/` and keep the chat terminal clean. - Log detail in `docs/devlog/` and keep the chat terminal clean.
- Only announce updates for `collab/questions/`, `collab/proposals/`, and `collab/plan/` files. All other updates go to DevLog without chat noise.

View File

@@ -53,3 +53,10 @@ This log is concise and structured for quick machine parsing and summarization.
- Added Chat Output Policy to AGENTS.md and SeedPrompt.md (five-line max; default message format; no diffs in chat) - Added Chat Output Policy to AGENTS.md and SeedPrompt.md (five-line max; default message format; no diffs in chat)
- next: - next:
- Use filesystem-first workflow; keep chat to update notices - Use filesystem-first workflow; keep chat to update notices
## 2025-09-17T15:12Z
- context: Refined chat announcements scope
- actions:
- Limited chat announcements to collab/questions, collab/proposals, collab/plan only
- next:
- Announce only those; log everything else here