agent-ecosystem/test/main/features/runtime-provider-management
ComradeSwarog cc3c9f7dc7 fix(opencode): address code review feedback — extract paths from error message, fix test imports
- Extract symlink source/target paths directly from the error message
  instead of reconstructing them from process.env (Codex P2 review)
- Add extractSymlinkSourcePath and extractSymlinkTargetPath functions
- Update ensureOpenCodeProfileNodeModulesJunction to accept optional
  errorMessage parameter and use extracted paths from it
- Fix unused imports in test (remove 'os', replace 'beforeEach' with
  'afterEach' per CodeRabbit review)
- Widen fs.statSync mock signatures to use Parameters<typeof fs.statSync>
  per CodeRabbit review
- Add tests for new extraction functions
- Pass errorMessage to ensureOpenCodeProfileNodeModulesJunction calls
  in CLI client tests
2026-05-28 13:08:55 +03:00
..
AgentTeamsRuntimeProviderManagementCliClient.test.ts fix(opencode): address code review feedback — extract paths from error message, fix test imports 2026-05-28 13:08:55 +03:00
openCodeWindowsNodeModulesJunction.test.ts fix(opencode): address code review feedback — extract paths from error message, fix test imports 2026-05-28 13:08:55 +03:00
registerRuntimeProviderManagementIpc.test.ts fix(runtime-provider-management): surface provider diagnostics 2026-05-22 15:42:25 +03:00