Rust core library implementing the SEA DSL primitives and validation engine.
⚠️ **Phase 0: Foundation Bootstrap** - Workspace infrastructure only
```bash
cargo build
cargo test
cargo doc --no-deps --open
cargo build --features cli
cargo build --release --features typescript
```