@tekyzinc/gsd-t 2.20.7 → 2.22.0
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 +417 -398
- package/README.md +5 -2
- package/bin/gsd-t.js +114 -123
- package/commands/gsd-t-complete-milestone.md +13 -2
- package/commands/gsd-t-debug.md +13 -0
- package/commands/gsd-t-execute.md +17 -0
- package/commands/gsd-t-help.md +15 -0
- package/commands/gsd-t-integrate.md +13 -0
- package/commands/gsd-t-partition.md +13 -0
- package/commands/gsd-t-plan.md +13 -0
- package/commands/gsd-t-qa.md +169 -0
- package/commands/gsd-t-quick.md +13 -0
- package/commands/gsd-t-test-sync.md +13 -0
- package/commands/gsd-t-triage-and-merge.md +167 -0
- package/commands/gsd-t-verify.md +19 -1
- package/commands/gsd-t-wave.md +4 -0
- package/docs/GSD-T-README.md +2 -0
- package/docs/architecture.md +82 -0
- package/docs/infrastructure.md +72 -0
- package/docs/requirements.md +43 -0
- package/docs/workflows.md +67 -0
- package/examples/.gsd-t/domains/example-domain/scope.md +13 -15
- package/package.json +2 -2
- package/scripts/gsd-t-heartbeat.js +4 -1
- package/scripts/npm-update-check.js +27 -0
- package/templates/CLAUDE-global.md +433 -414
- package/templates/progress.md +40 -38
package/templates/progress.md
CHANGED
|
@@ -1,38 +1,40 @@
|
|
|
1
|
-
# GSD-T Progress
|
|
2
|
-
|
|
3
|
-
## Project: {Project Name}
|
|
4
|
-
## Version: 0.1.0
|
|
5
|
-
## Status:
|
|
6
|
-
## Date: {Date}
|
|
7
|
-
|
|
8
|
-
##
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
- **
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
|
1
|
+
# GSD-T Progress
|
|
2
|
+
|
|
3
|
+
## Project: {Project Name}
|
|
4
|
+
## Version: 0.1.0
|
|
5
|
+
## Status: READY
|
|
6
|
+
## Date: {Date}
|
|
7
|
+
|
|
8
|
+
## Current Milestone
|
|
9
|
+
None — ready for next milestone
|
|
10
|
+
|
|
11
|
+
## Completed Milestones
|
|
12
|
+
| Milestone | Version | Completed | Tag |
|
|
13
|
+
|-----------|---------|-----------|-----|
|
|
14
|
+
|
|
15
|
+
## Domains
|
|
16
|
+
| Domain | Status | Tasks | Completed |
|
|
17
|
+
|--------|--------|-------|-----------|
|
|
18
|
+
(populated during partition phase)
|
|
19
|
+
|
|
20
|
+
## Contracts
|
|
21
|
+
(populated during partition phase)
|
|
22
|
+
|
|
23
|
+
## Integration Checkpoints
|
|
24
|
+
(populated during plan phase)
|
|
25
|
+
|
|
26
|
+
## Blockers
|
|
27
|
+
<!--
|
|
28
|
+
### [Blocker description]
|
|
29
|
+
- **Found**: [date]
|
|
30
|
+
- **Attempted**: [what was tried]
|
|
31
|
+
- **Status**: investigating | waiting | resolved
|
|
32
|
+
-->
|
|
33
|
+
|
|
34
|
+
## Decision Log
|
|
35
|
+
- {Date}: Project initialized with GSD-T workflow
|
|
36
|
+
|
|
37
|
+
## Session Log
|
|
38
|
+
| Date | Session | What was accomplished |
|
|
39
|
+
|------|---------|----------------------|
|
|
40
|
+
| {Date} | 1 | Project initialized |
|