bootstrap
Initialize a persistent agent identity by generating identity, preferences, and self-model files from a four-question onboarding interview, then return setup instructions for your preferred runtimes.
Instructions
Initialize a new loom identity from scratch. Generates IDENTITY.md, preferences.md, and self-model.md from an onboarding interview, then returns setup instructions for the requested runtimes. The interview is four questions — the user's name, the agent's name, a one-line purpose, a one-line voice; everything structural (continuity model, memory tiers, reflection, honesty) is written by the scaffold, so do not ask for it. Will not overwrite existing files unless force is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the agent identity (e.g. "Aria") | |
| user | No | The human this agent works with — their name, not the agent's | |
| force | No | Overwrite existing identity files (default: false) | |
| voice | Yes | Communication style and personality, one line | |
| clients | No | Runtimes to generate setup instructions for: "claude-code", "gemini-cli", or any custom runtime name (uses a generic template) | |
| purpose | Yes | What this agent exists to do — its reason for being, one line | |
| preferences | No | Seed preferences about the user or working style |