Releases: benizzio/spec-kit-coding-standards-drift-control
Releases · benizzio/spec-kit-coding-standards-drift-control
v0.3.1
Coding Standards Drift Control v0.3.1
Patch release for the standalone coding-standards-drift-control Spec Kit extension.
Changes
- Corrects README wording from the source extraction PR review feedback
- Aligns the optional
after_implementhook prompt with the Coding Standards Drift Control name - Updates remaining user-facing stop-message terminology from drift analysis to drift control
- Updates release metadata and installation documentation to
0.3.1
Installation
specify extension add coding-standards-drift-control --from https://github.com/benizzio/spec-kit-coding-standards-drift-control/archive/refs/tags/v0.3.1.zipv0.3.0 - First beta release
Coding Standards Drift Control v0.3.0
First standalone beta release of the coding-standards-drift-control Spec Kit extension.
Highlights
- Renames the extension namespace from
coding-standards-drift-analysistocoding-standards-drift-control - Ships as a standalone publishable Spec Kit extension repository
- Provides focused coding-standards drift reporting for active Spec Kit features
- Appends remediation tasks directly to
tasks.mdfor execution via/speckit.implement - Registers an optional
after_implementhook for report generation - Replaces
DRIFT-###identifiers withCODE-STAND-DRIFT-### - Migrates legacy
DRIFT-###findings toCODE-STAND-DRIFT-###while preserving numeric suffixes
Included Commands
/speckit.coding-standards-drift-control.report/speckit.coding-standards-drift-control.remediation-plan
Behavior Notes
- This release keeps beta versioning at
0.3.0 - No backward-compatible aliases are provided for the previous
coding-standards-drift-analysiscommand namespace - Remediation planning treats legacy
DRIFT-###references and newCODE-STAND-DRIFT-###references with the same numeric suffix as the same finding - Report generation and remediation planning stop when the active feature still has open or pending implementation tasks
Installation
specify extension add coding-standards-drift-control --from https://github.com/benizzio/spec-kit-coding-standards-drift-control/archive/refs/tags/v0.3.0.zip