Skip to content

v1.13.0

Choose a tag to compare

@wilsto wilsto released this 01 Mar 13:14
· 19 commits to main since this release

Added

  • Coverage report (advisory step 5b in /commit): runs {{TEST_COMMAND_COVERAGE}} after tests pass, reports %, warns if coverage dropped
  • Doc completeness check (advisory step 5c in /commit): detects public symbols without docstrings/JSDoc/godoc in staged files
  • Definition of Ready / Done in workflow.md: concrete DoR (5 criteria) and DoD (5 criteria) for GitHub Project issues
  • DoR check in /roadmap Add Work flow: warns before creating issues missing acceptance criteria, phase, or priority
  • Coverage mode in test-runner agent: optional "with coverage" invocation using {{TEST_COMMAND_COVERAGE}}
  • Real coverage metrics in tech-debt-auditor agent: replaces qualitative estimation with actual coverage command output
  • Coverage after GREEN in /tdd skill: shows coverage for modified file after test passes

Changed

  • Quality gate expanded from 4 to 6 items: added coverage report (advisory) and doc completeness (advisory)
  • /setup now propagates {{TEST_COMMAND_COVERAGE}} to commit skill files alongside tdd files
  • README updated with coverage and doc completeness in /commit description