agent-orchestrator/docs
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
..
DEVELOPMENT.md fix: resolve all lint and typecheck errors 2026-02-17 22:29:46 +05:30
SECURITY-AUDIT-SUMMARY.md fix: resolve all lint and typecheck errors 2026-02-17 22:29:46 +05:30