Skip to content

task: register Aegis on the ACP registry (free distribution to 35+ agent ecosystem) #3018

@OneStepAt4time

Description

@OneStepAt4time

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

  1. Fork agentclientprotocol/registry
  2. Create aegis/agent.json
  3. Create 16x16 monochrome icon.svg (currentColor only)
  4. 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

  1. Verify ACP handshake includes valid authMethods
  2. Create icon
  3. Fork, add files, submit PR
  4. Fix any CI failures

Related: #3005

Metadata

Metadata

Labels

P2readyTriaged and ready for an agent to pick uptaskActionable task (not a bug or feature request)

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions