chore: implement rdb init project structure
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user