···1313- `BLUESKY_HANDLE`: Your bot's Bluesky handle
1414- `BLUESKY_PASSWORD`: App password from Bluesky settings
1515- `ANTHROPIC_API_KEY`: For AI responses (optional, falls back to placeholder)
1616+- `BOT_NAME`: Your bot's name (default: "Bot")
1717+- `PERSONALITY_FILE`: Path to personality markdown file (default: "personalities/phi.md")
161817193. Test posting:
1820```bash
···5961- AI mode (enabled/placeholder)
6062- Last activity timestamps
6163- Error count
6464+6565+## Personality System
6666+6767+The bot's personality is defined in markdown files in the `personalities/` directory. This allows for rich, detailed personality definitions that shape how the bot communicates.
6868+6969+- See `personalities/phi.md` for an example exploring consciousness
7070+- See `personalities/default.md` for a simple assistant
7171+- Create your own by adding a `.md` file and setting `PERSONALITY_FILE` in `.env`
62726373## Memory Architecture
6474