docs: add token/context hygiene rules to AGENTS.md and SeedPrompt addendum
This commit is contained in:
@@ -38,3 +38,11 @@ Scope: Applies to the entire repository unless overridden by a deeper AGENTS.md.
|
||||
- Ask clarifying questions in `collab/<...>-questions.md`.
|
||||
- Propose in `collab/<...>-proposal.md`, plan in `collab/<...>-plan.md`, then implement.
|
||||
- Respect repository structure and this AGENTS.md across all changes.
|
||||
|
||||
## Token/Context Hygiene
|
||||
- Chat minimalism: keep messages short; prefer pointers to files over inline dumps.
|
||||
- Use `.llm.md` files for concise, machine-friendly summaries; avoid duplicating full human docs.
|
||||
- No large pastes in chat: never paste large code or markdown; write to files and reference paths/sections.
|
||||
- Incremental artifacts: start a new `NN-<subject>.md` per round to avoid long single files.
|
||||
- Status style: one-line updates before tool calls; rely on devlog for detail.
|
||||
- Avoid re-reading large files in chat; reference exact file paths and sections instead.
|
||||
|
Reference in New Issue
Block a user