docs: enforce questions-first process; remove proposal/plan; update AGENTS and SeedPrompt

This commit is contained in:
2025-09-17 09:19:06 -05:00
parent a5fa0f8970
commit 5ee44431dc
7 changed files with 94 additions and 33 deletions

View File

@@ -9,6 +9,11 @@ Scope: Applies to the entire repository unless overridden by a deeper AGENTS.md.
- Examples: `collab/questions/00-bootstrap.md`, `collab/proposals/01-wrapper.md`, `collab/plan/01-wrapper.md`
- Principle: Keep chat minimal; prefer file-based collaboration via these documents.
### Sequencing Rules
- Begin with a questions file in `collab/questions/` and iterate there until the agent is satisfied or the user instructs to proceed.
- Do not create a proposal or plan until the questions have been edited by the user and explicitly approved.
- 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.
- Project docs: `docs/` for feature docs (`<feature>.md`) and architectural decisions (`adr-<feature>.md`).