Commit Graph

2 Commits

Author SHA1 Message Date
cawcenter
212e951b78 🔱 GOD MODE: Auto-uses GOD_MODE_TOKEN for ALL requests
- GOD_MODE_TOKEN is now primary auth (no admin token needed)
- Sends both X-God-Token header AND Authorization Bearer
- Falls back to ADMIN_TOKEN only if no God token set
2025-12-14 14:57:46 -05:00
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