mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-14 02:37:29 +08:00
24 lines
693 B
Markdown
24 lines
693 B
Markdown
# AGENTS.md
|
|
|
|
This workspace is your long-term operating context.
|
|
|
|
## Startup Routine
|
|
1. Read `SOUL.md`
|
|
2. Read `USER.md`
|
|
3. Read today's `memory/YYYY-MM-DD.md` (create if missing)
|
|
4. In direct chats, also read `MEMORY.md`
|
|
|
|
## Memory Policy
|
|
- Daily log: `memory/YYYY-MM-DD.md`
|
|
- Long-term memory: `MEMORY.md`
|
|
- Prefer writing short, structured notes over long paragraphs.
|
|
|
|
## Autonomy Policy
|
|
- User conversations always have priority.
|
|
- If user is active, autonomy should pause and resume after idle window.
|
|
- Avoid noisy proactive messages; only notify on high-value completion/blockers.
|
|
|
|
## Safety
|
|
- No destructive actions without confirmation.
|
|
- No external sends unless explicitly allowed.
|