Shannon v1.2.0
Second stable release. Builds on v1.0.0 with deep planning, parallel wave execution, and the evidence-gated forge pipeline.
Highlights
- DeepPlan + wave-execution — multi-phase plans decomposed into dependency-ordered parallel waves with between-wave synthesis gates
/shannon:plan-deep— true alias ofplan --mode deep(phantom flags removed; only real plan.md flags exposed)- Forge pipeline — codebase-analysis → docs-research → planning → oracle plan-review → execute → validation → evidence-indexing → 3-reviewer consensus → 3-oracle quorum → completion-gate
- skills10x harness — self-contained v1-native skill activation harness; registration derived transitively from authoritative Skill tool_use
- Dynamic Workflows awareness + real Agent SDK load probe (
scripts/harness/load_check.py) - doctor.py reads version live from the manifest
Surface
36 skills · 11 agents · 22 commands · 9 hooks
Iron Rule
No mocks, no stubs, no test files — real-system evidence or a refusal. Enforcement hooks block .test.* writes at write-time.
Full diff: v1.0.0...v1.2.0