@veewo/claw-core 0.1.48 → 0.1.49
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.
|
@@ -131,7 +131,7 @@
|
|
|
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
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`."
|
|
133
133
|
],
|
|
134
|
-
"notes": "Truth doc and ADR doc generation are essential claw-kit features. When
|
|
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": [
|
|
136
136
|
"{{editBase}} --patch <completed-plan.json>",
|
|
137
137
|
"{{doneBase}} --summary \"<retrospective summary>\""
|
|
@@ -149,7 +149,7 @@
|
|
|
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
|
],
|
|
152
|
-
"notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption. When
|
|
152
|
+
"notes": "In `process.active`, keep moving unless there is a real blocker or explicit user interruption. When dispatching a subagent, each entry is a required structured contract whose fields must be honored directly.",
|
|
153
153
|
"recommendedCommands": [
|
|
154
154
|
"{{taskDoneCommand}}",
|
|
155
155
|
"{{editBase}} --task-id <id> --task-status in_progress"
|