Ci/2026 09 03/pin fixtures and repair floors - #35
Merged
Conversation
- remove the stray `name: release-cli.yml` key and its orphaned comment block YAML forbids duplicate keys at one level. A permissive parser keeps the last and carries on; GitHub can reject the file outright, in which case the workflow never registers and a `cli/v*` tag would look ignored rather than failed. Checked the other twelve workflow files in the workspace with a duplicate-key loader: none affected.
- the Play Store and App Store links both 404; neither app is published - apps/web pointed at MonDevHub/ocr-android and ocr-ios, which moved here The Android bullet claimed availability outright, with no caveat, and the link 404s. The iOS one at least said 'pending review' but still handed the reader a dead URL. Both now name the directory to build from instead. The two ocr-* repositories were folded into this monorepo; monocr-onnx's README has recorded them as 404 since 2026-08-15 and apps/web still linked them. The translated READMEs keep their own wording — only the dead URLs were unwrapped, because writing new Mon or Burmese status text is not something this change can verify. A native reader should still check that the surrounding sentences read correctly now. The shared translation sheet is unchanged. It returns 401 to an anonymous fetch by design; access is granted on request. Every remaining link checked: 20 in tracked markdown, all resolving apart from that sheet and a reserved example.com placeholder in a code block.
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.
What changed
Why
How it was verified
pnpm --filter ./apps/web testpnpm --filter ./apps/web run lintcd services/feedback && go vet ./... && go test ./...(if Go changed)cd apps/android && ./gradlew testDebugUnitTest(needs
JAVA_HOMEon Android Studio's JBR; see apps/android/README.md).CI does not run them, so this is the only gate on that suite.
MonOcrCoretests, if iOS changed:cd apps/ios && sh Scripts/swift-test.sh.The
ios-corejob runs these on every push, so this is a faster copy of agate that does exist. The app target is still not built anywhere.
Claims