Fix parallel-monitor for GA Monitor CLI#45
Merged
Conversation
georgeatparallel
marked this pull request as ready for review
July 16, 2026 19:47
zhengchaol
approved these changes
Jul 16, 2026
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
parallel-monitorskill from the alpha Monitor CLI to the GA command surface--frequency,trigger,events --event-group-id,cancel, and cursor-based event retrieval--helpWhy
The skill still targeted the pre-GA Monitor interface. Commands and options including
--cadence,simulate,event-group,delete, and--lookbackno longer exist in currentparallel-clireleases.This keeps the original skill intact and changes only the stale command surface and behavior that is no longer true.
A source-level review found that a few alpha-era operational assumptions remained after the command migration: update instructions were standalone-specific, frequency was conflated with event timing, list guidance assumed historical monitors were returned by default, and webhook/event wording did not match the GA response model. Those statements now follow the released CLI implementation and API contract.
The new contract test installs the latest stable
parallel-web-toolsrelease in CI, verifies only the Monitor commands and flags documented by this skill, and rejects obsolete command invocations without treating natural-language requests such as "delete this monitor" as CLI commands.Validation
parallel-cli0.7.1 help output, source, and testspre-commit run --all-filespython3 -m unittest discover -s tests(27 tests)pnpm typecheckpnpm buildpnpm run build:archives -- --version 0.7.0 --output release-assets