@@ -45,7 +45,7 @@ Use this map to avoid overlapping implementations.
4545| E6 | Session Intelligence and Resume Tooling | paused | Medium | E2 | TBD | Resume when core orchestration stabilizes |
4646| E7 | Tmux Visual Multi-Agent Mode | postponed | Low | E2 | TBD | Optional power-user feature |
4747| E8 | Keyword-Triggered Execution Modes | done | High | E1, E4 | bd-302, bd-2fb, bd-2zq, bd-3dp | Fast power-mode activation from prompt text |
48- | E9 | Conditional Rules Injector | in_progress | High | E1 | bd-1q8, bd-3rj | Enforce project conventions with scoped rules |
48+ | E9 | Conditional Rules Injector | in_progress | High | E1 | bd-1q8, bd-3rj, bd-fo8 | Enforce project conventions with scoped rules |
4949| E10 | Auto Slash Command Detector | paused | Medium | E1, E8 | TBD | Resume only if intent precision stays high in prototypes |
5050| E11 | Context-Window Resilience Toolkit | planned | High | E4 | TBD | Improve long-session stability and recovery |
5151| E12 | Provider/Model Fallback Visibility | planned | Medium | E5 | TBD | Explain why model routing decisions happen |
@@ -422,10 +422,11 @@ Every command-oriented epic must ship all of the following:
422422 - [x] Subtask 9.2.2: Match rules by file path and operation context
423423 - [x] Subtask 9.2.3: Inject effective rule set into execution context
424424 - [x] Notes: Added ` scripts/rules_engine.py ` with frontmatter parsing, layered discovery, deterministic precedence sorting, duplicate-id conflict reporting, and effective rule stack resolution helpers.
425- - [ ] Task 9.3: Operations and diagnostics
426- - [ ] Subtask 9.3.1: Add ` /rules status ` and ` /rules explain <path> ` commands
427- - [ ] Subtask 9.3.2: Add per-rule disable list in config
428- - [ ] Subtask 9.3.3: Add doctor output for rule source and conflicts
425+ - [x] Task 9.3: Operations and diagnostics
426+ - [x] Subtask 9.3.1: Add ` /rules status ` and ` /rules explain <path> ` commands
427+ - [x] Subtask 9.3.2: Add per-rule disable list in config
428+ - [x] Subtask 9.3.3: Add doctor output for rule source and conflicts
429+ - [x] Notes: Added ` scripts/rules_command.py ` with status/explain/disable-id/enable-id/doctor workflows, wired ` /doctor ` integration for rules diagnostics, and added command aliases/install smoke coverage.
429430- [ ] Task 9.4: Verification and docs
430431 - [ ] Subtask 9.4.1: Add tests for glob matching and precedence
431432 - [ ] Subtask 9.4.2: Add docs with examples for team rule packs
0 commit comments