You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| E15 | Todo Enforcer and Plan Compliance | planned | High | E14 | TBD | Keep execution aligned with approved checklists |
@@ -172,7 +172,7 @@ Every command-oriented epic must ship all of the following:
172
172
173
173
## Epic 1 - Config Layering + JSONC Support
174
174
175
-
**Status:**`done`
175
+
**Status:**`paused`
176
176
**Priority:** High
177
177
**Goal:** Add user/project layered config and JSONC parsing so behavior can be customized per repo without mutating global defaults.
178
178
**Depends on:** None
@@ -439,7 +439,7 @@ Every command-oriented epic must ship all of the following:
439
439
440
440
## Epic 10 - Auto Slash Command Detector
441
441
442
-
**Status:**`in_progress`
442
+
**Status:**`paused`
443
443
**Priority:** Medium
444
444
**Goal:** Detect natural-language intent that maps to existing slash commands and optionally execute with guardrails.
445
445
**Depends on:** Epic 1, Epic 8
@@ -499,7 +499,7 @@ Every command-oriented epic must ship all of the following:
499
499
500
500
## Epic 12 - Provider/Model Fallback Visibility
501
501
502
-
**Status:**`in_progress`
502
+
**Status:**`done`
503
503
**Priority:** Medium
504
504
**Goal:** Make model routing and provider fallback decisions observable and explainable.
505
505
**Depends on:** Epic 5
@@ -519,12 +519,13 @@ Every command-oriented epic must ship all of the following:
519
519
-[x] Subtask 12.3.2: Add examples for category-driven routing outcomes
520
520
-[x] Subtask 12.3.3: Add docs for troubleshooting unexpected model selection
521
521
-[x] Notes: Added `scripts/routing_command.py`, routed aliases in `opencode.json`, and README examples/troubleshooting for compact explainability workflows.
522
-
-[ ] Task 12.4: Verification
523
-
-[ ] Subtask 12.4.1: Add tests for deterministic trace output
524
-
-[ ] Subtask 12.4.2: Add tests for fallback and no-fallback scenarios
-[x] Notes: Expanded `scripts/selftest.py` with deterministic resolution-trace assertions plus fallback/no-fallback routing explain scenarios and added `/routing` smoke hints in `install.sh`.
527
+
-[x] Exit criteria: users can explain model/provider selection for every routed task
528
+
-[x] Exit criteria: trace output remains readable in default mode
0 commit comments