feat: Implement dynamic verification layer with harness generation and payload orchestration

This commit is contained in:
elipeter 2026-05-05 03:43:45 -04:00
parent fb698d2c27
commit 56e934656c
10 changed files with 582 additions and 0 deletions

View file

@ -99,6 +99,8 @@ pub mod commands;
pub mod constraint;
pub mod convergence_telemetry;
pub mod database;
#[cfg(feature = "dynamic")]
pub mod dynamic;
pub mod engine_notes;
pub mod errors;
pub mod evidence;