Add local bootstrap and use editorial validation in CI#1
Closed
ritorhymes wants to merge 2 commits into
Closed
Conversation
Add a checked-in `scripts/dev-setup` entrypoint for the local multi-repo workflow. The helper locates or installs `build-eips` and `just`, initializes the workspace, refreshes the generated helpers, and prints the next useful commands. Update the contributor guidance to point at the canonical local workspace guide.
Run proposal validation through the explicit editorial command surface in CI. Keep the publish workflow on the site build path so site builds and editorial validation remain separate in automation.
This was referenced Apr 15, 2026
4 tasks
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.
Important
This PR is part of the coordinated multi-repo local build system series tracked in preprocessor#8. It is intended to land in coordination with preprocessor#9, EIPs#10, and ERCs#10. This PR depends on preprocessor#9 being merged and released first. Until the released
build-eipsbinary includes the new editorial command surface, CI for this PR is expected to fail.Description
This PR adds the template-side wiring for the local multi-repo build system.
In this repo, that means adding the checked-in local bootstrap entrypoint and aligning automation with the explicit
build-eipscommand surface introduced in preprocessor#9. This mirrors the same repo-local wiring added in the correspondingEIPsandERCsPRs.Changes
scripts/dev-setupas the checked-in local workspace bootstrap helperbuild-eips editorialValidation
Template contains no proposal content, so editorial validation was exercised from the rewritten
EIPsandERCsbranches using abuild-eipsbinary built from preprocessor#9.Those branches were verified with:
build-eips --staging editorial build --against-upstream --format githubbuild-eips --staging build