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
+51
View File
@@ -71,6 +71,57 @@ TBD
| ID | Assumption | Confidence | Validation Needed |
|---|---|---|---|
""",
"context/repository-context.md": """# Repository Context
## Purpose
TBD
## Key Components
TBD
## Dependencies
TBD
## Contributing
TBD
""",
"PROJECT_STATE.md": """# Project State
Current Stage: DISCOVERY
Previous Stage: NONE
Next Stage: BOOTSTRAP_READY
Current Task: None
Active Branch: main
Last Updated: TBD
""",
"AGENT_HANDOFF.md": """# Agent Handoff
## Current Stage
DISCOVERY
## Instructions For Agent
- Complete one task only
- Make the smallest useful change
- Update documentation
- Run tests
- Commit changes
- Stop after task completion
""",
".rdb/project.json": """{
"name": "rdb-discovery",
"stage": "DISCOVERY",
"tasks": [],
"created": "TBD"
}
""",
"context/open-questions.md": """# Open Questions