Mark legacy vista-meta unseed script stack-exempt (engine-access gate)#16
Merged
Conversation
scripts/unseed-vista.sh hand-rolls the raw GT.M interpreter over SSH against the LEGACY vista-meta host — not the vehu/foia VSL-MSL driver stack, and vista-meta (winding down) has no driver transport. Add a documented `stack-exempt` marker so the new org-wide engine-access gate (m-ci.yml) stays green, with a NOTE explaining why this raw access is a deliberate, visible exception. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The skill artifacts embed the stdlib version; they were last generated against v0.5.0 and never re-run when the changelog bumped to v0.6.0 (T0b.4) then v0.7.0 (the STDENV seam release). The v0.7.0 release regenerated the manifest but missed `make skill`, so `skill-check` was red on master (the pre-existing failure that broke m-stdlib CI since the t0b4 merge). Regenerate: v0.5.0 -> v0.7.0 version string in SKILL.md / error-codes.md / manifest-index.md / patterns.md. No content change. All ten engine-free gates now green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
scripts/unseed-vista.shhand-rolls the raw GT.M interpreter over SSH against the legacy vista-meta host — not the vehu/foia VSL-MSL driver stack, and vista-meta (winding down) has no driver transport. Adds a documentedstack-exemptmarker so the new org-wide engine-access gate (m-ci.yml) stays green, with a NOTE explaining why this raw access is a deliberate, visible exception.Pairs with vista-cloud-dev/.github
engine-access-gate(the org-wide gate). Merge this first so m-stdlib CI stays green once the gate lands.🤖 Generated with Claude Code