feat(A15+A16): Copilot parser spec + A2A Agent Card spec#21
Merged
Conversation
Document the reverse-direction parser for GitHub Copilot .agent.md files back into AgentShift IR. Covers frontmatter/body parsing, tool ID mapping, MCP comment extraction, governance section recovery (including elevation template reversal), edge cases, and round-trip fidelity notes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Document the A2A (Agent-to-Agent) Agent Card JSON structure for the emitter. Covers AgentCapabilities, AgentSkill, AgentProvider, security schemes, IR-to-A2A field mapping, governance via custom extensions, and complete examples for weather and pregnancy-companion agents. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying agentshift with
|
| Latest commit: |
316f7b6
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b07283b2.agentshift.pages.dev |
| Branch Preview URL: | https://agent-architect-a15-a16.agentshift.pages.dev |
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.
Summary
A15 — Copilot parser spec (
specs/copilot-parser-spec.md): Documents the reverse-direction parser for.agent.mdfiles → IR. Covers YAML frontmatter parsing, tool ID → IR tool mapping (all known Copilot tool IDs), MCP comment extraction, governance section recovery (including reversal of elevation templates from L2/L3 back to structured governance), edge cases (missing frontmatter, multiple files, non-AgentShift-generated agents), and round-trip fidelity analysis.A16 — A2A Agent Card spec (
specs/a2a-agent-card-spec.md): Documents the A2A Agent Card JSON structure (v1.0.0, Linux Foundation/Google) and IR → Agent Card field mapping. CoversAgentCapabilities,AgentSkill,AgentProvider, all 5 security scheme types, governance-via-extension pattern, and complete example outputs for weather and pregnancy-companion agents.Unblocks D26 (Copilot parser implementation) and D27 (A2A emitter implementation).
Test plan
src/agentshift/emitters/copilot.py🤖 Generated with Claude Code