sandbox-agent/server/packages/error
Nathan Flurry 8de9d8ee80 fix: address review issues in process management API
- Add doc comments to all 13 new #[utoipa::path] handlers (CLAUDE.md compliance)
- Fix send_signal ESRCH check: use raw_os_error() == Some(libc::ESRCH) instead of ErrorKind::NotFound
- Add max_input_bytes_per_request enforcement in WebSocket terminal handler
- URL-decode access_token query parameter for WebSocket auth
- Replace fragile string prefix matching with proper SandboxError::NotFound variant

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-05 15:51:07 -08:00
..
src fix: address review issues in process management API 2026-03-05 15:51:07 -08:00
Cargo.toml fix: add description and repository fields to all crate Cargo.toml files 2026-01-27 20:32:09 -08:00