fix: align CLI skill instructions and Cursor sync - #57
Merged
Merged
Conversation
sergei1152
approved these changes
Sep 25, 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.
Some of our skill instructions had drifted from how the CLI actually works. An agent following them could misread saved results, miss the items that succeeded in a partially failed request, or treat a job that was still running as finished. This PR updates the instructions to match the CLI so agents read results correctly and recover from failures.
All six skills get updates: Search, Extract, research, enrichment, FindAll, and Monitor. The changes cover passing inputs, reading saved files, handling per-item errors, and resuming async jobs with their existing IDs. Monitor's commands and options are also corrected to match the current CLI.
In the Cursor sync adapter, Search and Extract now get descriptions that match their CLI workflows. The adapter's setup guidance also tells installation, upgrade, and authentication problems apart. All of this lives in the shared source, so the Cursor plugin picks it up through the existing sync process. New tests cover the adapter and the Monitor options.
Repository tests, offline CLI checks, site/archive builds, and CI all passed. A fresh independent review found no actionable issues. Loading and routing in Cursor still need testing, and we haven't run live API calls.
The matching Cursor package update is parallel-cursor-plugin#8.