feat(lane-g): wire prophet-mesh scope mirror into validate and CI#39
Merged
Conversation
…ate and CI Adds validate-prophet-mesh-scope-mirror to the main validate target so the prophet-mesh memory-scope mirror contract is gated on every validate run, and adds a CI workflow that triggers on changes to the contract or validator script.
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.
Summary
validate-prophet-mesh-scope-mirrorto the.PHONYdeclaration and to the mainmake validatedependency chain — the prophet-mesh memory-scope mirror contract is now gated on every full validation run.github/workflows/prophet-mesh-scope-mirror.yml: CI workflow that triggers on push/PR tomain, scoped to contract and script path changes, withpermissions: contents: readWhat this closes
Lane G of the Prophet Mesh private-preview spine. The contract (
contracts/prophet-mesh/prophet-mesh-memory-scope.v0.1.json) and validator (scripts/validate-prophet-mesh-scope-mirror.mjs) landed in memory-mesh PR #38. This PR completes the gate wiring so the contract is not just present but actively enforced in CI.Verification
make validate-prophet-mesh-scope-mirror # → {"ok": true, "mirrorId": "memory-mesh:prophet-mesh-memory-scope:v0.1", ...}Non-claims
No contract schema changes. No new behaviour. Gate wiring only.