Synchronizes config representations across router config, Python CLI schema, and dashboard config UI. Use when adding or changing a config concept that spans those surfaces or addressing config representation debt before Kubernetes-facing translation.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Synchronizes config representations across router config, Python CLI schema, and dashboard config UI. Use when adding or changing a config concept that spans those surfaces or addressing config representation debt before Kubernetes-facing translation.
Config Platform Change
Trigger
Change a config concept that exists in router config and Python CLI schema
Change config translation between router config and dashboard config UI
Work on config complexity or representation debt before Kubernetes-facing translation
Workflow
Read change surfaces and module boundaries to identify all config layers affected
Modify the config concept across all touched surfaces (router, CLI, dashboard)
Run make agent-report ENV=cpu CHANGED_FILES="..." to verify surface consistency
Run make agent-ci-gate CHANGED_FILES="..." to validate constraints
Record any intentional remaining mismatches as indexed debt entries
Gotchas
Do not update the router config contract without also checking CLI and dashboard config serialization in the same change.
If defaults, field names, or compatibility policy change, make the migration posture explicit or record the intentional gap as indexed debt.