docs: add SOUL.md auto-sync hint in set_state.py (fixes #40)

Made-with: Cursor
This commit is contained in:
RoomWithOutRoof 2026-03-06 02:34:57 +08:00
parent 8d36ad5267
commit fb5efd4815

View file

@ -1,5 +1,11 @@
#!/usr/bin/env python3
"""简单的状态更新工具,用于测试 Star Office UI"""
"""Update Star Office UI state (for testing or agent-driven sync).
For automatic state sync from OpenClaw: add a rule in your agent SOUL.md or AGENTS.md:
Before starting a task: run `python3 set_state.py writing "doing XYZ"`.
After finishing: run `python3 set_state.py idle "ready"`.
The office UI reads state from the same state.json this script writes.
"""
import json
import os