2884ec9ff9
bun run build:schema brings assets/oh-my-opencode.schema.json back in sync with the Zod source. Surfaces two fields that were already present in src/config/schema/ but missing from the published artifact: - disabled_providers at the top level (from feat/config-disabled-providers) - displayName on every agent override (from fix/schema-preserve-custom-agent-overrides) No Zod source changes; only the generated artifact moves.