Operations
Testing
Test suites and benchmark entries.
cargo test --workspace # unit + integration tests
cargo run -p brewfs-bench -- # benchmark entries (RandRW, metadata, scaling)An agent-workspace test suite — replaying realistic multi-agent IO traces against a mounted filesystem — is on the roadmap.

