feat: import per-model metadata and protect catalog fields - #1944
Open
dongyu23 wants to merge 8 commits into
Open
feat: import per-model metadata and protect catalog fields#1944dongyu23 wants to merge 8 commits into
dongyu23 wants to merge 8 commits into
Conversation
Author
|
@BigPizzaV3 This is the PR2 follow-up requested in closed #1837. It contains the metadata portion only, on top of PR1 #1943:
The branch is based on the latest main and has passed local tests plus fork CI validation so far. |
Owner
dongyu23
force-pushed
the
codex/per-model-metadata-import-next
branch
from
August 24, 2026 05:57
cb3de6c to
7a3324c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR2 follow-up to #1943 and metadata portion of closed #1837. This branch is based on the PR1 branch so its metadata commit is ready to review on top of #1943. It adds models.json import, protected Codex-managed fields, slug synchronization, and external catalog conflict validation with rollback. After #1943 merges, the PR1 commits will disappear from this diff and this PR will contain only the metadata changes. Validation: npm test (81 passed), npm run check, cargo relay_config and launcher tests passed, git diff --check.