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.