arggon-harness 0.2.2 → 0.2.3
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/dist/init.js +0 -0
- package/package.json +1 -1
- package/src/schemas/hybrid.yaml +1 -0
- package/src/schemas/spec-driven.yaml +1 -0
- package/src/schemas/tdd.yaml +1 -0
- package/src/templates/hybrid/proposal.yaml +1 -0
- package/src/templates/hybrid/tasks.yaml +14 -0
- package/src/templates/spec-driven/proposal.yaml +1 -0
- package/src/templates/spec-driven/tasks.yaml +14 -0
- package/src/templates/tdd/proposal.yaml +1 -0
- package/src/templates/tdd/tasks.yaml +14 -0
package/dist/init.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
package/src/schemas/hybrid.yaml
CHANGED
package/src/schemas/tdd.yaml
CHANGED
|
@@ -101,3 +101,17 @@ tasks:
|
|
|
101
101
|
- Code is clean and follows conventions
|
|
102
102
|
tdd_phase: refactor
|
|
103
103
|
status: pending
|
|
104
|
+
|
|
105
|
+
# ── Context Documentation ──
|
|
106
|
+
# These tasks ensure project context stays in sync with the change.
|
|
107
|
+
# Uncomment and adjust affected_file paths as needed.
|
|
108
|
+
|
|
109
|
+
# - id: t5
|
|
110
|
+
# group: Documentation
|
|
111
|
+
# description: Update spec/config.yaml context to reflect scope changes
|
|
112
|
+
# depends_on: []
|
|
113
|
+
# complexity: low
|
|
114
|
+
# estimated_minutes: 5
|
|
115
|
+
# affected_files: [spec/config.yaml]
|
|
116
|
+
# acceptance:
|
|
117
|
+
# - config.yaml context accurately reflects the new project state
|
|
@@ -56,3 +56,17 @@ tasks:
|
|
|
56
56
|
- All tests pass
|
|
57
57
|
- No linting errors
|
|
58
58
|
status: pending
|
|
59
|
+
|
|
60
|
+
# ── Context Documentation ──
|
|
61
|
+
# These tasks ensure project context stays in sync with the change.
|
|
62
|
+
# Uncomment and adjust affected_file paths as needed.
|
|
63
|
+
|
|
64
|
+
# - id: t4
|
|
65
|
+
# group: Documentation
|
|
66
|
+
# description: Update spec/config.yaml context to reflect scope changes
|
|
67
|
+
# depends_on: []
|
|
68
|
+
# complexity: low
|
|
69
|
+
# estimated_minutes: 5
|
|
70
|
+
# affected_files: [spec/config.yaml]
|
|
71
|
+
# acceptance:
|
|
72
|
+
# - config.yaml context accurately reflects the new project state
|
|
@@ -75,3 +75,17 @@ tasks:
|
|
|
75
75
|
- Names and structure are clean
|
|
76
76
|
tdd_phase: refactor
|
|
77
77
|
status: pending
|
|
78
|
+
|
|
79
|
+
# ── Context Documentation ──
|
|
80
|
+
# These tasks ensure project context stays in sync with the change.
|
|
81
|
+
# Uncomment and adjust affected_file paths as needed.
|
|
82
|
+
|
|
83
|
+
# - id: t4
|
|
84
|
+
# group: Documentation
|
|
85
|
+
# description: Update spec/config.yaml context to reflect scope changes
|
|
86
|
+
# depends_on: []
|
|
87
|
+
# complexity: low
|
|
88
|
+
# estimated_minutes: 5
|
|
89
|
+
# affected_files: [spec/config.yaml]
|
|
90
|
+
# acceptance:
|
|
91
|
+
# - config.yaml context accurately reflects the new project state
|