@crewx/wi 0.1.10-rc.3 → 0.1.10-rc.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crewx/wi",
3
- "version": "0.1.10-rc.3",
3
+ "version": "0.1.10-rc.5",
4
4
  "description": "Work Instruction engine for CrewX - structured task delegation",
5
5
  "type": "commonjs",
6
6
  "main": "dist/cli.js",
@@ -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
  ```