chore(ci): add rig self-CI to main (tests gate + branch-universal harness) - #34
Merged
Conversation
…ness) main had no CI at all — the 26 scope-reviewer tests plus check-review-p1.ts, pr-review-labels.ts and the shell scripts were entirely ungated. This lands the same dev-only harness introduced on feature/smithers (#33), scoped to what main has today: - test job: bun test scripts/ (26/26) — now gates every push/PR to main. - typecheck job: skips gracefully here (no smithers/ layer yet) via the branch-universal guard; it activates automatically once the smithers/ layer merges to main via the umbrella (#28). Files are identical to feature/smithers' harness, so the umbrella merge reconciles them with no conflict. Dev-only — never vendored (install.sh copies only skills/, agents/, scripts/, smithers/ content). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GHxxuWxnyaNz3cZkcxmnRM
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.
Gives main its own CI — it currently has none, so the 26
scope-reviewertests pluscheck-review-p1.ts,pr-review-labels.tsand the shell scripts are entirely ungated.Lands the same dev-only harness introduced on
feature/smithers(#33), scoped to what main has today:testjob —bun test scripts/(26/26); now gates every push/PR to main.typecheckjob — skips gracefully here (nosmithers/layer on main yet) via the branch-universal guard ([ -d smithers/workflows ]). It activates automatically once the smithers layer reaches main via the umbrella (feat(smithers): optional durable-orchestration integration (umbrella) #28).Dev-only — never vendored (
install.shcopies onlyskills/,agents/,scripts/,smithers/content, not rootpackage.json/.github). Files are byte-identical tofeature/smithers's harness, so the eventual #28 merge reconciles them with zero conflict.Verified locally on a
maincheckout:bun install --frozen-lockfileclean,bun test scripts/26/26, typecheck step logs the skip.Follow-up (not in this PR): main also has
check-review-p1.ts/pr-review-labels.tsthat atscpass could cover — worth a scripts/ typecheck target later.🤖 Generated with Claude Code
https://claude.ai/code/session_01GHxxuWxnyaNz3cZkcxmnRM