Expand description
Rust coverage engine.
The implementation remains a differential candidate until its public CLI and cross-platform cutover gates are complete. The TypeScript engine is a temporary regression reference, not the semantic authority.
Modules§
- agent_
json - coverage_
analysis - Language-neutral coverage arithmetic and masking MC/DC witness search.
- coverage_
index - Typed coverage columns stored in the immutable query-index container.
- coverage_
query - Language-neutral coverage query operators.
- coverage_
report - Language-neutral reconstruction of coverage views from frozen obligations and per-attempt evidence.
- coverage_
waivers - Reviewed MC/DC waiver parsing and evaluation.
- evidence_
archive - Language-neutral, streaming implementation of the frozen evidence archive.
- frontend_
protocol - Validation boundary between language-specific producers and shared Rust analysis.
- indexed_
query - One agent-query implementation over an authenticated immutable query index.
- integrity
- Language-neutral run integrity fingerprints.
- javascript_
frontend - JavaScript source frontend for Rust-owned executions.
- javascript_
run - Rust-owned JavaScript execution for the explicit migration candidate.
- js_
instrumenter - First oxc-backed vertical slice of the Rust JavaScript instrumenter.
- lifecycle
- Crash-safe run publication, recovery and explicit retention.
- orchestration
- Language-neutral execution plans over the Rust process supervisor.
- probe_
v2 - process_
supervision - Privacy-preserving child-process supervision for arbitrary test commands.
- project_
discovery - Runner/build/project discovery for zero-configuration JavaScript suites.
- query_
index - Immutable, versioned, fixed-layout query-index container.
- run_
query - Agent-facing queries over persisted run metadata.
- run_
store - Validated local run discovery and immutable run identity.
- source_
discovery - Deterministic first-party JavaScript/TypeScript source discovery.
- workspace
- Isolated project snapshots and crash-recoverable stable build cache.