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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -22,6 +22,9 @@ vendor/
|
||||
/app/.flutter-plugins
|
||||
/app/.flutter-plugins-dependencies
|
||||
|
||||
# ── Docs ─────────────────────────────────────
|
||||
/docs/superpowers/
|
||||
|
||||
# ── Shared ───────────────────────────────────
|
||||
.env
|
||||
.env.local
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user