LTR-18 LTR-21 LTR-22 Prepare Chrome and Firefox store releases - #67
Merged
CountableNewt merged 6 commits intoAug 24, 2026
Conversation
Repairs weak URL-only library rows through the OpenGraph endpoint while caching successful results and bounding first-load enrichment. This keeps extension saves readable without stampeding the gateway or blocking across an entire page.
Routes article-classified library rows and Open actions to a safe external tab while keeping Bluesky posts and ordinary links in the embedded reader.
Routes public store builds through the trusted L@tr.link proxy so no gateway API key is embedded in either browser package.
Adds credential-free store manifests, reproducible release packaging, privacy disclosures, reviewer materials, listing artwork, and CI artifacts for Chrome and Firefox.
Keeps the credential-free Vite env directory present in clean checkouts and Firefox source archives.
Aliases the shared gateway configuration in store mode so upload packages contain only the trusted Production proxy and no loopback or testing targets.
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
https://latr.link/api/latr-gatewayproxy so no gateway key ships in either extensionWhy
This completes LTR-18, LTR-21, and the source/package portion of LTR-22. The earlier Firefox save hydrated poorly in the library, and the browser extensions also needed a submission mode that does not distribute first-party credentials or Development configuration.
Verification
bash scripts/ci.shon the combined branch: gateway tests/build plus Bun workspace tests, typecheck, lint, and production buildsbash scripts/ci-js.sh: greenbun run --cwd apps/extension package:stores: 19 tests, typecheck, Chrome MV3 and Firefox MV2 store builds, manifest/secret/endpoint/artwork/source checksweb-ext10.5.0: 0 errors, 1 documented transitive compatibility-shim warning.output/store/SHA256SUMSRelease scope and gates
dev); Production has not been changed/privacyand/supportbecome hosted in Development after merge; Production availability remains a separate promotion gateLinear: LTR-22