From da2015a0d73227821e25dc4ffddaeda68710f5c6 Mon Sep 17 00:00:00 2001 From: brvale97 Date: Tue, 5 May 2026 04:57:54 +0200 Subject: [PATCH] docs: refresh upstream fit validation --- docs/UPSTREAM-FIT.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/UPSTREAM-FIT.md b/docs/UPSTREAM-FIT.md index 2e8ac68..846a889 100644 --- a/docs/UPSTREAM-FIT.md +++ b/docs/UPSTREAM-FIT.md @@ -16,6 +16,23 @@ This project is most credible to `pingdotgg/t3code` when it stays narrow and rel - WebView-based access can still be handled with disciplined security defaults and visible error handling. - 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. +## Current Validation + +Last checked: 2026-05-05 on `main` after the ESLint 10 and Node runtime update in +[`JSvandijk/t3code-mobile#19`](https://github.com/JSvandijk/t3code-mobile/pull/19). + +- `npm test` passes from a clean local checkout after `npm ci`. +- JavaScript syntax checks pass. +- ESLint 10 flat-config linting passes with no warnings. +- `manifest.json` validation passes. +- Release checks pass for version `1.1.0`. +- HTML unit tests pass: 18/18. +- Proxy smoke test passes, including HTML injection, static assets, and `GET /__t3mobile/health`. +- `cmd /c build-apk.bat` builds a dev-signed APK successfully. + +The current upstream discussion is tracked in +[`pingdotgg/t3code#2514`](https://github.com/pingdotgg/t3code/issues/2514). + ## Good Upstream-Friendly Change Shapes - Small reliability fixes