What it solves
Configuration, logging and update formats need coordinated native and managed tooling.
How it works
1Managed tooling + vectors ↔ active native engines→2encoded files
Use it when
Build native format verification
Generate and consume canonical vectors with host tooling
Work on active ICFG, ILOG or IUPD engines
Quick Start
# Native verification path
cmake -S native -B native/build
cmake --build native/build --config Release
ctest --test-dir native/build -C Release --output-on-failureEngineering evidence
- Native and managed build instructions, tests, vectors and implementation-status documentation are present
Known limits
- Native and managed surfaces are not equivalent unless a gate proves parity
- Optional legacy codec paths may require OpenSSL
- The repository explicitly makes no production-readiness claim