paperclip/cli/src/checks
Forgotten fe6a8687c1 Implement local agent JWT authentication for adapters
Add HS256 JWT-based authentication for local adapters (claude_local, codex_local)
so agents authenticate automatically without manual API key configuration. The
server mints short-lived JWTs per heartbeat run and injects them as PAPERCLIP_API_KEY.
The auth middleware verifies JWTs alongside existing static API keys.

Includes: CLI onboard/doctor JWT secret management, env command for deployment,
config path resolution from ancestor directories, dotenv loading on server startup,
event payload secret redaction, multi-status issue filtering, and adapter transcript
parsing for thinking/user message kinds.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 16:46:45 -06:00
..
agent-jwt-secret-check.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
config-check.ts Improve CLI: config store, heartbeat-run, and onboarding 2026-02-18 13:02:12 -06:00
database-check.ts Replace PGlite with embedded-postgres and add startup banner 2026-02-18 11:45:43 -06:00
index.ts Implement local agent JWT authentication for adapters 2026-02-18 16:46:45 -06:00
llm-check.ts Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00
log-check.ts Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00
port-check.ts Add CLI package, config file support, and workspace setup 2026-02-17 13:39:47 -06:00