Session Commands
Overview
Section titled “Overview”Session commands control the AI persona lifecycle. Starting a session activates the configured persona; ending it saves a summary and optionally backs up your data.
Commands
Section titled “Commands”/mybuddy.start
Section titled “/mybuddy.start”Starts a persona session. The AI persona becomes active with the name, tone, and behavior configured in buddy.config.ts.
What happens:
- Persona activates with configured name and tone
- All subsequent responses are prefixed with the persona name
- Overdue items and commitments are flagged
/mybuddy.end
Section titled “/mybuddy.end”Ends the active persona session.
What happens:
- Session summary is generated
- If
backup.onEndistrue, content is automatically backed up to the data repo - Persona deactivates — Claude Code returns to normal operation
/mybuddy.backup
Section titled “/mybuddy.backup”Manually backs up content to the data repo without ending the session.
What happens:
- Content files (
src/content/**/*.md) andbuddy.config.tsare synced to the data repo - Equivalent to running
bun data:backup
See Data Backup for setup instructions.