Files
John Smith 2f9cd1475a test: Added 16 CLI integration tests covering round-trip (empty, single…
- crates/heretek-cli/src/main.rs
- crates/heretek-cli/Cargo.toml

GSD context:
- Milestone: M001 - Core Compression Algorithm
- Slice: S02
- Task: T04 - Added 16 CLI integration tests covering round-trip (empty, single-byte, 1KB, 64KB), full exit-code matrix (12 error variants), model-load-from-buffer, corrupted-data→exit-2, and missing-input→exit-1; all 84 workspace tests pass.

GSD-Task: S02/T04
2026-05-24 15:26:36 -04:00

12 lines
214 B
TOML

[workspace]
resolver = "2"
members = [
"crates/heretek-error",
"crates/heretek-format",
"crates/heretek-coder",
"crates/heretek-predictor",
"crates/heretek-engine",
"crates/heretek-cli",
]