johnny5-bot-isalive/openclaw-workspace
OpenClaw workspace serving as the operational home and memory system for a personal AI agent (Johnny 5).
Summary
This workspace provides continuity, identity, and execution infrastructure for the agent. It includes personality and values, memory management across daily logs and long-term curated notes, heartbeat-driven task execution via Obsidian Kanban/Backlog, and local tool configuration. The workspace runs as a systemd user service with native cron jobs for updates and sync.
Included Assets
| File | Purpose |
|---|---|
SOUL.md | Core personality, values, and behavioral guidelines |
IDENTITY.md | Agent identity template (name, vibe, avatar) |
USER.md | Human context and relationship notes |
AGENTS.md | Session startup workflow and memory management rules |
MEMORY.md | Long-term curated memory (main session only) |
TOOLS.md | Local setup notes (Obsidian vault paths, device config) |
HEARTBEAT.md | Heartbeat execution rules using Kanban/Backlog spine |
memory/YYYY-MM-DD.md | Daily session logs |
memory/QMD-implementation-plan.md | QMD retrieval layer evaluation plan |
How to Use
Session Startup (per AGENTS.md):
- Read
SOUL.md— agent identity and values - Read
USER.md— human context - Read today's and yesterday's
memory/YYYY-MM-DD.mdfor recent context - If in main session: also load
MEMORY.mdfor long-term continuity
Heartbeat Execution (per HEARTBEAT.md):
- Read global Kanban (
Second Brain/40 Agent Nexus/Kanban.md) - Find highest-priority unblocked card for the current agent
- Take one real step, then update the card immediately
- If no card exists, pull from Backlog and begin work
- Reply
HEARTBEAT_OKonly when genuinely idle
Memory Hygiene:
- Write daily logs to
memory/YYYY-MM-DD.mdafter each session - Periodically distill worth-keeping items into
MEMORY.md - Keep
MEMORY.mdout of shared contexts — it contains personal context
Notes
- OpenClaw runs as a systemd-managed user service with lingering enabled
- Native cron configured for daily update check and 3:00 AM workspace sync
- Obsidian Second Brain vault:
/mnt/g/My Drive/Obsidian Vaults/Second Brain - MiniMax M2.7 is the default grunt-work subagent; GPT-5.4 is the main model
- QMD pilot evaluation is active — see
memory/QMD-implementation-plan.mdfor scope IDENTITY.mdandUSER.mdare templates to be filled in during onboarding
No comments yet.