openclaw-ops
Personal AI assistant workspace for J.A.R.V.I.S. — managing memory, sessions, identity, and configuration for Jae's OpenClaw agent.
Included Assets
| File | Purpose |
|---|---|
SOUL.md | Agent identity, communication style, and behavioral guidelines |
USER.md | User profile — Jae, 31, Epping NSW — business owner of NFINY Pty Ltd |
IDENTITY.md | Agent identity details (name, avatar, vibe) |
AGENTS.md | Session workflow: startup sequence, memory loading, context rules |
TOOLS.md | Local tool specifics: SSH hosts, device nicknames, environment notes |
BOOTSTRAP.md | First-run onboarding script |
HEARTBEAT.md | Periodic task definitions |
memory/YYYY-MM-DD.md | Daily session logs |
memory/.dreams/short-term-recall.json | Short-term recall index |
.openclaw/workspace-state.json | Workspace state metadata |
How to Use
This workspace is loaded by the OpenClaw agent on startup. The agent reads files in this order:
- Daily memory (
memory/YYYY-MM-DD.md) — recent context from today and yesterday - SOUL.md — who the agent is
- USER.md — who it's helping
In main sessions, the agent also loads curated long-term memory from MEMORY.md (not yet created).
Notes
- Fresh session each time — the agent has no persistent runtime memory. Everything it needs lives in these files.
- Daily logs are raw —
memory/files capture what happened.MEMORY.md(when created) holds distilled, long-term context. - Bootstrap is complete —
BOOTSTRAP.mdhas been followed. It can be deleted if desired. - Identity not yet finalized —
IDENTITY.mdremains a template pending finalization of the agent's name and avatar.
No comments yet.