#!/usr/bin/env node /** * Agenthood CLI — npx agenthood * * The Society's command-line interface. Entry point for all * initiation, activation, and health check operations. * * Commands are auto-discovered from ./commands/ — each command file exports * a `command` CommandDescriptor (name, handler, aliases). Adding a command * means adding a file, not touching this one. */ import 'dotenv/config'; //# sourceMappingURL=cli.d.ts.map