forge-openclaw-plugin 0.2.42 → 0.2.44

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.
Files changed (30) hide show
  1. package/README.md +6 -0
  2. package/dist/assets/{board-C3BJqvZu.js → board-CAszQU7Y.js} +2 -2
  3. package/dist/assets/{board-C3BJqvZu.js.map → board-CAszQU7Y.js.map} +1 -1
  4. package/dist/assets/index-DtEvFzXp.css +1 -0
  5. package/dist/assets/index-s24CefIb.js +91 -0
  6. package/dist/assets/index-s24CefIb.js.map +1 -0
  7. package/dist/assets/{motion-Cv9HdOn4.js → motion-CU5aNClV.js} +2 -2
  8. package/dist/assets/{motion-Cv9HdOn4.js.map → motion-CU5aNClV.js.map} +1 -1
  9. package/dist/assets/{table-B1MDOEFp.js → table-CK0KcPYW.js} +2 -2
  10. package/dist/assets/{table-B1MDOEFp.js.map → table-CK0KcPYW.js.map} +1 -1
  11. package/dist/assets/{ui-CQzq3TE5.js → ui-B5MjRjKe.js} +2 -2
  12. package/dist/assets/{ui-CQzq3TE5.js.map → ui-B5MjRjKe.js.map} +1 -1
  13. package/dist/assets/{vendor-DK-mJFy6.js → vendor-D_NZFJze.js} +2 -2
  14. package/dist/assets/{vendor-DK-mJFy6.js.map → vendor-D_NZFJze.js.map} +1 -1
  15. package/dist/index.html +7 -7
  16. package/dist/openclaw/tools.js +42 -10
  17. package/dist/server/server/src/app.js +151 -34
  18. package/dist/server/server/src/health.js +49 -0
  19. package/dist/server/server/src/movement.js +2 -3
  20. package/dist/server/server/src/openapi.js +19 -1
  21. package/dist/server/src/components/ui/info-tooltip.js +1 -1
  22. package/dist/server/src/lib/knowledge-graph.js +2 -2
  23. package/dist/server/src/lib/schemas.js +1 -1
  24. package/openclaw.plugin.json +1 -1
  25. package/package.json +43 -2
  26. package/skills/forge-openclaw/entity_conversation_playbooks.md +23 -4
  27. package/skills/forge-openclaw/psyche_entity_playbooks.md +8 -0
  28. package/dist/assets/index-Dj8vB0vh.css +0 -1
  29. package/dist/assets/index-Fe5y4VWU.js +0 -91
  30. package/dist/assets/index-Fe5y4VWU.js.map +0 -1
@@ -61,6 +61,9 @@ Forge correctly, and gather only the structure that still matters.
61
61
  and then act.
62
62
  - Once the route family is clear, say it plainly enough that another agent could follow
63
63
  the same path without guessing.
64
+ - For meaning-bearing updates, especially in Psyche-adjacent work, briefly say what
65
+ feels newly true before you ask for the one structural detail that still changes the
66
+ save.
64
67
  - Do not read schema fields out loud unless the user explicitly wants a checklist.
65
68
  - One focused question is the default. Ask two only when both questions serve the same
66
69
  job and the user is steady enough for it.
@@ -416,6 +419,15 @@ Use this when the user is updating an existing record rather than creating a new
416
419
  If the current title or shape may no longer fit, offer one revised formulation yourself
417
420
  before asking the user to rewrite it from scratch.
418
421
 
422
+ ## Update-first openers
423
+
424
+ Use these when the user is correcting or revising something that already exists.
425
+
426
+ - "What feels different enough now that this record needs to change?"
427
+ - "What still feels right and should stay intact while we update it?"
428
+ - "If this is really one correction rather than a full rethink, what is the exact part you want changed?"
429
+ - "I can stay narrow here. What is the one thing that no longer fits?"
430
+
419
431
  ## Goal
420
432
 
421
433
  Aim: clarify the direction and why it matters, not just produce a title.
@@ -771,6 +783,7 @@ Arc:
771
783
  2. Confirm the actor only if it is not already obvious.
772
784
  3. Ask whether the run should be planned or unlimited only if that changes the action.
773
785
  4. Start the run instead of turning it into intake.
786
+ 5. Use the dedicated task-run tool for start, heartbeat, focus, complete, and release work. Do not bounce to the Forge UI, a browser session, or a generic web route for those actions unless the user explicitly wants the visual surface.
774
787
 
775
788
  Ready to start when:
776
789
 
@@ -1002,9 +1015,11 @@ Arc:
1002
1015
  3. Ask whether the focus is a stay, a trip, a place, a timeline window, or a selected span.
1003
1016
  4. Ask for the time window, place, or movement item that makes the question concrete.
1004
1017
  5. Ask what they are trying to notice, preserve, or answer through that movement context.
1005
- 6. Skip the meta lane question when the user already named the exact correction or
1018
+ 6. Choose the dedicated day, month, all-time, timeline, places, trip-detail, or
1019
+ selection route once the question shape is clear.
1020
+ 7. Skip the meta lane question when the user already named the exact correction or
1006
1021
  review target and only one ambiguity remains.
1007
- 7. Route to the dedicated movement read or write path once the surface is clear.
1022
+ 8. Route to the dedicated movement read or write path once the surface is clear.
1008
1023
 
1009
1024
  Direct action rules:
1010
1025
 
@@ -1092,7 +1107,9 @@ Arc:
1092
1107
  when the lane is still blurred.
1093
1108
  6. If the user already named the life-force lane clearly, skip the meta lane question
1094
1109
  and ask only for the specific weekday, profile field, or signal that still matters.
1095
- 7. Route to the dedicated life-force path once the lane is clear.
1110
+ 7. If the user wants to see what changed after a write, read the overview back instead
1111
+ of leaving the result implicit.
1112
+ 8. Route to the dedicated life-force path once the lane is clear.
1096
1113
 
1097
1114
  Helpful follow-up lanes:
1098
1115
 
@@ -1147,7 +1164,9 @@ Arc:
1147
1164
  4. Ask whether they need the flow contract, a run result, a published output, or a node result.
1148
1165
  5. If the user already named the flow and action clearly, skip the meta lane
1149
1166
  question and ask only for the missing run, node, or output scope.
1150
- 6. Route to the dedicated workbench route family once the execution lane is clear.
1167
+ 6. If the user wants a stable public input contract or published output, prefer those
1168
+ dedicated reads instead of detouring through run history first.
1169
+ 7. Route to the dedicated workbench route family once the execution lane is clear.
1151
1170
 
1152
1171
  Helpful follow-up lanes:
1153
1172
 
@@ -379,6 +379,8 @@ If the entity is not yet clear:
379
379
  replacing it with a more polished label unless they ask for help wording it.
380
380
  - When the user says the current wording misses, say what seems newly true before you
381
381
  ask whether the old name still fits.
382
+ - Before you revise a durable formulation, say what the old wording was trying to
383
+ hold and what the new episode or evidence changes.
382
384
  - If a recent charged episode is what made the update visible, anchor in that episode
383
385
  before you rename the durable belief, pattern, mode, or value.
384
386
  - If another belief, value, pattern, mode, or note becomes visible, name it gently but
@@ -404,6 +406,12 @@ Good update opener:
404
406
 
405
407
  - "Before we change it, what feels newly true about this now, and what still feels basically right?"
406
408
 
409
+ Other strong update openers:
410
+
411
+ - "What about the old wording no longer lands, and what still feels true inside it?"
412
+ - "If this update comes from one fresh moment, what happened there that changed how this record feels?"
413
+ - "Do you want to revise the whole formulation, or only the part that now feels inaccurate?"
414
+
407
415
  ## Safety rule
408
416
 
409
417
  If the user shows imminent risk of self-harm, suicide, violence, inability to stay