@yahaha-studio/kichi-forwarder 0.1.1-beta.8 → 0.1.1-beta.9
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.9",
|
|
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.9",
|
|
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",
|
|
@@ -21,11 +21,11 @@ For "join Kichi World" onboarding requests:
|
|
|
21
21
|
|
|
22
22
|
## Workflow Boundary
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
The plugin code itself does not write to workspace files. The onboarding instructions above direct the agent to update `HEARTBEAT.md` on behalf of the user as part of the install flow.
|
|
25
25
|
|
|
26
26
|
If user wants recurring note board checks:
|
|
27
27
|
|
|
28
|
-
1.
|
|
28
|
+
1. Update workspace `HEARTBEAT.md`.
|
|
29
29
|
2. Keep the existing OpenClaw heartbeat cadence unless the user explicitly wants a different interval.
|
|
30
30
|
3. Do not claim the plugin edited `HEARTBEAT.md` automatically.
|
|
31
31
|
|
|
@@ -95,4 +95,4 @@ If any box is unchecked, the onboarding remains incomplete.
|
|
|
95
95
|
|
|
96
96
|
If the `HEARTBEAT.md` update fails, warn the user that heartbeat integration will be unavailable but do not block the connection flow.
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
The plugin code does not write to workspace files directly. The agent updates `HEARTBEAT.md` as part of this onboarding flow.
|