chore(a2a): onboard a2a-maintainer (self-maintaining A2A surface) - #125
Merged
Conversation
Adds the a2a-maintain.yml CI workflow, the a2a-maintainer agent def, and declares the agent in .fuze/manifest.json so this repo's A2A surface self-maintains on every PR (FuzeSDLC#63). Skips without ANTHROPIC_API_KEY; the newly-added workflow first runs on the NEXT PR (pull_request uses the base-branch definition), so this onboard PR does not trigger it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session-Id: 17fb89fd-3579-433b-a6c4-9c9e7f3ec549
Adds the a2a-maintain.yml CI workflow, the a2a-maintainer agent def, and declares the agent in .fuze/manifest.json so this repo's A2A surface self-maintains on every PR (FuzeSDLC#63). Skips without ANTHROPIC_API_KEY; the newly-added workflow first runs on the NEXT PR (pull_request uses the base-branch definition), so this onboard PR does not trigger it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session-Id: 17fb89fd-3579-433b-a6c4-9c9e7f3ec549
Adds the a2a-maintain.yml CI workflow, the a2a-maintainer agent def, and declares the agent in .fuze/manifest.json so this repo's A2A surface self-maintains on every PR (FuzeSDLC#63). Skips without ANTHROPIC_API_KEY; the newly-added workflow first runs on the NEXT PR (pull_request uses the base-branch definition), so this onboard PR does not trigger it. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session-Id: 17fb89fd-3579-433b-a6c4-9c9e7f3ec549
izzywdev
enabled auto-merge (squash)
July 24, 2026 05:17
|
|
||
| - name: Checkout PR head (writable, same-repo only) | ||
| if: steps.guard.outputs.ok == 'true' | ||
| uses: actions/checkout@v4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Onboards a2a-maintainer (FuzeSDLC#63): the CI workflow + agent def + a manifest declaration, so this repo's A2A surface stays current automatically. The workflow skips without
ANTHROPIC_API_KEYand first runs on the next PR (not this one). Owner PR → auto-merges on green.🤖 Generated with Claude Code