search: sync skill with CLI v0.10.0 (--compact, GA code search, multi-repo, cross-repo explain) - #40
Merged
Merged
Conversation
…-repo, cross-repo explain) - Teach --json --compact as the default query shape (ENT-1527, CLI #1908), with a pre-0.10.0 fallback to --limit 5 - Remove the admin/insider gating and Code Search Fallback section: code search is GA as of v0.10.0 (CLI #1975); keep a degradation note for skipped regions and unindexed repos - Document repeatable/comma-separated --repo for both search modes (CLI #1845) - Document cross-repo drill-down via 'entire checkpoint explain <id> --repo <owner/name>' and the session-hit bridge via --session (CLI #1963, #1942) - Drop the stale 'entire explain --checkpoint is a deprecated alias' claim (the top-level command no longer exists) and the full-prompt --limit 5 workaround as the default - Update failure modes for the v0.10.0 'cannot search this repo yet' message (CLI #1944) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
--compact truncates title and snippet, but filesTouched passes through uncapped, so a hit for a checkpoint touching many files can still run several KB; results are rerank-ordered, so five hits cover triage. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 52ac29b. Configure here.
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
Accuracy-and-writing pass on the
searchskill against Entire CLI v0.10.0 (released 2026-08-12), using the recent CLI search PRs as the source of truth. The previous revision predated all of them:--json --compactas the default query shape (CLI #1908, ENT-1527): compact hits carryid,type,repo,branch,author,date, truncatedtitle,snippet,filesTouched,score— never the full prompt. The old--limit 5full-prompt workaround becomes the documented fallback for pre-0.10.0 CLIs.ENTIRE_CODE_SEARCHflag): the "Code Search Fallback" section is gone; a slimmer degradation note covers skipped regions and unindexed repos.--repo(CLI #1845): repeatable and comma-separated, both search modes.entire checkpoint explain <id> --repo <owner/name>for checkpoint hits from other GitHub repos, plus the--sessionbridge for session hits and which hit types can't be explained at all.entire explain --checkpointis a deprecated alias" claim — the top-level command no longer exists;explainis registered only under thecheckpointgroup.entire searchopens a TUI.Kept intact: the
Entire Search:response-format convention, the benchmark-derived "answer from compact fields, skipexplainunless needed" guidance from #39, and the search heuristics.Every taught flag was verified against the CLI source at v0.10.0's cut and cross-checked against the CLI's own managed subagent templates (
setup_search_skill.go), which shipped the same guidance in entireio/cli#1963.Note for reviewers: open PR #38 here migrates other skills to
entire checkpoint search, but entireio/cli#1963 made top-levelentire searchthe canonical stable spelling (withcheckpoint searchas a permanent alias) — #38 may want re-review in that light.Skill changed
Validation
npx -y skills@latest add . --list --yesExample prompt
🤖 Generated with Claude Code
Note
Cursor Bugbot is generating a summary for commit 71b5b50. Configure here.