Skip to content

search: sync skill with CLI v0.10.0 (--compact, GA code search, multi-repo, cross-repo explain) - #40

Merged
evisdren merged 2 commits into
mainfrom
update-search-skill-v0.10
Aug 13, 2026
Merged

search: sync skill with CLI v0.10.0 (--compact, GA code search, multi-repo, cross-repo explain)#40
evisdren merged 2 commits into
mainfrom
update-search-skill-v0.10

Conversation

@evisdren

@evisdren evisdren commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Accuracy-and-writing pass on the search skill 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:

  • Teach --json --compact as the default query shape (CLI #1908, ENT-1527): compact hits carry id, type, repo, branch, author, date, truncated title, snippet, filesTouched, score — never the full prompt. The old --limit 5 full-prompt workaround becomes the documented fallback for pre-0.10.0 CLIs.
  • Remove the admin/insider gating for code search (CLI #1975 removed the ENTIRE_CODE_SEARCH flag): the "Code Search Fallback" section is gone; a slimmer degradation note covers skipped regions and unindexed repos.
  • Multi-repo --repo (CLI #1845): repeatable and comma-separated, both search modes.
  • Cross-repo drill-down (CLI #1963/#1942): entire checkpoint explain <id> --repo <owner/name> for checkpoint hits from other GitHub repos, plus the --session bridge for session hits and which hit types can't be explained at all.
  • Drop the stale "entire explain --checkpoint is a deprecated alias" claim — the top-level command no longer exists; explain is registered only under the checkpoint group.
  • Failure modes updated for the v0.10.0 "cannot search this repo yet" message (CLI #1944) and a warning that bare entire search opens a TUI.

Kept intact: the Entire Search: response-format convention, the benchmark-derived "answer from compact fields, skip explain unless 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-level entire search the canonical stable spelling (with checkpoint search as a permanent alias) — #38 may want re-review in that light.

Skill changed

  • No skill changed
  • New skill
  • Existing skill: search

Validation

  • npx -y skills@latest add . --list --yes
  • JSON metadata validated, if changed
  • OpenCode plugin syntax checked, if changed
  • Markdown previewed, if changed

Example prompt

search past work for how we implemented the checkpoint pre-push OPF rewrite

🤖 Generated with Claude Code


Note

Cursor Bugbot is generating a summary for commit 71b5b50. Configure here.

…-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>
Comment thread skills/search/SKILL.md Outdated
--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>
@evisdren

Copy link
Copy Markdown
Contributor Author

bugbot run

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ 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.

@evisdren
evisdren merged commit 2f9a875 into main Aug 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant