@tekyzinc/gsd-t 2.20.5 → 2.20.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to GSD-T are documented here. Updated with each release.
4
4
 
5
+ ## [2.20.7] - 2026-02-17
6
+
7
+ ### Added
8
+ - **Formal contracts**: 5 contract definitions for core GSD-T interfaces — backlog file formats, domain structure, pre-commit gate, progress.md format, and wave phase sequence. Formalizes existing conventions as machine-readable reference docs
9
+
10
+ ## [2.20.6] - 2026-02-16
11
+
12
+ ### Fixed
13
+ - Stale command/template counts in project CLAUDE.md (25→41 commands, 7→9 templates, v2.0.0→v2.20.x)
14
+ - Duplicate step numbering in `gsd-t-execute.md` (two step 10s)
15
+ - Windows CRLF/LF comparison causing false "changed" detection in CLI update
16
+
17
+ ### Added
18
+ - Document Ripple sections to `gsd-t-execute`, `gsd-t-scan`, `gsd-t-test-sync`, `gsd-t-verify`
19
+ - Heartbeat auto-cleanup: files older than 7 days are automatically removed
20
+ - Error handling wrapping around file operations in CLI (copy, unlink, write)
21
+ - `applyTokens()` and `normalizeEol()` helpers to reduce duplication
22
+ - Extracted `updateProjectClaudeMd()`, `createProjectChangelog()`, `checkProjectHealth()` from `doUpdateAll()`
23
+
5
24
  ## [2.20.5] - 2026-02-16
6
25
 
7
26
  ### Added