[codex] add self-sustaining pipeline#9
Merged
Conversation
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
Adds the self-sustaining dependency and quality pipeline described in
docs/self-sustaining-pipeline-plan.md.Changes
.npmrc,package.json, andpackage-lock.jsonforcspell,markdownlint-cli2, andmarkdown-table-formatter.npx --no-installhooks.GitHub Settings Already Applied
can_approve_pull_request_reviews=true.github-actions,docker,pre-commit,npm,ci-scheduled.Defaultbranch ruleset to require thelintGitHub Actions check withstrict_required_status_checks_policy=false, while preserving the existing one-review PR rule and squash-only merge method.Validation
Passed:
npm cinpx --no-install cspell --config cspell.json .npx --no-install markdownlint-cli2 --config .markdownlint-cli2.jsonc "**/*.md" "#node_modules"prek run check-yaml --files .github/workflows/ci.yml .github/workflows/dependabot-auto-merge.yml .github/dependabot.yml .pre-commit-config.yamlprek run actionlint --files .github/workflows/ci.yml .github/workflows/dependabot-auto-merge.ymlprek run cspell --files .github/workflows/ci.yml .github/workflows/dependabot-auto-merge.yml .github/dependabot.yml .pre-commit-config.yaml docs/self-sustaining-pipeline-plan.md docs/self-sustaining-pipeline-goal.md package.json package-lock.json cspell.jsonprek run markdownlint-cli2 --files docs/self-sustaining-pipeline-plan.md docs/self-sustaining-pipeline-goal.md README.md CLAUDE.mdgit diff --checkPartially blocked locally:
prek run --all-filesandmake lifecyclepass all non-Docker hooks but fail atmake lifecyclebecause the local Docker daemon is not reachable at/Users/joswatki/.docker/run/docker.sock.docker infoconfirms the Docker client is installed but no server is reachable. The GitHub-hosted Ubuntu runner should have Docker available for the CI check.