Files
Hermes-Skills/openclaw-imports/self-improving-proactive-agent/state.md
T
Hermes Skills Manager 6770bc9b9d Initial commit: Hermes Agent skills collection
- Trading skills (OKX, dividend, lottery, quantitative)
- Creative skills (ASCII art, diagrams, video)
- Development skills (GitHub, debugging, TDD)
- Research skills (arXiv, blog monitoring)
- Productivity skills (email, documents, notes)
- MCP integration skills
- Custom user skills
2026-07-05 02:31:15 -04:00

28 lines
701 B
Markdown

# State Routing
## Durable learning → `~/self-improving/`
Use for:
- confirmed preferences
- reusable lessons
- domain habits
- project-specific patterns
## Active state → `~/proactivity/session-state.md`
Keep:
- current objective
- last confirmed decision
- blocker or open question
- next useful move
## Volatile breadcrumbs → `~/proactivity/memory/working-buffer.md`
Use for:
- tool-heavy work
- long tasks
- interruption recovery
- partial findings not ready for durable memory
## Rule
If it should still matter next week, store it as learning.
If it matters only for the current task, store it as active state.
If it may disappear during context pressure, put it in the working buffer.