From 15238a88327016167201bf73e6b42aba296ecab6 Mon Sep 17 00:00:00 2001 From: Leonard Date: Mon, 27 Jul 2026 05:30:03 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20lock=20v0.2=20vision=20=E2=80=94=20loca?= =?UTF-8?q?l-first=20classifier,=20BABE=20definition,=20detection-only,=20?= =?UTF-8?q?six-item=20ship?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d21b295 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# VeriLens Decisions (v0.2) + +- Ship date target: this Friday (installed & working in own browser, not store submission) +- Local-first is the differentiator, not an implementation detail +- Classifier only (BABE-trained DistilBERT/MiniLM-class, quantized). No generative model in v0.2 +- Detection only. Rewrite deferred to v0.3 +- Omission / factual distortion explicitly rejected for v0.2 +- Six-item ship definition is the only definition of done +- Every claim about current transformers.js / ONNX Runtime Web / MV3 offscreen / CSP / dtype semantics must be verified against live docs before building on it +- When something works, record what was actually observed, not just that the step was finished + +# Later (not v0.2) + +- Rewrite / neutralization suggestions +- Options / settings UI +- Model picker +- Firefox support +- Chrome Web Store submission +- Cross-document context / omission detection +- SharedArrayBuffer optimizations +- Any generative model