Skip to content

feat: implement AAP and migrate orchestrator - #1331

Open
geoffjay wants to merge 7 commits into
mainfrom
agent-spec
Open

feat: implement AAP and migrate orchestrator#1331
geoffjay wants to merge 7 commits into
mainfrom
agent-spec

Conversation

@geoffjay

Copy link
Copy Markdown
Owner

feat: implement AAP and migrate orchestrator

chore: clean up docs

chore: clean up docs

chore: drop docker

fix(install): ship AAP adapter binaries with the installer

The installer only copied binaries listed in SERVICES (port-bound
services) plus the CLI. AAP adapter binaries (agentd-adapter-*) are not
services, so they were never installed. The orchestrator resolves an
adapter as a sibling of its own binary, so a missing adapter made every
agent restart fail on reconcile with 'Failed to spawn agentd-adapter-claude',
putting all agents into a failed state after install.

Add an ADAPTER_BINARIES list and copy it in the macOS and Linux
installers (and remove it in the Linux uninstall; macOS uninstall drops
the whole bundle). Add new adapter types here as they are introduced.

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

fix: handle CORS correctly

fix: port edits in nemo config

geoffjay and others added 7 commits July 9, 2026 12:19
The installer only copied binaries listed in SERVICES (port-bound
services) plus the CLI. AAP adapter binaries (agentd-adapter-*) are not
services, so they were never installed. The orchestrator resolves an
adapter as a sibling of its own binary, so a missing adapter made every
agent restart fail on reconcile with 'Failed to spawn agentd-adapter-claude',
putting all agents into a failed state after install.

Add an ADAPTER_BINARIES list and copy it in the macOS and Linux
installers (and remove it in the Linux uninstall; macOS uninstall drops
the whole bundle). Add new adapter types here as they are introduced.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@geoffjay

Copy link
Copy Markdown
Owner Author

This change is part of the following stack:

Change managed by git-spice.

@codecov

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.22%. Comparing base (7a644c2) to head (311f676).

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1331       +/-   ##
===========================================
+ Coverage   49.19%   69.22%   +20.03%     
===========================================
  Files         468      219      -249     
  Lines       31606     8926    -22680     
  Branches     3121     3083       -38     
===========================================
- Hits        15547     6179     -9368     
+ Misses      16027     2718    -13309     
+ Partials       32       29        -3     
Flag Coverage Δ
frontend 69.22% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant