chore: implement rdb init project structure

This commit is contained in:
2026-06-02 06:13:43 +01:00
parent 7cb7034704
commit 6211a391b5
7 changed files with 104 additions and 5 deletions
+19
View File
@@ -39,6 +39,25 @@ rdb handoff
5. Give the next task to Claude Code or Cline
6. Commit after each completed task
## Project structure
`rdb init` creates the following files (skips existing ones):
- context/discovery-log.md
- context/product-brief.md
- context/architecture.md
- context/decisions.md
- context/risks.md
- context/assumptions.md
- context/open-questions.md
- context/repository-context.md
- TASKS.md
- TEST_PLAN.md
- RUN_LOG.md
- PROJECT_STATE.md
- AGENT_HANDOFF.md
- .rdb/project.json
## Principle
Markdown files are the source of truth. No database is required.