Skip to content

fix(doctor): update launcher entrypoint path after package rename#646

Open
sisutuulenisa wants to merge 1 commit intoComposioHQ:mainfrom
sisutuulenisa:fix/c4-doctor-launcher-path
Open

fix(doctor): update launcher entrypoint path after package rename#646
sisutuulenisa wants to merge 1 commit intoComposioHQ:mainfrom
sisutuulenisa:fix/c4-doctor-launcher-path

Conversation

@sisutuulenisa
Copy link
Copy Markdown

Summary

The package was renamed from @composio/agent-orchestrator to @composio/ao in commit 4fcdc67, but the doctor script still checked the old path packages/agent-orchestrator/bin/ao.js, causing a false FAIL.

Now checks packages/ao/bin/ao.js first with fallback to the legacy path for backward compatibility.

Changes

  • scripts/ao-doctor.sh: updated entrypoint path check with backward-compat fallback

Consolidation note

This is a clean rebased replacement for #577, as part of PR consolidation. Supersedes #577.

Fixes #576

The package was renamed from @composio/agent-orchestrator to @composio/ao
in commit 4fcdc67, but the doctor script still checked the old path
packages/agent-orchestrator/bin/ao.js, causing a false FAIL.

Now checks packages/ao/bin/ao.js first with fallback to the legacy path
for backward compatibility.

Fixes ComposioHQ#576
@sisutuulenisa
Copy link
Copy Markdown
Author

Triage complete for #646:

  • Cursor Bugbot check is passing and there are no open cursor[bot] inline findings on this PR
  • launcher script sanity checked on branch head (bash -n + ao doctor --help output)

No additional patch needed from this triage pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ao doctor: launcher entrypoint check uses old package path after rename

1 participant