agent-orchestrator/.github/workflows
Prateek 71d944aac0 fix: resolve all lint and typecheck errors
- Fix require() imports in paths.ts and paths.test.ts - convert to ESM imports
- Fix unused variables - prefix with _ or remove unused imports
- Fix duplicate import in status.test.ts - combine into single import
- Fix import() type annotations in test files - add eslint-disable comments
- Remove unused getProjectWorktreesDir function from session-manager
- Remove unused getArchiveDir, generateSessionName, generateSessionPrefix, generateProjectId imports
- Fix plugin-registry.test.ts worktreeDir usage - remove deprecated field

All lint errors fixed (only 7 intentional console.log warnings remain).
All typecheck errors fixed.
All 124 CLI unit tests passing.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-17 22:29:46 +05:30
..
ci.yml feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
integration-tests.yml feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
release.yml feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
security.yml fix: resolve all lint and typecheck errors 2026-02-17 22:29:46 +05:30