Commit Graph

1 Commits

Author SHA1 Message Date
cawcenter
bc6839919c 🔱 GOD MODE CLI: Persistent API access with no connection limits
Features:
- Keep-alive connections (no random disconnects)
- Zero timeout (never cuts off)
- Auto-retry with exponential backoff (5 attempts)
- Works as CLI and Node.js module

Commands:
- health: Check API status
- collections: List all collections
- schema: Export full schema
- read <coll>: Query collection
- count <coll>: Count items
- insert <coll>: Create item from stdin

No yaml edits - pure JS utility
2025-12-14 14:54:09 -05:00