chore: archive historical task programs

This commit is contained in:
Dobromir Popov
2026-07-17 12:41:46 +03:00
parent 9b257d9a1b
commit a35d86f343
65 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Dashboard Test Runner
Status: active
## Goal
Provide an opt-in, admin-only tracker Dashboard Testing tab that dynamically discovers pytest tests, runs fixed collected targets safely in background, and reports live logs/status.
## Safety
- Disabled unless tracker starts with an explicit flag.
- Admin-only API/UI.
- No arbitrary command/argument execution.
- One active run.
- Real inference stays separately environment-gated and excluded from default suites.
## Operator workflow
See [`docs/dev/dashboard-test-runner.md`](../../docs/dev/dashboard-test-runner.md)
for launch configuration, default safe suites vs the gated real-inference suite,
and required environment variables.
See `prd.json` for executable Ralph user stories and acceptance criteria.