-
-
Notifications
You must be signed in to change notification settings - Fork 238
Conversation
@mehmetozguldev
mehmetozguldev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, the ACP cancellation and permission hardening direction looks good.
Before merging, I’d like two changes:
- Don’t replace the legacy marketplace agent catalog when the ACP registry loads successfully. Please merge registry agents with the existing Athas marketplace agents, or preserve the legacy list as a fallback when the registry is incomplete. Otherwise existing agent options can disappear just because the new registry is reachable.
- Please remove the GoalBuddy
docs/goals/...state/receipt files from this PR. They include local process details and paths, but don’t belong in the product repo.
After that, this should be safe to re-check.
mehmetozguldev
commented
May 9, 2026
Still waiting on this one
2. Please remove the GoalBuddy
docs/goals/...state/receipt files from this PR. They include local process details and paths, but don’t belong in the product repo.
Finesssee
commented
May 9, 2026
Fixed in bc96313. I removed the GoalBuddy docs/goals artifacts from this branch and verified they are no longer present in the PR diff.
Checks:
gh pr diff 673 --name-only | rg '^docs/goals/'returns no filesgh pr view 673 --json files --jq '.files[].path' | rg '^docs/goals/'returns no files
The remaining local docs/goals state is untracked private workspace state only and is not part of this PR.
Finesssee
commented
May 10, 2026
Finesssee
commented
May 10, 2026
Closing as superseded by #682, which now includes the preserved coverage from this PR without the old conflicting runtime implementation.
Summary
Verification
Note