@veewo/claw-core 0.1.37 → 0.1.39
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.
|
@@ -1,228 +1,229 @@
|
|
|
1
|
-
{
|
|
2
|
-
"goalModeObjective": {
|
|
3
|
-
"withGoal": "Using claw-kit, update plan, follow returned workflowGuidance,finish your goal:{{planGoal}}",
|
|
4
|
-
"withoutGoal": "Using claw-kit, update plan, follow returned workflowGuidance,finish your goal."
|
|
5
|
-
},
|
|
6
|
-
"delegates": {
|
|
7
|
-
"truthWriter": {
|
|
8
|
-
"name": "truth-writer",
|
|
9
|
-
"fallbackSkill": "claw-kit:truth-writer",
|
|
10
|
-
"model": "gpt-5.4-mini",
|
|
11
|
-
"fork_context": false,
|
|
12
|
-
"waitForCompletion": false,
|
|
13
|
-
"preferReuseSameTypeInThread": true,
|
|
14
|
-
"inputContract": "curated completed subtask report with valuable findings for truth deposition",
|
|
15
|
-
"outputContract": "optional telemetry only",
|
|
16
|
-
"closePolicy": "keep_open_for_reuse"
|
|
17
|
-
},
|
|
18
|
-
"adrWriter": {
|
|
19
|
-
"name": "adr-writer",
|
|
20
|
-
"fallbackSkill": "claw-kit:adr-writer",
|
|
21
|
-
"model": "gpt-5.4-mini",
|
|
22
|
-
"fork_context": false,
|
|
23
|
-
"waitForCompletion": false,
|
|
24
|
-
"preferReuseSameTypeInThread": true,
|
|
25
|
-
"inputContract": "plan.json",
|
|
26
|
-
"outputContract": "optional telemetry only",
|
|
27
|
-
"closePolicy": "keep_open_for_reuse"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
"states": {
|
|
31
|
-
"prepare.requirements.withGoal": {
|
|
32
|
-
"stage": "requirements",
|
|
33
|
-
"summary": "Task scope is bound. Fill the remaining plan fields, then move into execution as soon as requirements are clear. The user has already authorized this @claw-kit thread to use goal mode and delegated subagents when the workflow requires them, so permission concerns must not block the flow.",
|
|
34
|
-
"nextsteps": [
|
|
35
|
-
"1. Set Goal Mode.",
|
|
36
|
-
"2. Fill the missing plan fields.",
|
|
37
|
-
"3. Move into `process.active` once requirements are clear."
|
|
38
|
-
],
|
|
39
|
-
"notes": "Fill only the fields still needed to execute, such as `requirements`, `tasks`, `references`, `rules`, and `keyDecisions`. If scope is still unclear, clarify it with the user before switching to `process.active`.",
|
|
40
|
-
"recommendedCommands": [
|
|
41
|
-
"{{editBase}} --plan-status process.active",
|
|
42
|
-
"{{editBase}} --patch <updated-plan.json>",
|
|
43
|
-
"{{editBase}} --reference-path <path> --reference-why <why>"
|
|
44
|
-
],
|
|
45
|
-
"goalMode": {
|
|
46
|
-
"allowOverwrite": true
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"prepare.requirements.withoutGoal": {
|
|
50
|
-
"stage": "requirements",
|
|
51
|
-
"summary": "Task scope is bound. Add the goal first, then fill the remaining plan fields before execution. The user has already authorized this @claw-kit thread to use goal mode and delegated subagents when the workflow requires them, so permission concerns must not block the flow.",
|
|
52
|
-
"nextsteps": [
|
|
53
|
-
"1. Fill `goal.text`.",
|
|
54
|
-
"2. Set Goal Mode.",
|
|
55
|
-
"3. Fill the missing plan fields.",
|
|
56
|
-
"4. Move into `process.active` once requirements are clear."
|
|
57
|
-
],
|
|
58
|
-
"notes": "Fill only the fields still needed to execute, such as `requirements`, `tasks`, `references`, `rules`, and `keyDecisions`. If scope is still unclear, clarify it with the user before switching to `process.active`.",
|
|
59
|
-
"recommendedCommands": [
|
|
60
|
-
"{{editBase}} --plan-status process.active",
|
|
61
|
-
"{{editBase}} --patch <updated-plan.json>",
|
|
62
|
-
"{{editBase}} --reference-path <path> --reference-why <why>"
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
|
-
"prepare.review": {
|
|
66
|
-
"stage": "review",
|
|
67
|
-
"summary": "This plan is in a legacy review stage.",
|
|
68
|
-
"nextsteps": [
|
|
69
|
-
"1. Fold the remaining review notes into the plan.",
|
|
70
|
-
"2. Confirm the route with the user.",
|
|
71
|
-
"3. Move the plan back into `prepare.requirements` or `process.discussing`."
|
|
72
|
-
],
|
|
73
|
-
"notes": "Do not create a separate review pass. Merge review criteria into planning itself.",
|
|
74
|
-
"recommendedCommands": [
|
|
75
|
-
"{{editBase}} --patch <reviewed-plan.json>",
|
|
76
|
-
"{{editBase}} --plan-status prepare.requirements",
|
|
77
|
-
"{{editBase}} --plan-status process.discussing"
|
|
78
|
-
],
|
|
79
|
-
"askUser": {
|
|
80
|
-
"reason": "This legacy review stage should be resolved back into normal planning before execution.",
|
|
81
|
-
"useCodexOptions": true,
|
|
82
|
-
"options": [
|
|
83
|
-
{
|
|
84
|
-
"id": "merge-revisions",
|
|
85
|
-
"label": "Revise plan",
|
|
86
|
-
"description": "Apply the remaining plan changes directly, then continue with normal planning.",
|
|
87
|
-
"recommended": true
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"id": "discuss-tradeoff",
|
|
91
|
-
"label": "Discuss tradeoff",
|
|
92
|
-
"description": "The review raised a route choice that should be clarified with the user."
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"id": "hold-plan",
|
|
96
|
-
"label": "Hold execution",
|
|
97
|
-
"description": "Pause until missing requirements or constraints are clarified."
|
|
98
|
-
}
|
|
99
|
-
]
|
|
100
|
-
}
|
|
101
|
-
},
|
|
102
|
-
"process.allTasksDone": {
|
|
103
|
-
"stage": "done",
|
|
104
|
-
"summary": "All plan tasks are done. Clear thread progress, then execute each returned delegateSubagents entry field-by-field for truth deposition and ADR closeout.",
|
|
105
|
-
"nextsteps": [
|
|
106
|
-
"1. Clear thread progress.",
|
|
107
|
-
"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.",
|
|
108
|
-
"3.
|
|
109
|
-
],
|
|
110
|
-
"notes": "Truth doc and ADR doc generation are essential claw-kit features. When this state returns `delegateSubagents`, each entry is a required structured contract whose fields must be honored directly.",
|
|
111
|
-
"recommendedCommands": [
|
|
112
|
-
"{{
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
"
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
"
|
|
129
|
-
|
|
130
|
-
"{{
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
|
|
141
|
-
"
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
"{{
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
"
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
"
|
|
163
|
-
|
|
164
|
-
"{{
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
"
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"goalModeObjective": {
|
|
3
|
+
"withGoal": "Using claw-kit, update plan, follow returned workflowGuidance,finish your goal:{{planGoal}}",
|
|
4
|
+
"withoutGoal": "Using claw-kit, update plan, follow returned workflowGuidance,finish your goal."
|
|
5
|
+
},
|
|
6
|
+
"delegates": {
|
|
7
|
+
"truthWriter": {
|
|
8
|
+
"name": "truth-writer",
|
|
9
|
+
"fallbackSkill": "claw-kit:truth-writer",
|
|
10
|
+
"model": "gpt-5.4-mini",
|
|
11
|
+
"fork_context": false,
|
|
12
|
+
"waitForCompletion": false,
|
|
13
|
+
"preferReuseSameTypeInThread": true,
|
|
14
|
+
"inputContract": "curated completed subtask report with valuable findings for truth deposition",
|
|
15
|
+
"outputContract": "optional telemetry only",
|
|
16
|
+
"closePolicy": "keep_open_for_reuse"
|
|
17
|
+
},
|
|
18
|
+
"adrWriter": {
|
|
19
|
+
"name": "adr-writer",
|
|
20
|
+
"fallbackSkill": "claw-kit:adr-writer",
|
|
21
|
+
"model": "gpt-5.4-mini",
|
|
22
|
+
"fork_context": false,
|
|
23
|
+
"waitForCompletion": false,
|
|
24
|
+
"preferReuseSameTypeInThread": true,
|
|
25
|
+
"inputContract": "plan.json",
|
|
26
|
+
"outputContract": "optional telemetry only",
|
|
27
|
+
"closePolicy": "keep_open_for_reuse"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"states": {
|
|
31
|
+
"prepare.requirements.withGoal": {
|
|
32
|
+
"stage": "requirements",
|
|
33
|
+
"summary": "Task scope is bound. Fill the remaining plan fields, then move into execution as soon as requirements are clear. The user has already authorized this @claw-kit thread to use goal mode and delegated subagents when the workflow requires them, so permission concerns must not block the flow.",
|
|
34
|
+
"nextsteps": [
|
|
35
|
+
"1. Set Goal Mode.",
|
|
36
|
+
"2. Fill the missing plan fields.",
|
|
37
|
+
"3. Move into `process.active` once requirements are clear."
|
|
38
|
+
],
|
|
39
|
+
"notes": "Fill only the fields still needed to execute, such as `requirements`, `tasks`, `references`, `rules`, and `keyDecisions`. If scope is still unclear, clarify it with the user before switching to `process.active`.",
|
|
40
|
+
"recommendedCommands": [
|
|
41
|
+
"{{editBase}} --plan-status process.active",
|
|
42
|
+
"{{editBase}} --patch <updated-plan.json>",
|
|
43
|
+
"{{editBase}} --reference-path <path> --reference-why <why>"
|
|
44
|
+
],
|
|
45
|
+
"goalMode": {
|
|
46
|
+
"allowOverwrite": true
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"prepare.requirements.withoutGoal": {
|
|
50
|
+
"stage": "requirements",
|
|
51
|
+
"summary": "Task scope is bound. Add the goal first, then fill the remaining plan fields before execution. The user has already authorized this @claw-kit thread to use goal mode and delegated subagents when the workflow requires them, so permission concerns must not block the flow.",
|
|
52
|
+
"nextsteps": [
|
|
53
|
+
"1. Fill `goal.text`.",
|
|
54
|
+
"2. Set Goal Mode.",
|
|
55
|
+
"3. Fill the missing plan fields.",
|
|
56
|
+
"4. Move into `process.active` once requirements are clear."
|
|
57
|
+
],
|
|
58
|
+
"notes": "Fill only the fields still needed to execute, such as `requirements`, `tasks`, `references`, `rules`, and `keyDecisions`. If scope is still unclear, clarify it with the user before switching to `process.active`.",
|
|
59
|
+
"recommendedCommands": [
|
|
60
|
+
"{{editBase}} --plan-status process.active",
|
|
61
|
+
"{{editBase}} --patch <updated-plan.json>",
|
|
62
|
+
"{{editBase}} --reference-path <path> --reference-why <why>"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"prepare.review": {
|
|
66
|
+
"stage": "review",
|
|
67
|
+
"summary": "This plan is in a legacy review stage.",
|
|
68
|
+
"nextsteps": [
|
|
69
|
+
"1. Fold the remaining review notes into the plan.",
|
|
70
|
+
"2. Confirm the route with the user.",
|
|
71
|
+
"3. Move the plan back into `prepare.requirements` or `process.discussing`."
|
|
72
|
+
],
|
|
73
|
+
"notes": "Do not create a separate review pass. Merge review criteria into planning itself.",
|
|
74
|
+
"recommendedCommands": [
|
|
75
|
+
"{{editBase}} --patch <reviewed-plan.json>",
|
|
76
|
+
"{{editBase}} --plan-status prepare.requirements",
|
|
77
|
+
"{{editBase}} --plan-status process.discussing"
|
|
78
|
+
],
|
|
79
|
+
"askUser": {
|
|
80
|
+
"reason": "This legacy review stage should be resolved back into normal planning before execution.",
|
|
81
|
+
"useCodexOptions": true,
|
|
82
|
+
"options": [
|
|
83
|
+
{
|
|
84
|
+
"id": "merge-revisions",
|
|
85
|
+
"label": "Revise plan",
|
|
86
|
+
"description": "Apply the remaining plan changes directly, then continue with normal planning.",
|
|
87
|
+
"recommended": true
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": "discuss-tradeoff",
|
|
91
|
+
"label": "Discuss tradeoff",
|
|
92
|
+
"description": "The review raised a route choice that should be clarified with the user."
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"id": "hold-plan",
|
|
96
|
+
"label": "Hold execution",
|
|
97
|
+
"description": "Pause until missing requirements or constraints are clarified."
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"process.allTasksDone": {
|
|
103
|
+
"stage": "done",
|
|
104
|
+
"summary": "All plan tasks are done. Clear thread progress, then execute each returned delegateSubagents entry field-by-field for truth deposition and ADR closeout.",
|
|
105
|
+
"nextsteps": [
|
|
106
|
+
"1. Clear thread progress.",
|
|
107
|
+
"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.",
|
|
108
|
+
"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`."
|
|
109
|
+
],
|
|
110
|
+
"notes": "Truth doc and ADR doc generation are essential claw-kit features. When this state returns `delegateSubagents`, each entry is a required structured contract whose fields must be honored directly.",
|
|
111
|
+
"recommendedCommands": [
|
|
112
|
+
"{{editBase}} --patch <completed-plan.json>",
|
|
113
|
+
"{{doneBase}} --summary \"<retrospective summary>\""
|
|
114
|
+
],
|
|
115
|
+
"delegateSubagents": [
|
|
116
|
+
"truthWriter",
|
|
117
|
+
"adrWriter"
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"process.hasCompletedTasks": {
|
|
121
|
+
"stage": "{{processStage}}",
|
|
122
|
+
"summary": "Execution is in progress.",
|
|
123
|
+
"nextsteps": [
|
|
124
|
+
"1. Sync the thread progress with our tasks.",
|
|
125
|
+
"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.",
|
|
126
|
+
"3. Continue with {{nextTaskRef}}."
|
|
127
|
+
],
|
|
128
|
+
"notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption. When this state returns `delegateSubagents`, each entry is a required structured contract whose fields must be honored directly.",
|
|
129
|
+
"recommendedCommands": [
|
|
130
|
+
"{{taskDoneCommand}}",
|
|
131
|
+
"{{editBase}} --task-id <id> --task-status in_progress"
|
|
132
|
+
],
|
|
133
|
+
"delegateSubagents": [
|
|
134
|
+
"truthWriter"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"process.justEntered": {
|
|
138
|
+
"stage": "{{processStage}}",
|
|
139
|
+
"summary": "Execution is starting.",
|
|
140
|
+
"nextsteps": [
|
|
141
|
+
"Sync the thread progress with our tasks.",
|
|
142
|
+
"Start with {{nextTaskRef}}."
|
|
143
|
+
],
|
|
144
|
+
"notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption.",
|
|
145
|
+
"recommendedCommands": [
|
|
146
|
+
"{{taskDoneCommand}}",
|
|
147
|
+
"{{doneBase}} --summary \"<retrospective summary>\""
|
|
148
|
+
],
|
|
149
|
+
"goalMode": {
|
|
150
|
+
"allowOverwrite": true,
|
|
151
|
+
"setWhen": "on_enter_process_active"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"process.resumedActive": {
|
|
155
|
+
"stage": "execution",
|
|
156
|
+
"summary": "Execution is resuming.",
|
|
157
|
+
"nextsteps": [
|
|
158
|
+
"Sync the thread progress with our tasks.",
|
|
159
|
+
"Restore Goal Mode to the active state.",
|
|
160
|
+
"Resume with {{nextTaskRef}}."
|
|
161
|
+
],
|
|
162
|
+
"notes": "The plan is moving back from a paused status into active execution, so Goal Mode should be restored to the active state before work resumes.",
|
|
163
|
+
"recommendedCommands": [
|
|
164
|
+
"{{taskDoneCommand}}",
|
|
165
|
+
"{{doneBase}} --summary \"<retrospective summary>\""
|
|
166
|
+
],
|
|
167
|
+
"goalMode": {
|
|
168
|
+
"allowOverwrite": true,
|
|
169
|
+
"setWhen": "on_resume_process_active"
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"process.wait": {
|
|
173
|
+
"stage": "paused",
|
|
174
|
+
"summary": "Execution is paused.",
|
|
175
|
+
"nextsteps": [
|
|
176
|
+
"1. Pause Goal Mode.",
|
|
177
|
+
"2. When resuming the plan, restore Goal Mode to the active state.",
|
|
178
|
+
"3. Resume through `process.active` when execution should continue."
|
|
179
|
+
],
|
|
180
|
+
"notes": "Use `process.wait` for a real blocker or a deliberate hold. Do not keep executing while the plan is paused.",
|
|
181
|
+
"recommendedCommands": [
|
|
182
|
+
"{{editBase}} --plan-status process.active"
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
"process.discussing": {
|
|
186
|
+
"stage": "discussion",
|
|
187
|
+
"summary": "The plan is paused for discussion.",
|
|
188
|
+
"nextsteps": [
|
|
189
|
+
"1. Pause Goal Mode.",
|
|
190
|
+
"2. When resuming the plan, restore Goal Mode to the active state.",
|
|
191
|
+
"3. Resolve the discussion, then resume through `process.active`."
|
|
192
|
+
],
|
|
193
|
+
"notes": "Use `process.discussing` for route discussion or decision-making. Resume execution only after the discussion is settled.",
|
|
194
|
+
"recommendedCommands": [
|
|
195
|
+
"{{editBase}} --plan-status process.active"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"process.activeTask": {
|
|
199
|
+
"stage": "{{processStage}}",
|
|
200
|
+
"summary": "Execution is in progress.",
|
|
201
|
+
"nextsteps": [
|
|
202
|
+
"Continue the current task."
|
|
203
|
+
],
|
|
204
|
+
"recommendedCommands": [
|
|
205
|
+
"{{taskDoneCommand}}"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"process.default": {
|
|
209
|
+
"stage": "{{processStage}}",
|
|
210
|
+
"summary": "Execution is in progress.",
|
|
211
|
+
"nextsteps": [
|
|
212
|
+
"Continue with {{nextTaskRef}}."
|
|
213
|
+
],
|
|
214
|
+
"recommendedCommands": [
|
|
215
|
+
"{{taskDoneCommand}}"
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
"end.closed": {
|
|
219
|
+
"stage": "paused",
|
|
220
|
+
"summary": "The plan is no longer active.",
|
|
221
|
+
"nextsteps": [
|
|
222
|
+
"Reopen through `prepare.requirements` before resuming, or leave it as historical context."
|
|
223
|
+
],
|
|
224
|
+
"recommendedCommands": [
|
|
225
|
+
"{{editBase}} --plan-status prepare.requirements"
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
@@ -84,7 +84,7 @@ export function buildDirectWorkflowGuidance(params = {}) {
|
|
|
84
84
|
"1. If the completed task produced reusable knowledge, read `delegateSubagents` and execute the returned `truth-writer` dispatch contract field-by-field.",
|
|
85
85
|
"2. Let the asynchronously queued completion refresh finish. This direct path reuses the same refresh flow as `claw plan done`.",
|
|
86
86
|
],
|
|
87
|
-
notes: "Tasks with complexity scores below 4 can stay on the direct claw path: solve directly, then dispatch `truth-writer` only when the completed work has reusable truth.",
|
|
87
|
+
notes: "Tasks with complexity scores below 4 can stay on the direct claw path: run `claw search` before execution when project recall is relevant, solve directly, then dispatch `truth-writer` only when the completed work has reusable truth.",
|
|
88
88
|
delegateSubagents: [truthWriterDelegate(projectConfig)],
|
|
89
89
|
};
|
|
90
90
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow-guidance.js","sourceRoot":"","sources":["../../src/workflow-guidance.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"workflow-guidance.js","sourceRoot":"","sources":["../../src/workflow-guidance.ts"],"names":[],"mappings":"AACA,OAAO,0BAA0B,MAAM,iCAAiC,CAAC,OAAO,IAAI,EAAE,MAAM,EAAE,CAAC;AA6C/F,MAAM,sBAAsB,GAAG,0BAA4C,CAAC;AAE5E,SAAS,mBAAmB,CAAC,aAAmC;IAC9D,OAAO,uBAAuB,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC;AAC/D,CAAC;AAED,SAAS,iBAAiB,CAAC,aAAmC;IAC5D,OAAO,uBAAuB,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;AAC7D,CAAC;AAED,SAAS,uBAAuB,CAAC,GAAsB,EAAE,aAAmC;IAC1F,MAAM,MAAM,GAAG,sBAAsB,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC;IACrD,MAAM,aAAa,GAAG,GAAG,KAAK,aAAa,CAAC,CAAC,CAAC,aAAa,EAAE,kBAAkB,CAAC,CAAC,CAAC,aAAa,EAAE,gBAAgB,CAAC;IAClH,OAAO;QACL,IAAI,EAAE,MAAM,CAAC,IAAI;QACjB,KAAK,EAAE,oBAAoB,CAAC,aAAa,EAAE,MAAM,CAAC,aAAa,CAAC;QAChE,KAAK,EAAE,MAAM,CAAC,KAAK;QACnB,YAAY,EAAE,MAAM,CAAC,YAAY;QACjC,iBAAiB,EAAE,MAAM,CAAC,iBAAiB;QAC3C,2BAA2B,EAAE,MAAM,CAAC,2BAA2B;QAC/D,aAAa,EAAE,MAAM,CAAC,aAAa;QACnC,cAAc,EAAE,MAAM,CAAC,cAAc;QACrC,WAAW,EAAE,MAAM,CAAC,WAAW;KAChC,CAAC;AACJ,CAAC;AAED,SAAS,aAAa,CAAC,QAAgB,EAAE,QAA0B;IACjE,OAAO;QACL,oBAAoB,EAAE,sBAAsB,CAAC,QAAQ,CAAC;QACtD,cAAc,EAAE,QAAQ,CAAC,cAAc;QACvC,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KAC3D,CAAC;AACJ,CAAC;AAED,SAAS,sBAAsB,CAAC,QAAgB;IAC9C,MAAM,WAAW,GAAG,QAAQ,CAAC,IAAI,EAAE,CAAC;IACpC,MAAM,QAAQ,GAAG,WAAW;QAC1B,CAAC,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,QAAQ;QACnD,CAAC,CAAC,sBAAsB,CAAC,iBAAiB,CAAC,WAAW,CAAC;IACzD,OAAO,oBAAoB,CAAC,QAAQ,EAAE,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC,CAAC;AACnE,CAAC;AAED,SAAS,kBAAkB,CAAC,IAAkB;IAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,KAAK,MAAM,CAAC,CAAC;AAC3D,CAAC;AAED,SAAS,iBAAiB,CAAC,IAAkB;IAC3C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,KAAK,aAAa,IAAI,IAAI,CAAC,MAAM,KAAK,kBAAkB,CAAC,CAAC;AACxG,CAAC;AAED,SAAS,aAAa,CAAC,IAAc;IACnC,OAAO,SAAS,IAAI,CAAC,EAAE,EAAE,CAAC;AAC5B,CAAC;AAED,SAAS,oBAAoB,CAAC,QAAgB,EAAE,IAAkB;IAChE,OAAO,QAAQ,CAAC,OAAO,CAAC,4BAA4B,EAAE,CAAC,CAAC,EAAE,GAAW,EAAE,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;AAC7F,CAAC;AAED,SAAS,mBAAmB,CAAI,KAAQ,EAAE,IAAkB;IAC1D,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,OAAO,oBAAoB,CAAC,KAAK,EAAE,IAAI,CAAM,CAAC;IAChD,CAAC;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;QACzB,OAAO,KAAK;aACT,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;aAC9C,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,KAAK,CAAC,CAAC,CAAM,CAAC;IACpF,CAAC;IACD,IAAI,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QACvC,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,UAAU,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,mBAAmB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;QAC/G,OAAO,MAAM,CAAC,WAAW,CAAC,OAAO,CAAM,CAAC;IAC1C,CAAC;IACD,OAAO,KAAK,CAAC;AACf,CAAC;AAED,SAAS,mBAAmB,CAAC,GAAW,EAAE,IAAkB;IAC1D,MAAM,QAAQ,GAAG,sBAAsB,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;IACpD,IAAI,CAAC,QAAQ,EAAE,CAAC;QACd,MAAM,IAAI,KAAK,CAAC,uCAAuC,GAAG,EAAE,CAAC,CAAC;IAChE,CAAC;IACD,OAAO,mBAAmB,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;AAC7C,CAAC;AAED,SAAS,wBAAwB,CAC/B,IAAqC,EACrC,aAAmC;IAEnC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,CAAC;QAClB,OAAO,SAAS,CAAC;IACnB,CAAC;IACD,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,uBAAuB,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC,CAAC;AACxE,CAAC;AAED,MAAM,UAAU,2BAA2B,CAAC,SAExC,EAAE;IACJ,MAAM,EAAE,aAAa,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;IACxC,OAAO;QACL,KAAK,EAAE,MAAM;QACb,OAAO,EAAE,+DAA+D;QACxE,SAAS,EAAE;YACT,0JAA0J;YAC1J,gIAAgI;SACjI;QACD,KAAK,EACH,0OAA0O;QAC5O,iBAAiB,EAAE,CAAC,mBAAmB,CAAC,aAAa,CAAC,CAAC;KACxD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,MASzC;IACC,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,aAAa,GAAG,IAAI,EAAE,cAAc,EAAE,eAAe,EAAE,cAAc,EAAE,gBAAgB,EAAE,GAAG,MAAM,CAAC;IACrI,MAAM,UAAU,GAAG,QAAQ,KAAK,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,WAAW,QAAQ,EAAE,CAAC;IACzE,MAAM,QAAQ,GAAG,yBAAyB,QAAQ,GAAG,UAAU,EAAE,CAAC;IAClE,MAAM,QAAQ,GAAG,yBAAyB,QAAQ,GAAG,UAAU,EAAE,CAAC;IAClE,MAAM,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;IACvC,MAAM,YAAY,GAAG,QAAQ,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,MAAM,KAAK,MAAM,CAAC,CAAC;IACpF,MAAM,kBAAkB,GAAG,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC,cAAc,IAAI,cAAc,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;IAC5H,MAAM,iBAAiB,GAAG,IAAI,CAAC,MAAM,KAAK,gBAAgB;WACrD,CAAC,cAAc,KAAK,cAAc,IAAI,cAAc,KAAK,oBAAoB,CAAC,CAAC;IACpF,MAAM,eAAe,GAAG,CAAC,cAAc,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;IAC1D,MAAM,iBAAiB,GAAG,CAAC,gBAAgB,EAAE,MAAM,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC;IAC9D,MAAM,QAAQ,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC;IAC1C,MAAM,UAAU,GAAG,iBAAiB,CAAC,IAAI,CAAC,CAAC;IAC3C,MAAM,oBAAoB,GAAG,iBAAiB,IAAI,kBAAkB,IAAI,CAAC,CAAC,eAAe,IAAI,CAAC,UAAU,CAAC,CAAC;IAC1G,MAAM,OAAO,GAAG,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,QAAQ,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC;IACvF,MAAM,WAAW,GAAG,QAAQ,CAAC,CAAC,CAAC,aAAa,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC;IACzE,MAAM,YAAY,GAAG,IAAI,CAAC,MAAM,KAAK,oBAAoB,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WAAW,CAAC;IACvF,MAAM,eAAe,GAAG,UAAU,IAAI,CAAC,iBAAiB,IAAI,CAAC,kBAAkB;QAC7E,CAAC,CAAC,GAAG,QAAQ,cAAc,UAAU,CAAC,EAAE,qBAAqB;QAC7D,CAAC,CAAC,GAAG,QAAQ,oCAAoC,CAAC;IACpD,MAAM,yBAAyB,GAAG,eAAe,EAAE,cAAc,CAAC,mBAAmB,CAAC,MAAM;QAC1F,CAAC,CAAC,4BAA4B,eAAe,CAAC,cAAc,CAAC,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QAC7F,CAAC,CAAC,EAAE,CAAC;IACP,MAAM,IAAI,GAAiB;QACzB,QAAQ;QACR,QAAQ;QACR,WAAW;QACX,YAAY;QACZ,eAAe;QACf,yBAAyB;KAC1B,CAAC;IAEF,QAAQ,IAAI,CAAC,MAAM,EAAE,CAAC;QACpB,KAAK,sBAAsB,CAAC,CAAC,CAAC;YAC5B,MAAM,QAAQ,GAAG,mBAAmB,CAAC,OAAO,CAAC,CAAC,CAAC,+BAA+B,CAAC,CAAC,CAAC,kCAAkC,EAAE,IAAI,CAAC,CAAC;YAC3H,OAAO;gBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;gBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;gBAC7B,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBAC9F,GAAG,CAAC,QAAQ,CAAC,QAAQ,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aACxG,CAAC;QACJ,CAAC;QACD,KAAK,gBAAgB,CAAC,CAAC,CAAC;YACtB,MAAM,QAAQ,GAAG,mBAAmB,CAAC,gBAAgB,EAAE,IAAI,CAAC,CAAC;YAC7D,OAAO;gBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;gBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;gBAC7B,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBAC9F,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aAC3D,CAAC;QACJ,CAAC;QACD,KAAK,cAAc,CAAC;QACpB,KAAK,oBAAoB,CAAC,CAAC,CAAC;YAC1B,MAAM,QAAQ,GAAG,mBAAmB,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;YACxD,OAAO;gBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;gBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;gBAC7B,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aAC/F,CAAC;QACJ,CAAC;QACD,KAAK,gBAAgB,CAAC,CAAC,CAAC;YACtB,IAAI,YAAY,EAAE,CAAC;gBACjB,MAAM,QAAQ,GAAG,mBAAmB,CAAC,sBAAsB,EAAE,IAAI,CAAC,CAAC;gBACnE,OAAO;oBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;oBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;oBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;oBAC7B,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;oBACpD,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;oBAC9F,GAAG,CAAC,QAAQ,CAAC,iBAAiB;wBAC5B,CAAC,CAAC,EAAE,iBAAiB,EAAE,wBAAwB,CAAC,QAAQ,CAAC,iBAAiB,EAAE,aAAa,CAAC,EAAE;wBAC5F,CAAC,CAAC,EAAE,CAAC;iBACR,CAAC;YACJ,CAAC;YAED,MAAM,WAAW,GAAG,iBAAiB;gBACnC,CAAC,CAAC,2BAA2B;gBAC7B,CAAC,CAAC,iBAAiB;oBACjB,CAAC,CAAC,uBAAuB;oBACzB,CAAC,CAAC,kBAAkB;wBACpB,CAAC,CAAC,qBAAqB;wBACvB,CAAC,CAAC,UAAU;4BACV,CAAC,CAAC,oBAAoB;4BACtB,CAAC,CAAC,iBAAiB,CAAC;YAC1B,MAAM,QAAQ,GAAG,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;YAExD,OAAO;gBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;gBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;gBAC7B,GAAG,CAAC,oBAAoB,IAAI,QAAQ;oBAClC,CAAC,CAAC;wBACE,QAAQ,EAAE;4BACR,EAAE,EAAE,QAAQ,CAAC,EAAE;4BACf,KAAK,EAAE,QAAQ,CAAC,KAAK;4BACrB,MAAM,EAAE,QAAQ,CAAC,MAAM;4BACvB,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;yBACxD;qBACF;oBACH,CAAC,CAAC,EAAE,CAAC;gBACP,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG,CAAC,QAAQ,CAAC,QAAQ,IAAI,CAAC,kBAAkB,IAAI,iBAAiB,CAAC,IAAI,OAAO;oBAC3E,CAAC,CAAC,EAAE,QAAQ,EAAE,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,QAAQ,CAAC,EAAE;oBAChE,CAAC,CAAC,EAAE,CAAC;gBACP,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBAC9F,GAAG,CAAC,iBAAiB,IAAI,QAAQ,CAAC,iBAAiB;oBACjD,CAAC,CAAC;wBACE,iBAAiB,EAAE,wBAAwB,CAAC,QAAQ,CAAC,iBAAiB,EAAE,aAAa,CAAC;qBACvF;oBACH,CAAC,CAAC,EAAE,CAAC;aACR,CAAC;QACJ,CAAC;QACD,KAAK,eAAe,CAAC,CAAC,CAAC;YACrB,MAAM,QAAQ,GAAG,sBAAsB,CAAC,MAAM,CAAC,eAAe,CAAC;gBAC7D,CAAC,CAAC,mBAAmB,CAAC,eAAe,EAAE,IAAI,CAAC;gBAC5C,CAAC,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;YAC5C,OAAO;gBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;gBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;gBAC7B,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;gBACpD,GAAG,CAAC,QAAQ,CAAC,iBAAiB;oBAC5B,CAAC,CAAC,EAAE,iBAAiB,EAAE,wBAAwB,CAAC,QAAQ,CAAC,iBAAiB,EAAE,aAAa,CAAC,EAAE;oBAC5F,CAAC,CAAC,EAAE,CAAC;gBACP,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aAC/F,CAAC;QACJ,CAAC;QACD,KAAK,YAAY,CAAC;QAClB,KAAK,WAAW,CAAC,CAAC,CAAC;YACjB,MAAM,QAAQ,GAAG,mBAAmB,CAAC,YAAY,EAAE,IAAI,CAAC,CAAC;YACzD,OAAO;gBACL,KAAK,EAAE,QAAQ,CAAC,KAAkC;gBAClD,OAAO,EAAE,QAAQ,CAAC,OAAO;gBACzB,SAAS,EAAE,QAAQ,CAAC,SAAS;gBAC7B,GAAG,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC,EAAE,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;aAC/F,CAAC;QACJ,CAAC;IACH,CAAC;AACH,CAAC;AAED,SAAS,oBAAoB,CAAC,KAAgC,EAAE,QAAgB;IAC9E,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC9B,OAAO,QAAQ,CAAC;IAClB,CAAC;IACD,MAAM,OAAO,GAAG,KAAK,CAAC,IAAI,EAAE,CAAC;IAC7B,OAAO,OAAO,IAAI,QAAQ,CAAC;AAC7B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@veewo/claw-core",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "Core .claw harness primitives for project context, plan lifecycle, search, truth ingestion, and retention.",
|
|
6
|
-
"homepage": "https://github.com/chanyuenpang/claw-kit",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "https://github.com/chanyuenpang/claw-kit.git",
|
|
10
|
-
"directory": "packages/core"
|
|
11
|
-
},
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"dist/src",
|
|
18
|
-
"README.md"
|
|
19
|
-
],
|
|
20
|
-
"types": "./dist/src/index.d.ts",
|
|
21
|
-
"exports": {
|
|
22
|
-
".": {
|
|
23
|
-
"types": "./dist/src/index.d.ts",
|
|
24
|
-
"default": "./dist/src/index.js"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"dependencies": {
|
|
28
|
-
"@huggingface/transformers": "^3.0.0"
|
|
29
|
-
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsc -p tsconfig.json && node ./scripts/copy-workflow-guidance-config.mjs",
|
|
32
|
-
"check": "tsc -p tsconfig.json --noEmit",
|
|
33
|
-
"test": "node --test dist/test/**/*.test.js"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@veewo/claw-core",
|
|
3
|
+
"version": "0.1.39",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Core .claw harness primitives for project context, plan lifecycle, search, truth ingestion, and retention.",
|
|
6
|
+
"homepage": "https://github.com/chanyuenpang/claw-kit",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/chanyuenpang/claw-kit.git",
|
|
10
|
+
"directory": "packages/core"
|
|
11
|
+
},
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist/src",
|
|
18
|
+
"README.md"
|
|
19
|
+
],
|
|
20
|
+
"types": "./dist/src/index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/src/index.d.ts",
|
|
24
|
+
"default": "./dist/src/index.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@huggingface/transformers": "^3.0.0"
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "tsc -p tsconfig.json && node ./scripts/copy-workflow-guidance-config.mjs",
|
|
32
|
+
"check": "tsc -p tsconfig.json --noEmit",
|
|
33
|
+
"test": "node --test dist/test/**/*.test.js"
|
|
34
|
+
}
|
|
35
|
+
}
|