Task — Register Aegis on the ACP Registry
Priority: P2 (quick win, free marketing)
Why
The ACP registry lists 35 agents and is the canonical discovery channel for the ACP ecosystem. Aegis is NOT listed. Every new ACP user will never find us.
What's needed
- Fork
agentclientprotocol/registry
- Create
aegis/agent.json
- Create 16x16 monochrome
icon.svg (currentColor only)
- Submit PR — CI validates
agent.json draft
{
"id": "aegis",
"name": "Aegis",
"version": "0.6.6",
"description": "Enterprise orchestration middleware for Claude Code — REST API, MCP server, SSE, webhooks, and dashboard",
"repository": "https://github.com/OneStepAt4time/aegis",
"website": "https://github.com/OneStepAt4time/aegis#readme",
"authors": ["OneStepAt4time"],
"license": "MIT",
"distribution": {
"npx": {
"package": "@onestepat4time/aegis@0.6.6",
"args": ["mcp"]
}
}
}
Prerequisites
- CI validates
authMethods in ACP initialize response — need to verify Aegis returns this
- Need monochrome 16x16 SVG icon (Aegis logo)
Steps
- Verify ACP handshake includes valid
authMethods
- Create icon
- Fork, add files, submit PR
- Fix any CI failures
Related: #3005
Task — Register Aegis on the ACP Registry
Priority: P2 (quick win, free marketing)
Why
The ACP registry lists 35 agents and is the canonical discovery channel for the ACP ecosystem. Aegis is NOT listed. Every new ACP user will never find us.
What's needed
agentclientprotocol/registryaegis/agent.jsonicon.svg(currentColor only)agent.json draft
{ "id": "aegis", "name": "Aegis", "version": "0.6.6", "description": "Enterprise orchestration middleware for Claude Code — REST API, MCP server, SSE, webhooks, and dashboard", "repository": "https://github.com/OneStepAt4time/aegis", "website": "https://github.com/OneStepAt4time/aegis#readme", "authors": ["OneStepAt4time"], "license": "MIT", "distribution": { "npx": { "package": "@onestepat4time/aegis@0.6.6", "args": ["mcp"] } } }Prerequisites
authMethodsin ACP initialize response — need to verify Aegis returns thisSteps
authMethodsRelated: #3005