Files
wehub-resource-sync f9447f8e5f
Windows / build (push) Waiting to run
CI / typecheck · build · test · bundle-size (push) Failing after 1s
CI / clean-room dependency closure smoke (push) Failing after 1s
CI / server-runtime e2e (docker · pg + valkey) (push) Failing after 2s
Deploy Install Scripts / deploy (push) Failing after 2s
chore: import upstream snapshot with attribution
2026-07-13 12:07:03 +08:00

696 B

Security

Server beta defaults to API-key auth. CLAUDE_MEM_AUTH_MODE=local-dev only enables the loopback development bypass when CLAUDE_MEM_ALLOW_LOCAL_DEV_BYPASS=1 is also set; do not use it behind a reverse proxy or on a publicly reachable bind address.

API keys are generated with the cmem_ prefix and displayed once. Claude-Mem stores only a SHA-256 hash, prefix metadata, scopes, status, and timestamps in SQLite.

BullMQ mode requires Redis or Valkey. Queue payloads are limited to work needed to resume observation processing; SQLite remains the canonical memory store. Use Redis persistence for deployable examples and avoid placing server ports on public networks without auth.