app-store: add Orthogonal card#88
Open
Alexgodoroja wants to merge 1 commit into
Open
Conversation
Contributor
|
🔄 Plain twins auto-regenerated The machine-UI mirrors under Please review the bot commit. Prose is an LLM summary of the source; commands, flags, and numeric specs are copied verbatim. If the |
Adds io.pilot.orthogonal to the app store: override + methods (10) in the authoritative snapshots, a right-angle mark icon (image svg), APP_IDS + ICON_MAP entries, regenerated apps.ts, and pins it in the New & Updated shelf. Managed meta-API over Orthogonal (58 APIs / 851 endpoints), per-user $5 budget, NL router. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c082d17 to
ce5ec4c
Compare
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.
Summary
Adds the Orthogonal app to the App Store — a managed-key app wrapping Orthogonal (one key fronting 58 APIs / 851 endpoints: enrichment, email/phone finding, scraping, AI search, people/company/jobs data, weather, voice). Natural-language router + per-user $5 budget, metered true-to-usage through the managed-key broker.
Changes
src/data/app-overrides.json+src/data/app-methods.json— authoritative snapshot entry (listing, 10 methods, sizes, changelog). Minimal splice, no reformatting of existing apps.public/appicons/io.pilot.orthogonal.svg— a right-angle (∟) mark;ICON_MAPuses it as animage: 'svg'tile (renders in light + dark).scripts/gen-apps.mjs—APP_IDS+ICON_MAPentries.src/data/apps.ts— regenerated (node scripts/gen-apps.mjs …); do-not-edit-by-hand file. Additions only.Verification
npm run build— 328 pages, clean;dist/apps/io.pilot.orthogonal.htmlrenders and the card appears on the store listing (category shelves + search).npm run check:plain— passes (the/plain/app-storetwin is generic store prose with no per-app list, so it stays in sync).Not featured in the “New & Updated” shelf: that pin edits
app-store.astro, which would require regenerating its/plain/twin (regen-plain.mjsneedsGEMINI_API_KEY). A maintainer can add the pin + regen if desired.🤖 Generated with Claude Code