Skip to content

fix: align CLI skill instructions and Cursor sync - #57

Merged
georgeatparallel merged 1 commit into
mainfrom
cursor-marketplace-update
Sep 25, 2026
Merged

georgeatparallel merged 1 commit into
mainfrom
cursor-marketplace-update

Conversation

@georgeatparallel

@georgeatparallel georgeatparallel commented Sep 25, 2026 •

Copy link
Copy Markdown
Collaborator

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.

@georgeatparallel
georgeatparallel merged commit 8fc1fc4 into main Sep 25, 2026
1 check passed
@georgeatparallel
georgeatparallel deleted the cursor-marketplace-update branch September 25, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants