chore: publish-readiness for the four library packages (Codex #12)#13
Merged
Conversation
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.
Makes the four library packages installable from npm (Codex review #12).
asil-cost-controller,asil-thought-multiplier,asil-improvement-loop,asil-analyzerdropprivate: trueand gaindescription,license(MIT),repository+directory,files: [dist, README.md],publishConfig.access=public, and a per-package README.asil-runnersstays private — it's the reference CLI/app, not a library. The quickstart now tells consumers to compose the four libraries and vendor the runner.Publish-readiness only. Actual publish is a human trigger (hits the public registry, needs npm auth):
Verify the unscoped names are free on npm first.
No code changes; 400 tests still pass; CI will confirm.
🤖 Generated with Claude Code