Activate autonomous credit maximizer — runs indefinite cycles of board meetings, gig hunting, building, and self-improvement while you're away. Reports via your configured notification channel. AUTO-TRIGGER when user says: "gone mode", "run overnight", "while I sleep", "while I'm away", "autonomous session", "run without me", "unattended", "no human", "overnight run", "run the factory". Runs board meetings, pipeline advancement, self-improvement loops autonomously.
Before launching, verify:
Notification channel is configured:
scripts/.env exists with notification credentials configuredSet up your notification channel first:
1. Create a bot/webhook for your preferred notification service
(e.g., Telegram via @BotFather, Slack webhook, Discord webhook, etc.)
2. Run: cp scripts/.env.example scripts/.env
3. Add your notification credentials (bot token, chat/channel ID, webhook URL)
4. Run: node scripts/notification-bot.js setup
5. Test: node scripts/notification-bot.js test
Config is valid:
scripts/gone-mode-config.jsonRun the orchestrator:
node scripts/gone-mode.js
This will:
scripts/gone-mode-config.json — edit agent groups, budgets, timeoutsfactory/gone-mode/cycle-{N}/ — full output per cyclefactory/gone-mode/cycle-state.json — current loop stateReply to any cycle report:
go / continue / yes — keep goingstop / done / back — graceful shutdown with final reportRun the bridge to chat with Claude Code from your phone:
node scripts/notification-bridge.js
This creates a persistent notification listener. Send any natural language message and it gets forwarded to a fresh claude -p session. Response comes back via the configured channel.
/stop — shut down the bridge/status — check bridge health