v1.100.0
·
1355 commits
to main
since this release
What's Changed
Added
- EPIC Type — Core Registration and Parsing — Registers EPIC as a first-class issue type with core infrastructure, parsing, and schema support. (FEAT-1405)
- EPIC Type — Skills, Commands, and Documentation Updates — Extends all skills, commands, and documentation surfaces to recognize and handle EPIC type issues. (FEAT-1407)
- EPIC Type — CLI Display, Argparse Choices, and Tests — Adds EPIC to all CLI display paths, argparse choices, and test coverage. (FEAT-1410)
- EPIC Type — Regex-Based Callers, Anchor Sweep, and Tests — Extends regex-based callers and anchor sweep to include EPIC type patterns. (FEAT-1411)
- Startup Reconciliation Sweep for Stale
.running/Files — FSM startup now detects and cleans up stale.running/state files left from interrupted sessions. (ENH-1399)
Fixed
decide-issue --autoAsks Interactive Questions — Adds Phase 3b inline provisional scan for--automode so provisional decisions are resolved non-interactively. (BUG-1416)ll-loopGo/No-Go Gate Broken — Restored go/no-go gate by using theinvokesubcommand in thell-actioncall for loop states. (91a9166)implement_issueHangs on Already-Completed Issues — Added completion guard to prevent the FSM from hanging whenimplement_issueis invoked on an issue already marked done. (1f16f7c)ll-issues listTreatsstatus: completedas Open — Statuscompletedis now treated asdonein list output, matching the canonical status vocabulary. (d55db5c)
Changed
- Issue Status Decoupled from Directory Location —
IssueInfo.statusfield now drives all status checks acrossll-issues,ll-sync, sprint runner, parallel orchestrator, andissue_manager; directory-based status methods are deprecated. (ENH-1417, ENH-1423, ENH-1424, ENH-1426, ENH-1427) - Confidence-Check Criterion A Split into Breadth × Depth — Criterion A (Complexity) is replaced by two sub-scores — Breadth (number of call sites) and Depth (layer-crossing) — for more precise assessment. (ENH-1413)
- Confidence-Check Criterion D Credits Mechanical Fanouts — The Change Surface rubric now credits enumerated mechanical fanouts such as CLI flags and serialization fields. (ENH-1412)
- Relationship Migration Script — Added
ll-migrate-relationshipsto rename deprecatedparent_issue:→parent:andrelated:→relates_to:across all issue files. (ENH-1434) - Issue Model:
milestone:andlabels:Frontmatter Fields — Addedmilestone:(with--milestonefilter) andlabels:(with--labelfilter) toIssueInfoand CLI. (a052e18, 85653bf) - Dependency Graph Enhancements — Added
depends_on_edgesfield and soft-ordering ofdepends_ontargets inget_execution_waves(). (0cc0fad, 22d2dce) - Relationship Field Standardization — Standardized
blocked_by,duplicate_of,relates_to, andparentrelationship fields across skills, docs, and GitHub sync. (16a3ae6, 694ea9f, e7d4d5d) disable-model-invocationAdded to 16 Operational Skills — Prevents accidental model calls from operational skills that should only perform file/tool operations. (2bc2e2f)
Full Changelog: v1.99.0...v1.100.0