[codex] ship toolcraft help renderer release#310
Draft
kamilio wants to merge 1 commit into
Draft
Conversation
| { | ||
| "name": "@poe-code/design-system", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", |
Contributor
There was a problem hiding this comment.
This version bump leaves packages/toolcraft-openapi/package.json pinned to @poe-code/design-system ^0.0.1. Since the workspace package is now 0.0.2, npm no longer satisfies that range locally and falls back to the registry; npm ci fails with a 404 for @poe-code/design-system@^0.0.1. Please update that workspace dependency and regenerate package-lock.json, or keep this package at 0.0.1.
dac8c34 to
f44aebb
Compare
f44aebb to
31d33b0
Compare
| "@poe-code/design-system": "^0.0.1", | ||
| "toolcraft": "^0.0.1", | ||
| "@poe-code/design-system": "^0.0.2", | ||
| "toolcraft": "^0.0.4", |
Contributor
There was a problem hiding this comment.
toolcraft was bumped to 0.0.4, but this workspace still depends on ^0.0.1 (which only accepts <0.0.2), so npm ci --ignore-scripts fails with Missing: toolcraft@0.0.1 from lock file. Please update this range and refresh package-lock.json.
Suggested change
| "toolcraft": "^0.0.4", | |
| "toolcraft": "^0.0.4", |
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
@poe-code/design-systemmetadata to0.0.2and checked-intoolcraftmetadata to0.0.4.toolcraft-openapiworkspace dependency ranges with the bumped design-system/toolcraft metadata sonpm cican resolve local workspaces.Global optionstoOptions, keeping commander-h, --helpout of generated option rows.Validation
npm run build -w @poe-code/design-systemnpm run build -w toolcraftnpm run test -w toolcraft -- packages/toolcraft/src/cli.test.ts packages/toolcraft/src/renderer.test.tsnpm ci --ignore-scripts --no-audit --no-fundin a clean worktree25862723867toolcraft@0.0.16: root/calendar help commands plustodo lists --yesRelease note
Trusted publishing ran from GitHub Actions and published
toolcraft,toolcraft-schema, andtoolcraft-openapiat0.0.16. I did not publish from local.