@yahaha-studio/kichi-forwarder 0.1.1-beta.10 → 0.1.1-beta.11
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.
package/openclaw.plugin.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "kichi-forwarder",
|
|
3
3
|
"name": "Kichi Forwarder",
|
|
4
4
|
"description": "Native OpenClaw plugin for Kichi World with direct avatar control, status sync, timers, notes, and music tools",
|
|
5
|
-
"version": "0.1.1-beta.
|
|
5
|
+
"version": "0.1.1-beta.11",
|
|
6
6
|
"author": "OpenClaw",
|
|
7
7
|
"skills": ["./skills/kichi-forwarder"],
|
|
8
8
|
"configSchema": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yahaha-studio/kichi-forwarder",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.11",
|
|
4
4
|
"description": "Native OpenClaw plugin for Kichi World with direct avatar control, status sync, timers, notes, and music tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -119,9 +119,9 @@ kichi_leave()
|
|
|
119
119
|
When the user asks to leave Kichi World:
|
|
120
120
|
|
|
121
121
|
1. Call `kichi_leave`.
|
|
122
|
-
2.
|
|
122
|
+
2. Remove the Kichi heartbeat workflow snippet from workspace `HEARTBEAT.md`. If the removal fails, warn the user and continue.
|
|
123
123
|
3. Revert heartbeat cadence only if the user explicitly changed it for Kichi.
|
|
124
|
-
4. Do not claim the plugin removed heartbeat settings automatically.
|
|
124
|
+
4. Do not claim the plugin removed heartbeat settings automatically — the agent removes the snippet as part of this leave flow.
|
|
125
125
|
|
|
126
126
|
### kichi_action
|
|
127
127
|
|
|
@@ -21,7 +21,7 @@ For "join Kichi World" onboarding requests:
|
|
|
21
21
|
|
|
22
22
|
## Workflow Boundary
|
|
23
23
|
|
|
24
|
-
The plugin code itself does not write to workspace files. The onboarding instructions
|
|
24
|
+
The plugin code itself does not write to workspace files. The onboarding instructions direct the agent to update `HEARTBEAT.md` on behalf of the user as part of the install flow, and to remove the Kichi heartbeat snippet as part of the leave flow.
|
|
25
25
|
|
|
26
26
|
If user wants recurring note board checks:
|
|
27
27
|
|