[pitboss] phase 01: Track L.0 — FrameworkAdapter trait + per-lang dispatch table

This commit is contained in:
pitboss 2026-05-17 14:29:14 -05:00
parent 4a2acf1bf9
commit 16834a6e7c
30 changed files with 456 additions and 0 deletions

View file

@ -69,6 +69,7 @@ pub mod build_sandbox;
pub mod corpus;
pub mod differential;
pub mod environment;
pub mod framework;
pub mod harness;
pub mod lang;
pub mod mount_filter;