ADFA-5094 chore(build): stop regenerating the Kolibri catalog on release builds - #431
Merged
luisguzman-adfa merged 2 commits intoAug 18, 2026
Merged
Conversation
The weekly publish-catalogs workflow now generates the Kolibri catalog off-device and the app pulls it from Cloudflare at runtime (ADR-5094 D1), so release builds no longer need to regenerate it. Drop the assembleRelease/bundleRelease dependency on refreshKolibriCatalog (the task stays for manual runs). Kiwix keeps regenerating on release — its on-device pull is not wired yet (Kiwix phase 2), so release regen stays its only freshness path.
5094 is complete — offline topic tree + weekly catalog, and the release build no longer regenerates it. Its card moves from NEXT to the DELIVERED column in green, and the NEXT column tightens to close the gap it left.
luisguzman-adfa
deleted the
chore/ADFA-5094-stop-catalog-regen-on-release
branch
August 18, 2026 08:56
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.
Completes ADFA-5094. The weekly publish-catalogs workflow now generates the Kolibri
catalog off-device and the app pulls it from Cloudflare at runtime (the bundled JSONL
is the offline floor), so the release build no longer needs to hit Studio.
Changes
build.gradle:assembleRelease/bundleReleaseno longer depend onrefreshKolibriCatalog— release builds stop regenerating the catalog (no per-buildStudio hit). Manual refresh of the offline floor stays:
./gradlew refreshKolibriCatalog.operation-model-roadmap.svg: the ADFA-5094 card moves from NEXT to DELIVERED, and theNEXT column closes the gap it left.
Verification
:app:testDebugUnitTestand:app:lintDebugpass (the gradle parses; the SVG is valid).catalog pull and the bundled offline floor are unchanged.