Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.79 KB

File metadata and controls

37 lines (27 loc) · 1.79 KB

Maintenance and roadmap

This document separates shipped behavior from proposed work. Roadmap entries are planning targets, not delivery claims or deadlines.

Maintenance principles

  • Keep the deterministic baseline runnable offline and covered by tests.
  • Prefer small, reversible changes with explicit expected behavior.
  • Treat citations and refusal behavior as testable contracts.
  • Use only synthetic, non-identifying public fixtures.
  • Publish no performance claim without a versioned dataset, exact command, engine version, and raw result artifact.
  • Keep README status and limitations synchronized with the code.

Near-term maintenance

  • Expand the versioned synthetic evaluation slices while preserving expected-versus-actual evidence.
  • Review benchmark results for stability across supported Node.js versions and documented hardware.
  • Keep continuous integration aligned with the test and benchmark commands.
  • Tag releases with changelog and verification evidence.

Research roadmap

  1. Define a versioned schema boundary for OCR output.
  2. Evaluate OCR adapters on licensed or synthetic Vietnamese document samples.
  3. Add an authoritative, versioned source-corpus interface.
  4. Evaluate Vietnamese SLM/RAG adapters for citation correctness and out-of-scope refusal.
  5. Measure latency and memory on documented local hardware.
  6. Complete privacy, security, accessibility, and operational reviews before any production-data pilot.

Non-goals for the current MVP

  • Interpreting real administrative dossiers.
  • Providing legal or official procedural determinations.
  • Claiming broad hallucination detection.
  • Claiming production readiness or measured adoption.

Ownership and review rules are in MAINTAINERS.md; contribution steps are in CONTRIBUTING.md.