Conversation
- Bump the two public packages from 0.0.1-alpha.5 to 0.0.1-alpha.6. - Bump the scaffold's `DEFAULT_ARKOR_SPEC` (and the corresponding test expectations + override fixture filenames) to `^0.0.1-alpha.6`. CI exercises the workspace via `ARKOR_INTERNAL_SCAFFOLD_ARKOR_SPEC`, not the registry, so pre-pinning the unreleased version is safe. - Update the alpha-version callouts in the per-package READMEs and the `arkor-whoami` deprecation-warning fixture.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
soleil-colza
approved these changes
May 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Release-prep bump for the two public npm packages (arkor, create-arkor) and the internal scaffolder default so newly scaffolded projects target the new alpha.
Changes:
- Bump
arkorandcreate-arkorpackage versions to0.0.1-alpha.6. - Update CLI-internal scaffold default (
DEFAULT_ARKOR_SPEC) and corresponding tests/fixtures to^0.0.1-alpha.6. - Refresh alpha-version callouts in package READMEs and the
arkor whoamideprecation-warning E2E fixture.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/create-arkor/package.json | Version bump to 0.0.1-alpha.6. |
| packages/create-arkor/README.md | Update alpha status callout to alpha.6. |
| packages/cli-internal/src/scaffold.ts | Update scaffold default arkor dependency spec to ^0.0.1-alpha.6. |
| packages/cli-internal/src/scaffold.test.ts | Update expectations and override spec strings to alpha.6. |
| packages/arkor/package.json | Version bump to 0.0.1-alpha.6. |
| packages/arkor/README.md | Update alpha status callout to alpha.6. |
| e2e/cli/src/arkor-whoami.test.ts | Update deprecation warning fixture to reference 0.0.1-alpha.6. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
arkor,create-arkor) from0.0.1-alpha.5to0.0.1-alpha.6.DEFAULT_ARKOR_SPECin packages/cli-internal/src/scaffold.ts (and the corresponding test expectations + override fixture filenames) to^0.0.1-alpha.6. CI exercises the workspace viaARKOR_INTERNAL_SCAFFOLD_ARKOR_SPEC, not the registry, so pre-pinning the unreleased version is safe.arkor-whoamideprecation-warning fixture.What's new in alpha.6 vs alpha.5
new PostHog("", ...)because turbo 2.x's strict env mode was filteringARKOR_POSTHOG_KEYout of the spawnedbuildtask; declaring it on the task fixed that.README.ja.mdnext toREADME.md(feat(packaging): bundle README.ja.md alongside README.md in published tarballs #94).Test plan
pnpm --filter @arkor/cli-internal testpasses (scaffold tests assert^0.0.1-alpha.6)arkorfrom the workspacepackages/arkordirectoryv0.0.1-alpha.6and running release.yaml:npm view arkor@0.0.1-alpha.6 dist.attestations.provenancereturns SLSA v1 provenancenpm pack arkor@0.0.1-alpha.6 && tar -xzf arkor-0.0.1-alpha.6.tgz && grep -oE 'phc_[A-Za-z0-9_-]+' package/dist/bin.mjsreturns the configured PostHog project key (NOT empty — fixes the regression that ran from alpha.0 through alpha.5)README.ja.md,CONTRIBUTING.md,LICENSE.md,README.md,docs/latestafter release:npm dist-tag add arkor@0.0.1-alpha.6 latest && npm dist-tag add create-arkor@0.0.1-alpha.6 latest