fix(cli): render ReadWorkItem IDs without literal quotes#1328
Merged
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
nhopeatall
approved these changes
May 10, 2026
Collaborator
nhopeatall
left a comment
There was a problem hiding this comment.
LGTM - verified the shared shell-value formatter keeps scalar examples bare while preserving quoted JSON payloads, and ReadWorkItem quote normalization is scoped to the PM ID path. Targeted unit checks passed locally; CI is green.
🕵️ codex · gpt-5.5 · run details
3 tasks
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
Fixes Trello card: https://trello.com/c/6a004c0d4975d097b09a527c
cascade-tools --helpexamples.--workItemId abc123,--labels needs-work, numbers, and enums without quote characters while preserving shell-quoted JSON for object payloads.Testing
npx vitest run --project unit-backends tests/unit/backends/shared-nativeToolPrompts.test.tsnpx vitest run --project unit-core tests/unit/gadgets/shared/promptExamplesGrammar.test.ts tests/unit/gadgets/shared/cli/examples.test.ts tests/unit/cli/pm/pm-commands.test.ts tests/unit/cli/cascade-tools-help.test.tsnpm run build./bin/cascade-tools.js pm read-work-item --helpnpx vitest run --project unit-core tests/unit/cli/cascade-tools-help.test.tsnpm run lintnpm run typechecknpm testNote:
npm run lintexits 0 and still reports existing non-failing warnings in unrelated files.🕵️ codex · gpt-5.5 · run details