Three operational scripts embed configuration (org/group hierarchies, persona rosters, reference-clone URLs) directly in code, so a forker must edit Python/Bash to adapt them:
scripts/setup-coder-idp-sync.py (org/group hierarchy dict)
scripts/setup-keycloak-hierarchy.py (realm/persona dict)
scripts/preflight-readiness.sh (reference repo URL arrays)
Action: refactor these to read their inputs from a values file (e.g. values/env.example.yaml or a dedicated companion file) so adapting them requires only editing configuration, not code.
Generated by Coder Agents, on behalf of @ausbru87.
Three operational scripts embed configuration (org/group hierarchies, persona rosters, reference-clone URLs) directly in code, so a forker must edit Python/Bash to adapt them:
scripts/setup-coder-idp-sync.py(org/group hierarchy dict)scripts/setup-keycloak-hierarchy.py(realm/persona dict)scripts/preflight-readiness.sh(reference repo URL arrays)Action: refactor these to read their inputs from a values file (e.g.
values/env.example.yamlor a dedicated companion file) so adapting them requires only editing configuration, not code.Generated by Coder Agents, on behalf of @ausbru87.