Release @copilotkit/pathfinder 1.14.0 (atlas CLI)#95
Merged
Conversation
Bump @copilotkit/pathfinder 1.13.3 -> 1.14.0 to trigger the npm publish of the new version carrying bin.atlas. Source code is unchanged from #94 (already deployed); this is a version-only release cut. - atlas CLI (atlas search + atlas feedback) shipping as bin.atlas - prepublishOnly build guard so the tarball always ships dist/ - Atlas foundation (off-by-default knowledge layer) Bumps package.json, package-lock.json, src/cli.ts (version-sync gate), and adds the 1.14.0 CHANGELOG entry.
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
Version-only release cut. Bumps
@copilotkit/pathfinder1.13.3 → 1.14.0 so the version-gatedpublish-release.ymlworkflow fires on merge and publishes@copilotkit/pathfinder@1.14.0to npm — carrying the newbin.atlasCLI. The server/source code is unchanged from #94 (commitd43b88e), which is already deployed to prod; this PR only changes the version (package.json,package-lock.json,src/cli.ts) and adds a CHANGELOG entry.Why
mainpublishes only whenpackage.jsonversion is unpublished.1.14.0is not yet on npm (verifiednpm view @copilotkit/pathfinder@1.14.0→ 404), so merging this fires the publish.@copilotkit/pathfinder@1.14.0for theatlasCLI.What 1.14.0 ships (all from #94, now released)
atlasCLI — first-party client asbin.atlas:atlas search+atlas feedback, with hardenedtools/callresponse handling.prepublishOnlybuild guard — the published tarball always ships a freshdist/(incl.dist/atlas-cli.js).Bump rationale
Minor bump (new additive
atlasCLI feature, backward compatible). Repo uses a plainpackage.jsonversion bump (no changesets/release-please).src/cli.ts.version()bumped in lockstep to satisfy theversion-syncCI gate and the publish workflow's "Verify CLI version matches package version" check.Local gate results (node 25 /
/tmp/pf-release)--check(package.json, src/cli.ts, CHANGELOG.md): cleanscripts/check-version-sync.sh: ✓ in sync (1.14.0)npx tsc --noEmit: 0 errorsnpm run build: succeeds, emitsdist/atlas-cli.js,dist/cli.js,dist/index.jsnpm test: 3712 passed (254 files) after build (CI test job builds before testing, matching this order)Merge note
Do not auto-merge. The orchestrator will merge after the prod deploy is confirmed healthy; merge fires the npm publish.