fix: update checkpoint search commands - #36
Conversation
ca29011 to
c56b007
Compare
|
Great catch on the search skill — I was hitting the same broken commands after upgrading to CLI 0.8.42. While reviewing this PR I noticed the same deprecated entire search and entire explain commands appear in three other skill files that aren't covered here: skills/recall/SKILL.md skills/session-to-skill/SKILL.md skills/what-happened/SKILL.md If it would help, I'm happy to open a follow-up PR that covers these three files with the same fix pattern used here — or I can add them to this PR if you'd prefer to land it all together. Happy to coordinate whichever way works best for the maintainers. |
Summary
Update the search skill and its Codex/Claude search agents for the grouped checkpoint commands shipped by Entire CLI 0.8.42.
The previous instructions used the removed
entire search/entire explainforms. The updated workflow usesentire checkpoint searchandentire checkpoint explain, defers uncertain flags to installedentire agent-help, and distinguishes an unavailable server index from genuinely empty local history.Skill changed
searchValidation
npx -y skills@latest add . --list --yesquick_validate.py skills/searchreportsSkill is valid!Example prompt
If skill behavior changed, include a prompt that demonstrates the new or updated behavior.
Notes
entireio/cli#1841reports the observed server-backed search behavior: known local checkpoint content can return zero results or HTTP 500.