Releases: benizzio/spec-kit-test-coverage-drift-control
Releases · benizzio/spec-kit-test-coverage-drift-control
Release list
v0.3.0
Changes
- Make report reruns incremental by preserving historical findings with stable
COV-DRIFT-###identifiers andPending/Resolvedstatus. - 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
Resolvedwith 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
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
Extensionand oneConfigmarker pair each.
v0.2.0 - First beta release
0.2.0
- Extract the extension into the standalone
spec-kit-test-coverage-drift-controlrepository - Rename the extension ID and command namespace from
test-coverage-drift-analysistotest-coverage-drift-control - Update the manifest metadata, repository links, and README for standalone publishing
- Preserve the existing report, remediation, and optional
after_implementworkflow