What's Changed
Performance
- ~750 fewer subshell forks —
log()timestamp caching via$SECONDSbuiltin,score_cross_model_review()rewritten from 12 echo|grep chains to bash regex, 21 echo|grep→[[ ]]builtins, 16$(cat)→$(<), 41grep|head -1→grep -m1
Flag Maintenance
- Pruned 18 banner-only
SUPPORTS_*flags (111→93) — removed v2.1.70/v2.1.71 detection blocks entirely - Wired 7 flags as
/octo:doctortips — 4 dead v2.1.77 flags + 3 medium-value flags now surface in diagnostics
Fixes
- Fixed 6 pre-existing test failures (json_extract path, monthly-review relocation, score regex, dispatch_method)
- All 82 pre-push tests pass, 203/203 main suite
Full Changelog: v9.4.0...v9.4.1