refactor(bot): use single agent, add /reset command and cleanup script
Changes:
- Single agent named 'adhd-support-agent' instead of per-user agents
- Agent is found by name on startup, created only if not found
- Added /reset command to delete and recreate the agent
- Added scripts/cleanup-agents.ts to bulk delete old agents
Usage:
bun run scripts/cleanup-agents.ts # Dry run - list agents
bun run scripts/cleanup-agents.ts --delete # Delete all except adhd-support-agent
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>