catalogue: backfill categories + action-first sixtyfour description#364
Open
Alexgodoroja wants to merge 1 commit into
Open
catalogue: backfill categories + action-first sixtyfour description#364Alexgodoroja wants to merge 1 commit into
Alexgodoroja wants to merge 1 commit into
Conversation
Improve the catalogue rows agents match against (the catalogue is the app router): - Backfill the 7 apps that had no `categories` (smolmachines, ideon-free, miren, otto, plainweb, postgres, agentphone) so they are discoverable by category. - Rewrite the sixtyfour description action-first, leading with what an agent does (find_email / find_phone / people_intelligence) instead of marketing. Catalogue re-signed with the release key; catalogue.json.sig verifies against the embedded catalogtrust anchor. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Why
The app catalogue is the router agents use to find capabilities, so each row must carry good matching signal. Two gaps:
categoriesat all (invisible to any category-based match):smolmachines,ideon-free,miren,otto,plainweb,postgres,agentphone.sixtyfourdescription was marketing-first ("is the app-store front door for…") rather than telling an agent what to do.What changed (
catalogue/catalogue.json)categoriesfor the 7 apps above.sixtyfourdescription action-first, leading with the entry methods (find_email/find_phone/people_intelligence).catalogue.json.sigregenerated with the release key; verified against the embeddedcatalogtrustanchor (internal/catalogtrustVerifyaccepts it), so the daemon/pilotctl will trust it.No schema/version change (still v2); all other rows byte-identical.
Companion
Pairs with the injected-guidance change in pilot-skills#19 (make app-store guidance capability-first / catalogue-as-router).
🤖 Generated with Claude Code