Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
- Remove unused normalizeOptions function - Fix line length violations (format long lines) - Fix import order (alphabetical) - Format function signatures for readability All lint checks now passing.
Add 19 tests covering sandboxListCommand and sandboxRecreateCommand: - List command: human/JSON output, browser flag, error handling - Recreate command: validation, filtering (session/agent), confirmation flow - Factory functions (createContainer, createBrowser) reduce duplication - Helper functions (expectLogContains, setupDefaultMocks) improve readability All tests passing. 365 LOC with ~66% production code coverage.