#!/usr/bin/env node /** * CLI entry point for agents-reverse * * Commands: * init Create default configuration * discover [path] Discover files to analyze * generate [path] Generate documentation plan * update [path] Update docs incrementally * specify [path] Generate project specification from AGENTS.md docs (experimental) * clean [path] Delete all generated artifacts */ export {}; //# sourceMappingURL=index.d.ts.map