docs: add token/context hygiene rules to AGENTS.md and SeedPrompt addendum
This commit is contained in:
@@ -61,3 +61,10 @@ Commit/push everything in the repo now before we get started on the project.
|
||||
- Use multiple files per round rather than growing a single document.
|
||||
- Naming: `collab/<type>/NN-<subject>.md` (human) and `collab/<type>/NN-<subject>.llm.md` (LLM-optimized).
|
||||
- Start a new `NN` for each major round; keep subject consistent across types.
|
||||
|
||||
### Token Discipline
|
||||
|
||||
- Keep chat output extremely concise; use the filesystem for details.
|
||||
- Summarize for the model in `.llm.md` companions; keep human-readable detail in the primary `.md`.
|
||||
- Do not paste large content into chat; write to files and reference paths.
|
||||
- Prefer starting new numbered files per round to keep each doc short.
|
||||
|
Reference in New Issue
Block a user