docs: document dynamic-context features (next-steps, product demos, updates)#131
Merged
Conversation
…pdates) Add agent- and publisher-facing docs for the dynamic-context surfaces on the App Store and CLI Reference pages (styled + plain twins): - Dynamic context on every call: the next-steps block printed to stderr after every appstore call (stdout stays pure JSON), PILOT_NEXT_STEPS=off, and the product demo shown at install. - Hints reach installed apps automatically via a lazy background graph refresh. - Keeping apps current: appstore outdated/upgrade (incl. the rebuilt flag) and the update status|enable|disable auto-update surface. - Authoring dynamic context for publishers: the next_steps graph schema and the product_demo block. Re-stamped the plain twins to the new source hashes; check:plain and build pass.
Contributor
|
🚀 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.
Documents the dynamic-context features on the public docs site, extending the existing App Store and CLI Reference pages (and their
/plain/machine-UI twins) rather than adding new pages.What's covered
App Store guide (
/docs/app-store)appstore install, also rendered on the store page.appstore call(stdout stays pure JSON forjq), with a realistic before/afterio.pilot.sqliteexample (missingdatabase→ a full correctedpilotctl appstore call ...), andPILOT_NEXT_STEPS=off.appstore outdated/upgrade <id>|--all(including the rebuilt flag for same-version republishes) and theupdate status|enable|disableauto-update surface that also keeps app adapters current.next_stepsgraph schema (schema/app/edges[{from,on,match,code,why,then[{cmd,why,kind}]}]), the on:"ok" needs-signup gateway case, specificity-based precedence, the authoring rules, and theproduct_demoblock. "Recommended, not exhaustive."CLI Reference (
/docs/cli-reference)appstore callnote on the stderr next-steps block +PILOT_NEXT_STEPS/--json.appstore installnote on the install-time demo.appstore outdated / upgradesubcommand entry.Verification
npm run buildpasses (345 pages).npm run check:plainpasses — plain twins updated and re-stamped to the new source hashes./docs/app-store,/docs/cli-reference, and/plain/docs/app-store(all 200, all new sections render).Matches the existing docs structure, componentry, and voice; no new layout introduced.