Parent: #563 Phase: #567 Depends on: Tasks 6-8 ## Summary Run full verification suite after all Phase 2 changes. ## Checklist - [ ] `cargo test --workspace` - [ ] `cargo clippy --workspace --all-targets --all-features -- -D warnings` - [ ] `cargo fmt --all -- --check` - [ ] `cd crates/js/lib && npx vitest run` - [ ] `cargo build --package trusted-server-adapter-fastly --release --target wasm32-wasip1` - [ ] Manual Viceroy verification: `fastly compute serve` - [ ] `curl -s http://localhost:7676/ | sha256sum` — compare with baseline - [ ] `curl -sI http://localhost:7676/` — verify headers present - [ ] `curl -s http://localhost:7676/static/tsjs=tsjs-unified.min.js` — static routes still work ## Plan See `docs/superpowers/plans/2026-03-25-streaming-response.md` — Task 9
Parent: #563
Phase: #567
Depends on: Tasks 6-8
Summary
Run full verification suite after all Phase 2 changes.
Checklist
cargo test --workspacecargo clippy --workspace --all-targets --all-features -- -D warningscargo fmt --all -- --checkcd crates/js/lib && npx vitest runcargo build --package trusted-server-adapter-fastly --release --target wasm32-wasip1fastly compute servecurl -s http://localhost:7676/ | sha256sum— compare with baselinecurl -sI http://localhost:7676/— verify headers presentcurl -s http://localhost:7676/static/tsjs=tsjs-unified.min.js— static routes still workPlan
See
docs/superpowers/plans/2026-03-25-streaming-response.md— Task 9