๐ Fixed
- Dashboard approved lane: WPs with
lane: "approved"no longer silently fall back to the "planned" column. Added "Approved" as a 5th kanban column between For Review and Done, withclaimedโplanned andin_progressโdoing lane normalization in the scanner.
[Unreleased]
โ Added
- Mutation testing CI integration (feat #47): mutmut toolchain setup, CI integration, and targeted kill sessions for
status/reducer and transitions. - Agentic mutation testing remediation workflow: GitHub Agentic Workflow (gh-aw) replaces the legacy Claude workflow for mutation testing remediation.
- SonarCloud integration: added SonarCloud config;
developbranch recognized as 2.x-equivalent in CI quality gates. - Architecture corpus restructure: versioned architecture docs under
architecture/1.x/andarchitecture/2.x/, 45 ADRs, glossary contexts across 10 bounded domains, Contextive integration, and stakeholder persona definitions. meta.jsonschema example in specify template: documents"target_branch"and"vcs"as required explicit fields.
๐ Fixed
- Post-rebase quality fixes: resolved unmatched
)syntax error,gap_analysis_pathundefined name (F821),timezoneโUTCreference, unusedtype: ignorecomments, andtomlimport-untyped mypy errors. - Test isolation: moved misplaced test package; fixed 3 test failures and Pydantic V1 deprecation warnings.
- Sync offline queue: redirect offline queue warning to stderr instead of stdout.
- CI branch detection:
developnow recognized as a 2.x branch for branch-contract guards.
๐ง Changed
- Ruff lint compliance: full ruff clean pass across
src/andtests/; added ruff lint config topyproject.toml. - Documentation site updates: 2.x docs site refresh with Contextive IDE integration guide.