Skip to content

Releases: benizzio/spec-kit-test-coverage-drift-control

v0.3.0

Choose a tag to compare

@benizzio benizzio released this 15 Jul 13:56
v0.3.0
b0d5d6f

Changes

  • Make report reruns incremental by preserving historical findings with stable COV-DRIFT-### identifiers and Pending/Resolved status.
  • Limit remediation planning and task generation to pending findings while preserving existing tasks.
  • Record evidence-based, behavior-preserving remediation plans before generating implementation tasks.
  • Add a final remediation task that marks only successfully remediated and validated findings as Resolved with resolution notes.

Verification

  • Installed from the release archive:
    https://github.com/benizzio/spec-kit-test-coverage-drift-control/archive/refs/tags/v0.3.0.zip
  • Confirmed the installed extension reports as Test Coverage Drift Control (v0.3.0).
  • Confirmed the extension provides 2 commands and 1 optional hook.
  • Confirmed generated OpenCode command wrappers include the incremental report and remediation lifecycle instructions.

v0.2.1

Choose a tag to compare

@benizzio benizzio released this 31 May 18:48
v0.2.1
ea7d2d0

Changes

  • Remove source command metadata markers so installed opencode command wrappers do not duplicate extension/config comments.
  • Document the COV-DRIFT-### remediation identifier convention for release consistency.

Verification

  • Installed from the release archive:
    https://github.com/benizzio/spec-kit-test-coverage-drift-control/archive/refs/tags/v0.2.1.zip
  • Confirmed installed extension reports as Test Coverage Drift Control (v0.2.1).
  • Confirmed generated opencode command wrappers contain exactly one Extension and one Config marker pair each.

v0.2.0 - First beta release

Choose a tag to compare

@benizzio benizzio released this 27 May 20:48

0.2.0

  • Extract the extension into the standalone spec-kit-test-coverage-drift-control repository
  • Rename the extension ID and command namespace from test-coverage-drift-analysis to test-coverage-drift-control
  • Update the manifest metadata, repository links, and README for standalone publishing
  • Preserve the existing report, remediation, and optional after_implement workflow