agent-orchestrator/packages/cli
Prateek ad17afb92a fix: address all bugbot review comments
1. **Resolve AO_CONFIG_PATH to absolute path**
   - findConfigFile now calls resolve() on AO_CONFIG_PATH
   - Prevents relative path issues when dashboard runs from different cwd

2. **Fix schema-type mismatch for port**
   - Updated TypeScript type: port: number → port?: number
   - Matches Zod schema (optional with auto-detection)
   - Prevents undefined port errors

3. **Fix `ao stop` with dynamic ports**
   - Store actual dashboard port in session metadata
   - `ao stop` reads port from metadata (not config)
   - Correctly stops dashboard even when fallback port used

4. **Fix dashboard command port handling**
   - Handle optional config.port with default fallback
   - Prevents "Invalid port number" error when port undefined

All critical bugbot issues resolved.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 03:27:02 +05:30
..
__tests__ test: comprehensive activity detection coverage 2026-02-18 02:12:11 +05:30
src fix: address all bugbot review comments 2026-02-18 03:27:02 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
package.json feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
vitest.config.ts feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30