Legacy Lens Offline Kit
=======================

1) Run the server:
   - Linux/macOS: ./run.sh
   - Windows: run.bat
   Keep this terminal open while using the UI.

2) Place the signed license file next to the launcher:
   - LIC_*.signed.json
   (license.pub is embedded in this kit)
   (or set FORENSIC_LICENSE_FILE manually)

3) Start the server and open the console:
   http://127.0.0.1:8080

Version Check:
--------------
See VERSION for build metadata (registry version, app.js version, git SHA).

Integrity:
----------
This kit is cryptographically sealed. Modifications invalidate authority.
If kit integrity fails, Legacy Lens will refuse to run.

CLI (evidence + governance):
----------------------------
Place license files next to the binary or set env vars:
  - FORENSIC_LICENSE_FILE

Evidence Mode licenses allow evidence-only analysis and verification.
Decision Authority licenses are required for governance decisions.

License Issuer:
---------------
This customer kit does not include the vendor license issuer or signing workflow.
License issuance is vendor-only and requires the vendor signing key.

Run evidence-only analysis:
  ./legacy-lens analyze /path/to/input --output /path/to/bundle

Run governance decision (authority license + context required):
  ./legacy-lens govern /path/to/input \
    --context-environment production \
    --context-regulatory-scope regulated \
    --context-business-criticality high

Verify an existing bundle:
  ./legacy-lens verify /path/to/bundle
