docs(devlog): move DevLog under docs/; update references in AGENTS.md and SeedPrompt.md

This commit is contained in:
2025-09-17 09:57:30 -05:00
parent ac36dd8654
commit 93c63e9810
5 changed files with 70 additions and 65 deletions

View File

@@ -44,7 +44,7 @@ Commit/push everything in the repo now before we get started on the project.
- Use consistent filenames: `<step-or-subject>.md` inside each subdirectory.
- Move existing files accordingly (e.g., `collab/questions/00-bootstrap.md`).
- Create and maintain an `AGENTS.md` at the repo root with working agreements and conventions.
- Continue keeping `devlog/DEVLOG_LLM.md` and `devlog/DEVLOG_HUMAN.md` updated.
- Continue keeping `docs/devlog/DEVLOG_LLM.md` and `docs/devlog/DEVLOG_HUMAN.md` updated.
- After applying this structure, commit and push the changes.
### Chat Output Preference
@@ -64,7 +64,7 @@ Commit/push everything in the repo now before we get started on the project.
### Token Discipline
- Keep chat output extremely concise; use the filesystem for details.
- Keep chat output extremely concise; use the filesystem (docs/devlog, collab/) 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.