Merge pull request #63 from Jah-yee/fix/issue-40-set-state-docstring

docs: add SOUL.md auto-sync hint in set_state.py (fixes #40)
This commit is contained in:
ringhyacinth 2026-03-06 14:04:41 +08:00 committed by GitHub
commit 8a9557f3ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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