Sync: Complete project state with all MEGA SPRINT V1-V3 features and Codex stubs

This commit is contained in:
renato97
2026-04-08 17:58:47 -03:00
parent c9d3528900
commit 6d080d43b3
372 changed files with 189715 additions and 8590 deletions

47
ralph/gui/README.md Normal file
View File

@@ -0,0 +1,47 @@
# Ralph GUI
This is a minimal localhost dashboard for Ralph.
It does not execute runs by itself.
It only reads:
- `ralph/state/current_run.json`
- `ralph/state/last_background_run.json`
- `ralph/state/events.jsonl`
- `ralph/state/provider_smoke.json`
- recent folders under `ralph/runs/`
## Start
```powershell
powershell -ExecutionPolicy Bypass -File .\ralph\scripts\Start-RalphDashboard.ps1
```
Default URL:
```text
http://127.0.0.1:8765
```
## What it shows
- current run id, stage and status
- implementer state
- reviewer state
- Codex master state
- fix-pass state
- recent event timeline
- latest run folders and summary excerpts
- last background runner metadata
## Note
The dashboard is intentionally simple.
It is meant to answer:
- who is working right now
- what stage the swarm is in
- whether Codex review already happened
- whether a run completed, failed or stopped