@crewx/wi 0.1.10-rc.3 → 0.1.10-rc.4
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/package.json +1 -1
- package/templates/WI-TEMPLATE.md +6 -0
package/package.json
CHANGED
package/templates/WI-TEMPLATE.md
CHANGED
|
@@ -133,6 +133,7 @@ npx doc section {design_doc} "{spec_id}"
|
|
|
133
133
|
- [ ] `npx vitest run src/server/` passes (backend work)
|
|
134
134
|
- [ ] `npx vitest run src/ui/` passes (frontend work)
|
|
135
135
|
- [ ] (add feature-specific AC)
|
|
136
|
+
- [ ] (when worktree: true) Changes committed to the worktree branch (report commit hash). A completion report without a commit is invalid.
|
|
136
137
|
|
|
137
138
|
## Completion Report Format
|
|
138
139
|
|
|
@@ -148,6 +149,11 @@ Pass / Fail
|
|
|
148
149
|
### Test result
|
|
149
150
|
N tests passed
|
|
150
151
|
|
|
152
|
+
### Commit
|
|
153
|
+
- hash: <commit hash>
|
|
154
|
+
- branch: <worktree branch>
|
|
155
|
+
(empty = completion report invalid — worktree tasks only)
|
|
156
|
+
|
|
151
157
|
### Remaining items
|
|
152
158
|
None / (list if any)
|
|
153
159
|
```
|