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 CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arggon-harness",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Spec-driven SDLC workflow for OpenCode — plugin, skills, commands, and init system",
5
5
  "type": "module",
6
6
  "main": "dist/plugin/index.js",
@@ -16,6 +16,7 @@ artifacts:
16
16
  - Define the behavior
17
17
  - List acceptance criteria
18
18
  - Identify test interfaces
19
+ Note which context files this change affects (spec/config.yaml, README.md, docs/).
19
20
  requires: []
20
21
 
21
22
  - id: specs
@@ -15,6 +15,7 @@ artifacts:
15
15
 
16
16
  Be specific about capabilities - each becomes a spec file.
17
17
  Use kebab-case for capability IDs.
18
+ Note which context files this change affects (spec/config.yaml, README.md, docs/).
18
19
  requires: []
19
20
 
20
21
  - id: specs
@@ -18,6 +18,7 @@ artifacts:
18
18
  Use language like:
19
19
  "The system SHALL allow users to..."
20
20
  "When X happens, the system MUST..."
21
+ Note which context files this change affects (spec/config.yaml, README.md, docs/).
21
22
  requires: []
22
23
 
23
24
  - id: specs
@@ -41,3 +41,4 @@ body:
41
41
  change: <what changes in this file>
42
42
  - path: <src/another.ts>
43
43
  change: <description>
44
+ # Consider: which context/docs files does this change affect?
@@ -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
@@ -41,3 +41,4 @@ body:
41
41
  change: <what changes in this file>
42
42
  - path: <src/another.ts>
43
43
  change: <description>
44
+ # Consider: which context/docs files does this change affect?
@@ -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
@@ -41,3 +41,4 @@ body:
41
41
  change: <what changes in this file>
42
42
  - path: <src/another.ts>
43
43
  change: <description>
44
+ # Consider: which context/docs files does this change affect?
@@ -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