#!/usr/bin/env node /** * Clawtomaton CLI — setup wizard and runtime entry point. * * Usage: * clawtomaton setup Interactive setup wizard * clawtomaton activate Burn 1M $CLAWNCH to activate * clawtomaton run Start the agent (single run) * clawtomaton daemon Start the agent with heartbeat (continuous) * clawtomaton status Show agent status * clawtomaton audit Show audit log * clawtomaton soul Print SOUL.md */ export {}; //# sourceMappingURL=cli.d.ts.map