ci: GitHub Actions (build · typecheck · test) + badge#12
Merged
Conversation
…adge Runs pnpm install (frozen) → build → typecheck → test on push to main and on every PR, across Node 20 and 22. Gives the existing branch protection real teeth: a red PR is now visibly failing. Concurrency cancels superseded runs. (Codex review #12.) Mark this check "required" in branch protection once it has run once to make green CI a hard merge gate.
telivity-otaip
added a commit
that referenced
this pull request
Jun 17, 2026
asil-cost-controller, asil-thought-multiplier, asil-improvement-loop, and asil-analyzer drop `private: true` and gain the metadata npm needs: description, license (MIT), repository+directory, files: [dist, README.md], and publishConfig.access=public. Each gets a short README so its npm page isn't blank. asil-runners stays private — it's the reference CLI/app, not a library; the quickstart now tells consumers to compose the four libraries and vendor the runner. This is publish-READINESS only. Actual `pnpm publish -r` (which hits the public npm registry and needs npm auth) is left for a human to trigger: pnpm -r --filter './packages/asil-*' publish --access public --no-git-checks Verify the unscoped names are available first. No code changes; 400 tests still pass.
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.
Adds CI (Codex review #12). Runs
pnpm install --frozen-lockfile→pnpm -r build→pnpm -r typecheck→pnpm -r teston push tomainand on every PR, across Node 20 + 22. Concurrency cancels superseded runs. README gets a status badge.Branch protection is on but had no status checks — a red PR could still merge. This closes that gap. After this lands and the workflow has run once, the
build · typecheck · testcheck can be marked required in branch protection to make green CI a hard merge gate.🤖 Generated with Claude Code