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

@@ -16,7 +16,7 @@ Scope: Applies to the entire repository unless overridden by a deeper AGENTS.md.
- After approval, create a concise proposal in `collab/proposals/` and a concrete plan in `collab/plan/`, then implement.
## Logs and Documentation
- Dev logs: `devlog/DEVLOG_LLM.md` and `devlog/DEVLOG_HUMAN.md` updated each meaningful change.
- Dev logs: `docs/devlog/DEVLOG_LLM.md` and `docs/devlog/DEVLOG_HUMAN.md` updated each meaningful change.
- Project docs: `docs/` for feature docs (`<feature>.md`) and architectural decisions (`adr-<feature>.md`).
- README: Keep `README.md` current with quickstart and usage.