app-store: Bowmark v1.0.0, pinned to New & Updated - #193
Open
Alexgodoroja wants to merge 1 commit into
Open
Conversation
Bowmark pivoted. bowmark.ask and bowmark.report_outcome are retired upstream and api.bowmark.ai 404s both, so every command on the current store page fails today. v1.0.0 replaces them with bowmark.get_library (typed function library) and bowmark.run (server-side script execution on the live sites). Data comes from the catalogue snapshot in pilot-protocol/pilotprotocol#448, so the page matches what installs: tagline, description, keywords, version, sizes and changelog, plus the rebuilt product demo carried through to the page and its plain twin. Pins io.pilot.bowmark first in the New & Updated shelf. The methods list carries the two product methods. bowmark.help is boilerplate on every app, and the generator's auto-added bowmark.balance answers only for apps with a broker credit ledger — this one has none, so it 403s and is not worth advertising. apps.ts regenerated: every changed line falls inside the Bowmark record, no churn to other apps. Plain twin re-stamped; it is static prose with no app list, so shelf order cannot change its content (verified). check:plain, check:site and the build are green. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Store card, app page and plain twin for Bowmark v1.0.0 — the update merged as app-template#97, catalogue entry in pilotprotocol#448.
Bowmark pivoted.
bowmark.askandbowmark.report_outcomeare retired upstream andapi.bowmark.ai404s both, so every command on the current card and app page fails today. v1.0.0 replaces them withbowmark.get_library(a typed function library for the live web) andbowmark.run(a short JavaScript body executed server side on the real sites).What changed
get_library+run.Verification
apps.tsregenerated withscripts/gen-apps.mjs. Every changed line falls inside the Bowmark record — I diffed the generated file against a regeneration frommainand confirmed zero churn to the other 21 apps.npm run buildgreen,check:sitegreen (384 files, 24,967 internal references),check:plaingreen./apps/io.pilot.bowmarkshows v1.0.0 with both new methods; the onlyask/report_outcomeoccurrences left on the page are inside the changelog.Plain twin
Re-stamped rather than regenerated. The only change to the human source is the order of the
freshPinnedarray, andsrc/pages/plain/app-store.astrois 24 lines of static prose with no app list, no ids and no iteration — so shelf order cannot alter its rendered content. I checked that directly rather than assuming it.Note on ordering
Branched from
main, so this touches the samefreshPinnedline as #192 (Firecrawl). Whichever lands second needs a one-line rebase — happy to take that side.