@veewo/claw-core 0.1.50 → 0.1.52

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.
@@ -125,11 +125,11 @@
125
125
  },
126
126
  "process.allTasksDone": {
127
127
  "stage": "done",
128
- "summary": "All plan tasks are done. Clear thread progress, then execute each returned delegateSubagents entry field-by-field for truth deposition and ADR closeout.",
128
+ "summary": "All plan tasks are done. Clear thread progress with `update_plan`, then execute each returned delegateSubagents entry field-by-field for truth deposition and ADR closeout.",
129
129
  "nextsteps": [
130
- "1. Clear thread progress.",
130
+ "1. Clear thread progress with `update_plan`.",
131
131
  "2. Read `delegateSubagents`, curate the valuable findings from the completed work into a completed subtask report, then execute the returned `truth-writer` dispatch contract field-by-field. Do not treat it as a suggestion.",
132
- "3. Update both `retrospective` and `keyDecisions`, then read `delegateSubagents` again and execute the returned `adr-writer` dispatch contract field-by-field with the completed `plan.json`."
132
+ "3. First write both `retrospective` and `keyDecisions` back into the plan, then read `delegateSubagents` again and execute the returned `adr-writer` dispatch contract field-by-field with that updated completed `plan.json`."
133
133
  ],
134
134
  "notes": "Truth doc and ADR doc generation are essential claw-kit features. When dispatching a subagent, each entry is a required structured contract whose fields must be honored directly.",
135
135
  "recommendedCommands": [
@@ -145,7 +145,7 @@
145
145
  "stage": "{{processStage}}",
146
146
  "summary": "Execution is in progress.",
147
147
  "nextsteps": [
148
- "1. Sync the thread progress with our tasks.",
148
+ "1. Sync thread progress with `update_plan`.",
149
149
  "2. Read `delegateSubagents`, curate the valuable findings from the completed task into a completed subtask report, then execute the returned `truth-writer` dispatch contract field-by-field. Do not treat it as a suggestion.",
150
150
  "3. Continue with {{nextTaskRef}}."
151
151
  ],
@@ -162,7 +162,7 @@
162
162
  "stage": "{{processStage}}",
163
163
  "summary": "Execution is in progress.",
164
164
  "nextsteps": [
165
- "1. Sync the thread progress with our tasks.",
165
+ "1. Sync thread progress with `update_plan`.",
166
166
  "2. Continue with {{nextTaskRef}}."
167
167
  ],
168
168
  "notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption.",
@@ -175,7 +175,7 @@
175
175
  "stage": "{{processStage}}",
176
176
  "summary": "Execution is starting.",
177
177
  "nextsteps": [
178
- "Sync the thread progress with our tasks.",
178
+ "Sync thread progress with `update_plan`.",
179
179
  "Start with {{nextTaskRef}}."
180
180
  ],
181
181
  "notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption.",
@@ -197,7 +197,7 @@
197
197
  "stage": "{{processStage}}",
198
198
  "summary": "Execution is starting.",
199
199
  "nextsteps": [
200
- "Sync the thread progress with our tasks.",
200
+ "Sync thread progress with `update_plan`.",
201
201
  "Start with {{nextTaskRef}}."
202
202
  ],
203
203
  "notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption.",
@@ -210,7 +210,7 @@
210
210
  "stage": "execution",
211
211
  "summary": "Execution is resuming.",
212
212
  "nextsteps": [
213
- "Sync the thread progress with our tasks.",
213
+ "Sync thread progress with `update_plan`.",
214
214
  "Restore Goal Mode to the active state.",
215
215
  "Resume with {{nextTaskRef}}."
216
216
  ],
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "name": "@veewo/claw-core",
3
- "version": "0.1.50",
4
- "type": "module",
5
- "description": "Core workflow primitives for .claw project planning, recall, truth ingestion, and task closeout.",
6
- "keywords": [
7
- "claw",
8
- ".claw",
9
- "agent-workflow",
10
- "knowledge-capture",
11
- "project-memory",
12
- "truth",
13
- "adr"
14
- ],
15
- "homepage": "https://github.com/chanyuenpang/claw-kit",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/chanyuenpang/claw-kit.git",
19
- "directory": "packages/core"
20
- },
21
- "license": "MIT",
22
- "publishConfig": {
23
- "access": "public"
24
- },
25
- "files": [
26
- "dist/src",
27
- "README.md"
28
- ],
29
- "types": "./dist/src/index.d.ts",
30
- "exports": {
31
- ".": {
32
- "types": "./dist/src/index.d.ts",
33
- "default": "./dist/src/index.js"
34
- }
35
- },
36
- "dependencies": {
37
- "@huggingface/transformers": "^3.0.0"
38
- },
39
- "scripts": {
40
- "build": "tsc -p tsconfig.json && node ./scripts/copy-workflow-guidance-config.mjs",
41
- "check": "tsc -p tsconfig.json --noEmit",
42
- "test": "node --test dist/test/**/*.test.js"
43
- }
44
- }
1
+ {
2
+ "name": "@veewo/claw-core",
3
+ "version": "0.1.52",
4
+ "type": "module",
5
+ "description": "Core workflow primitives for .claw project planning, recall, truth ingestion, and task closeout.",
6
+ "keywords": [
7
+ "claw",
8
+ ".claw",
9
+ "agent-workflow",
10
+ "knowledge-capture",
11
+ "project-memory",
12
+ "truth",
13
+ "adr"
14
+ ],
15
+ "homepage": "https://github.com/chanyuenpang/claw-kit",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/chanyuenpang/claw-kit.git",
19
+ "directory": "packages/core"
20
+ },
21
+ "license": "MIT",
22
+ "publishConfig": {
23
+ "access": "public"
24
+ },
25
+ "files": [
26
+ "dist/src",
27
+ "README.md"
28
+ ],
29
+ "types": "./dist/src/index.d.ts",
30
+ "exports": {
31
+ ".": {
32
+ "types": "./dist/src/index.d.ts",
33
+ "default": "./dist/src/index.js"
34
+ }
35
+ },
36
+ "dependencies": {
37
+ "@huggingface/transformers": "^3.0.0"
38
+ },
39
+ "scripts": {
40
+ "build": "tsc -p tsconfig.json && node ./scripts/copy-workflow-guidance-config.mjs",
41
+ "check": "tsc -p tsconfig.json --noEmit",
42
+ "test": "node --test dist/test/**/*.test.js"
43
+ }
44
+ }