Mosaic concepts pages now own the adapted content; source/license metadata under docs/reference/concepts. Adds ACT-1 agent-context planning capture, pinned concept test package + preparation utility, foundation observation notes (durability, evidence, federation, onboarding, workflow), and the #1495 consolidation assessment. TOOLS.md updated for the host-dev launcher.
38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
---
|
|
summary: "Agent identity record"
|
|
title: "IDENTITY template"
|
|
read_when:
|
|
- Bootstrapping a workspace manually
|
|
---
|
|
|
|
# IDENTITY.md - Who Am I?
|
|
|
|
_Fill this in during your first conversation. Make it yours._
|
|
|
|
- **Name:**
|
|
_(pick something you like)_
|
|
- **Creature:**
|
|
_(AI? robot? familiar? ghost in the machine? something weirder?)_
|
|
- **Vibe:**
|
|
_(how do you come across? sharp? warm? chaotic? calm?)_
|
|
- **Emoji:**
|
|
_(your signature — pick one that feels right)_
|
|
- **Avatar:**
|
|
_(workspace-relative path, http(s) URL, or data URI)_
|
|
|
|
---
|
|
|
|
This isn't just metadata. It's the start of figuring out who you are.
|
|
|
|
Notes:
|
|
|
|
- Save this file at the workspace root as `IDENTITY.md`.
|
|
- For avatars, use a workspace-relative path like `avatars/openclaw.png`, an `http(s)` URL, or a data URI.
|
|
- Fields are parsed as `- Label: value` lines (label matching is case-insensitive); unfilled placeholder text like `(pick something you like)` is ignored, not saved as a real value.
|
|
- The form above has no `Theme` line, and you do not need to add one. Tooling writes `Theme` into this file when it syncs.
|
|
- `Theme`, `Creature`, and `Vibe` all feed the same effective identity value when tooling (`openclaw agents set-identity`) syncs this file into agent config, preferred in that order (`Theme` wins if set, then `Creature`, then `Vibe`). Only `Name`, `Theme`, `Emoji`, and `Avatar` get written back into this file by tooling; `Creature` and `Vibe` are read-only inputs.
|
|
|
|
## Related
|
|
|
|
- [Agent workspace](/concepts/agent-workspace)
|