@veewo/claw-core 0.1.35 → 0.1.36

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.
@@ -30,7 +30,7 @@
30
30
  "states": {
31
31
  "prepare.requirements.withGoal": {
32
32
  "stage": "requirements",
33
- "summary": "Task scope is bound. Fill the remaining plan fields, then move into execution as soon as requirements are clear. This @claw-kit thread is already authorized to use goal mode and delegated subagents when the workflow requires them.",
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
34
  "nextsteps": [
35
35
  "1. Set Goal Mode.",
36
36
  "2. Fill the missing plan fields.",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "prepare.requirements.withoutGoal": {
50
50
  "stage": "requirements",
51
- "summary": "Task scope is bound. Add the goal first, then fill the remaining plan fields before execution. This @claw-kit thread is already authorized to use goal mode and delegated subagents when the workflow requires them.",
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
52
  "nextsteps": [
53
53
  "1. Fill `goal.text`.",
54
54
  "2. Set Goal Mode.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veewo/claw-core",
3
- "version": "0.1.35",
3
+ "version": "0.1.36",
4
4
  "type": "module",
5
5
  "description": "Core .claw harness primitives for project context, plan lifecycle, search, truth ingestion, and retention.",
6
6
  "homepage": "https://github.com/chanyuenpang/claw-kit",