feat(ralph): add autonomous project execution system

- router.py: add !approve, !status, !stop, !propose commands for project lifecycle management
- approved-tasks.json: coordination schema for evening→night→morning pipeline
- tools/ralph/: ralph.sh loop, prompt.md, prd-template.json
- cron/jobs.json: enable morning-report, evening-report, night-execute (23:00 opus)

Evening-report proposes features to approved-tasks.json as 'pending'; Marius
approves via !approve; night-execute launches ralph.sh per project.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-26 15:20:52 +00:00
parent bee409d164
commit 90c2a90b5e
6 changed files with 665 additions and 8 deletions

4
approved-tasks.json Normal file
View File

@@ -0,0 +1,4 @@
{
"projects": [],
"last_updated": null
}