Skip to content

Commit 27208c2

Browse files
docs: refresh upstream fit validation (#20)
Refresh upstream fit validation after #19. GitHub CI node-checks and android-build passed; local npm ci, npm test, and cmd /c build-apk.bat passed.
1 parent 9702366 commit 27208c2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/UPSTREAM-FIT.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,23 @@ This project is most credible to `pingdotgg/t3code` when it stays narrow and rel
1616
- WebView-based access can still be handled with disciplined security defaults and visible error handling.
1717
- Small self-hosted tools benefit from observability too: copyable diagnostics in the app and a health endpoint in proxy mode make support and triage much faster.
1818

19+
## Current Validation
20+
21+
Last checked: 2026-05-05 on `main` after the ESLint 10 and Node runtime update in
22+
[`JSvandijk/t3code-mobile#19`](https://github.com/JSvandijk/t3code-mobile/pull/19).
23+
24+
- `npm test` passes from a clean local checkout after `npm ci`.
25+
- JavaScript syntax checks pass.
26+
- ESLint 10 flat-config linting passes with no warnings.
27+
- `manifest.json` validation passes.
28+
- Release checks pass for version `1.1.0`.
29+
- HTML unit tests pass: 18/18.
30+
- Proxy smoke test passes, including HTML injection, static assets, and `GET /__t3mobile/health`.
31+
- `cmd /c build-apk.bat` builds a dev-signed APK successfully.
32+
33+
The current upstream discussion is tracked in
34+
[`pingdotgg/t3code#2514`](https://github.com/pingdotgg/t3code/issues/2514).
35+
1936
## Good Upstream-Friendly Change Shapes
2037

2138
- Small reliability fixes

0 commit comments

Comments
 (0)