- Change unused catch parameter to _error in codex-reviewer.ts
- Remove unused ArtifactFilter import in artifacts/manager.ts
- Change unused error parameter to _error in session/recovery.ts
- Remove unused saveState import in session/manager.test.ts
- Convert unknown error to string in githubops.test.ts template literal
Co-Authored-By: Claude <noreply@anthropic.com>
- Update integration tests for agent flow and githubops
- Update unit tests for agent, engine, and MCP
- Update vitest configs for better test isolation
Co-Authored-By: Claude <noreply@anthropic.com>
Add test infrastructure:
- Integration tests directory
- Unit tests directory
- Existing E2E and provider tests
- Test fixtures, helpers, and mocks
Co-Authored-By: Claude <noreply@anthropic.com>