Add ccc-server/client/queue bins and blessed queue TUI

- bin/ccc-server, ccc-client, ccc-queue wired up via package.json bin
- client/config.mjs: shared secrets/user resolution from CLI args or
  CCC_SECRETS/CCC_USER env vars
- ccc-queue: blessed TUI with two-pane layout (list + detail), polls
  every 2s, y/n to approve/deny selected item, r to refresh, q to quit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 20:49:12 +00:00
parent 0a3ab14053
commit e8bbcb293f
6 changed files with 255 additions and 51 deletions

2
bin/ccc-server.mjs Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env node
import '../server/index.mjs';