See C:\Users\phil\.claude\plans\refactored-chasing-pillow.md for the full plan.
Building the binary serialize/deserialize layer and all 9P2000.L message structs. This is the foundation everything else builds on.
- Wire format + message types (~25 tests) ← CURRENT
- FID table (~8 tests)
- Server loop + session operations (~8 tests)
- Twalk (~7 tests)
- Read-only operations (~12 tests)
- Write operations + WriteInterceptor hooks (~14 tests)
- Link operations (~5 tests)
- Robustness (~11 tests)
- Windows normalization (~7 tests)
- Sandbox integration (~4 tests)
- Fuzz target