Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

### CLI Issues Found in Whole-Repo Code Review (2026-07-22)

- [ ] **`evoseal export` fabricates results instead of reporting real failures** _(exact file:line needs re-verification)_
- [x] **`evoseal export` fabricates results instead of reporting real failures** _(done 2026-08-03)_ — `export_results`, `export_variant`, and `export_all` now query `ExperimentDatabase` instead of returning hardcoded sample data; graceful error when no database or experiment found
- [ ] **Several `evoseal pipeline` subcommands are stubs**, not implemented behavior _(exact file:line needs re-verification)_

### SEAL Subsystem Issues Found in Whole-Repo Code Review (2026-07-22)
Expand Down Expand Up @@ -306,10 +306,10 @@
| Priority | Total | Done | Notes |
|----------|-------|------|-------|
| 🔴 P0 | 11 | 11 | Original 5 complete; all 6 critical bugs from 2026-07-22 whole-repo review fixed (PRs #74, #76-#79) |
| 🟠 P1 | 24 | 18 | Original safety/integration items done; +12 high-priority bugs from 2026-07-22 review (3 CI/CD pipeline fixes: workflow_run name mismatch, requirements/ path, security gate bypass); signal-handler init fix; safety.yaml created; monitoring dashboard auth+CORS fix |
| 🟠 P1 | 24 | 19 | Original safety/integration items done; +12 high-priority bugs from 2026-07-22 review (3 CI/CD pipeline fixes: workflow_run name mismatch, requirements/ path, security gate bypass); signal-handler init fix; safety.yaml created; monitoring dashboard auth+CORS fix; `evoseal export` now uses real data |
| 🟡 P2 | 30 | 25 | Co-evolution loop gaps (8 items, 8 done) + existing P2 + 13 medium bugs from 2026-07-22 review + 4 latent collect->train bugs found closing the loop (1 fixed, 1 new HF-format gap resolved); provider_manager health-check await fix; workflow-agent private-API/event-loop fix; checkpoint save/restore test; trust_remote_code security fix; safety-decision orchestration tests; structured improvement units |
| 🟢 P3 | 24 | 19 | Makefile, pre-commit, Docker, ADRs, ADR refresh, CHANGELOG complete; +11 hygiene items from 2026-07-22 review; Ollama provider retry/backoff fix; local_models TTL cache; workspace prompt file conventions; how-it-works tutorial; model_fine_tuner key validation; model_fine_tuner GPU availability check |
| **Total** | **89** | **73** | |
| **Total** | **89** | **74** | |

> Update this table as you complete items. Recommended flow: P0 → P1 → P2 → P3.
>
Expand Down
Loading
Loading