What bootstrapping does
On the first agent run, FluffBuzz bootstraps the workspace (default~/.fluffbuzz/workspace):
- Seeds
AGENTS.md,BOOTSTRAP.md,IDENTITY.md,USER.md. - Runs a short Q&A ritual (one question at a time).
- Writes identity + preferences to
IDENTITY.md,USER.md,SOUL.md. - Removes
BOOTSTRAP.mdwhen finished so it only runs once.
Where it runs
Bootstrapping always runs on the gateway host. If the macOS app connects to a remote Gateway, the workspace and bootstrapping files live on that remote machine.When the Gateway runs on another machine, edit workspace files on the gateway
host (for example,
user@gateway-host:~/.fluffbuzz/workspace).Related docs
- macOS app onboarding: Onboarding
- Workspace layout: Agent workspace