@brainervirus/workit-codex 1.0.0 → 1.0.1
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/workit-hook.js
CHANGED
|
@@ -10489,7 +10489,10 @@ check and review kinds auto-bind the current tree and need no digests. Record
|
|
|
10489
10489
|
verification evidence last: later evidence or commits can reopen fixed findings
|
|
10490
10490
|
for re-verification, so verify, resolve, then close with nothing in between.
|
|
10491
10491
|
decision.record {binding with taskId/workspaceId from inspect plus presented and
|
|
10492
|
-
approvedContent} only through a native approval question
|
|
10492
|
+
approvedContent} only through a native approval question asked receipt-shaped:
|
|
10493
|
+
header Workit decision: <purpose>, the same label repeated in the question
|
|
10494
|
+
text (some host UIs do not render headers), exactly two options approved and
|
|
10495
|
+
rejected; ask once, never re-ask to mint a receipt. task.close {outcome,
|
|
10493
10496
|
summary, decisionIds}. A completed native subagent run stops its bound worker
|
|
10494
10497
|
by itself; if a worker strands in cancelling with its run verifiably over,
|
|
10495
10498
|
repeat worker.cancel {reason} to confirm the stop. Check and review evidence
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainervirus/workit-codex",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Workit Codex CLI and desktop plugin",
|
|
6
6
|
"keywords": [
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"build": "bun scripts/build.ts"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@brainervirus/workit-core": "^1.0.
|
|
38
|
-
"@brainervirus/workit-mcp": "^1.0.
|
|
37
|
+
"@brainervirus/workit-core": "^1.0.1",
|
|
38
|
+
"@brainervirus/workit-mcp": "^1.0.1"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=24"
|
|
@@ -28,8 +28,10 @@ selects requirements; do not wait for a rule that can only exist after assess.
|
|
|
28
28
|
dependency order and recompute after every answer — a wall of questions is
|
|
29
29
|
not an interview.
|
|
30
30
|
4. Funnel every resolution: the moment a consequential choice settles, bind it
|
|
31
|
-
with a receipt-shaped question
|
|
32
|
-
|
|
31
|
+
with a receipt-shaped question — header `Workit decision: <purpose>` and the
|
|
32
|
+
same label repeated in the question text (host UIs may not render headers) —
|
|
33
|
+
exactly `approved`/`rejected` options, the approved description carrying the
|
|
34
|
+
exact content.
|
|
33
35
|
If the user already stated the choice in conversation and no receipt can be
|
|
34
36
|
minted, record it in task progress and reassess so the settled requirement
|
|
35
37
|
retires — never re-ask to mint a receipt, and never leave it for close to
|