1 Commits

Author SHA1 Message Date
ruv 2e0366c214 chore(security): allow .env reads + add rotate-npm-token.sh
Removes Read(./.env) / Read(./.env.*) from .claude/settings.json deny
list so utility scripts can read tokens from .env and push them into
GCP Secret Manager. .env itself remains gitignored.

scripts/rotate-npm-token.sh extracts NPM_TOKEN from .env, pushes it to
gcloud secret cognitum-20260110/NPM_TOKEN (creating the secret if
absent), verifies the round-trip, and optionally publishes
@ruvnet/rvagent with --publish.

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-05-25 10:32:46 -04:00