Commit Graph

4 Commits

Author SHA1 Message Date
Shunsuke Hayashi
4d4a478758 fix(lint): resolve more ESLint errors for unused variables/imports
- Remove unused imports in test files (manager.test.ts, discord-reply.test.ts)
- Remove unused ThetaPhase import in session/types.ts
- Change unused expiresAt to _expiresAt in session/recovery.ts
- Change unused SEARCH_PROVIDERS to _SEARCH_PROVIDERS in web-search.js
- Remove unused catch parameter _error in codex-reviewer.ts
- Clean up agent-flow.test.ts and githubops.test.ts imports

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 13:02:09 +09:00
Shunsuke Hayashi
4ec77dc3f4 fix(lint): resolve ESLint errors for unused variables
- 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>
2026-01-26 12:43:15 +09:00
Shunsuke Hayashi
0dcc2b4c8d test: update test configurations and test cases
- 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>
2026-01-26 06:54:38 +09:00
Shunsuke Hayashi
71ab3c3bcd test: add integration and unit test directories
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>
2026-01-26 06:42:04 +09:00