ci: index version floor (min_mcpp 0.0.85) + resolver-grammar strict lint#65
Merged
Conversation
…ain, P1) - index.toml: [index] min_mcpp = 0.0.85 — the index→client contract; travels with the tree (publish script packs it into the artifact). mcpp >= 0.0.85 enforces it at index-open (E0006 + upgrade hint). - validate.yml: MCPP_VERSION 0.0.81 → 0.0.85; lint gains a second validator — `mcpp xpkg parse` (strict) with the PINNED binary, so lint's grammar and users' build grammar are identical by construction (the lua5.4 loadfile check stays: it guards the xim side, which executes real Lua). - tools/publish_mcpp_index.sh: pack index.toml into the artifact tree. - docs: floor mechanism + long-bracket / scan_overrides schema rows. Rollout rule now mechanical: descriptors needing newer grammar cannot merge until this pin+floor pair moves — 'floor first, migration after'. Design: mcpp .agents/docs/2026-07-08-index-version-semantics-and- descriptor-grammar-design.md (D3) + index-side adoption plan (P1).
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.
P1 of the 0.0.85 adoption train (design: mcpp
.agents/docs/2026-07-08-index-version-semantics-and-descriptor-grammar-design.mdD2/D3; execution detail in this repo's.agents/docs/2026-07-08-index-side-adoption-plan.md).[index] min_mcpp = "0.0.85"— the index→client contract. Travels with the tree (publish_mcpp_index.shnow packs it into the artifact); mcpp ≥ 0.0.85 enforces it at index-open (E0006+ upgrade hint;MCPP_INDEX_FLOOR=ignoredebug hatch).MCPP_VERSION0.0.81 → 0.0.85; lint gains a second validator —mcpp xpkg parsewith the pinned binary (strict: unknown mcpp-segment keys fail). Lint's grammar and users' build grammar are now identical by construction; the lua5.4loadfilecheck stays (guards the xim side, which executes real Lua).scan_overridesschema rows.Rollout rule now mechanical: descriptors needing newer grammar cannot merge until this pin+floor pair moves — "floor first, migration after".
Verified locally: all 42 existing descriptors pass
mcpp xpkg parse(strict, 0.0.85) with zero warnings;min_mcpp=9.9.9fixture → E0006 + resolve stop; floor=0.0.84 → builds; ignore-hatch works.