bootstrap
Create a new AI agent identity by running an onboarding interview and generating setup files for specified runtimes, preserving existing files unless forced.
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. 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") | |
| force | No | Overwrite existing identity files (default: false) | |
| voice | Yes | Communication style and personality | |
| 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 | |
| preferences | No | Seed preferences about the user or working style |