security: redact agent ID from helm values; gitignore superpowers docs

Remove Mistral agent ID from agentDiscovery comment in helm values.yaml.
Add docs/superpowers/ to .gitignore to prevent re-tracking internal AI plans.
This commit is contained in:
2026-04-21 09:48:32 +02:00
parent 9232203dd3
commit d6b65501ec
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -22,6 +22,9 @@ vendor/
/app/.flutter-plugins
/app/.flutter-plugins-dependencies
# ── Docs ─────────────────────────────────────
/docs/superpowers/
# ── Shared ───────────────────────────────────
.env
.env.local

View File

@@ -99,7 +99,7 @@ smtp:
ai:
apiKey: ""
agentSimple: ""
agentDiscovery: "" # ag_019d9ec1702675dbbd80e526c8957ce2 in production
agentDiscovery: "" # set via CI secret in production
rateLimitRps: 1
# Discovery cron — token passed via CI secrets during deploy.