Commit Graph

6 Commits

Author SHA1 Message Date
Shunsuke Hayashi
5456077858 refactor(lint): fix all remaining lint errors
- Add compare functions to sort() calls (7 locations)
- Fix await-thenable issues in browser modules
- Fix restrict-template-expressions with String() conversions
- Fix no-base-to-string with proper type handling

22 lint errors → 0 errors

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 13:30:25 +09:00
Shunsuke Hayashi
319d65ccd3 refactor(lint): fix lint errors - unused imports and variables
- Add *.d.ts to oxlint ignore patterns
- Remove unused imports from test files
- Prefix unused variables with underscore
- Fix floating promises with void operator

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 13:13:29 +09:00
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