UNPKG

intertools

Version:

🚀 Professional development assistant with Backend Engineer Mode. Auto-starts with full functionality, no prompts, iterative problem solving. Features: AI chat orchestrator, terminal monitoring, file analysis, error correction, performance optimization. C

5 lines • 137 B
#!/usr/bin/env node declare function main(): Promise<void>; export { main as runCLI }; export { main }; //# sourceMappingURL=cli.d.ts.map