app-store: builders section shows both publish flows (PR + GUI); add plain twins#36
Merged
Merged
Conversation
- "Ship an agent app" now shows both publish paths: the browser wizard (/publish) and the pilot-app CLI + one PR to pilot-protocol/app-template; drops the outdated manifest/catalogue.json-by-hand copy - keep the accurate supporting facts: signed + re-verified on every spawn, agent-granular permissions - add plain twins: /plain/app-store and /plain/publish, registered in the plain-coverage checker
|
🚀 Preview deployed to Cloudflare Pages
|
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.
Builders section, modernized
The "Ship an agent app" section was outdated (it described a hand-written
manifest.jsonand a manualcatalogue.jsonPR). It now presents the two real publish flows:/publishwizard; we generate, sign, verify, and review the adapter. No code, no git.pilot-apptoolkit turns apilot.app.yamlinto a signed bundle; open one PR topilot-protocol/app-template; CI verifies, a maintainer reviews, automation releases it and adds the catalogue entry.Plus two accurate supporting facts: signed + re-verified on every spawn, and agent-granular permissions.
Plain twins for the new pages
Added
/plain/app-storeand/plain/publish(machine-UI text for agents), covering install/use commands, what an app is, and both publish flows. Registered both pairs inscripts/check-plain-coverage.mjs, so CI now enforces them.Coverage check passes (40 pairs, no orphans); Astro build passes (189 pages). Verified locally.