{
  "generated_at": "2026-07-07T13:23:04.600Z",
  "source_version": "0.1.0",
  "entry_count": 2,
  "stats": {
    "mech-storage.registry_catalog": 2
  },
  "entries": [
    {
      "auth": {
        "kind": "none"
      },
      "kind": "tool",
      "name": "@mech/registry",
      "slug": "mech-registry",
      "tags": [
        "registry",
        "packages",
        "deployments",
        "standards",
        "catalog",
        "portfolio",
        "manifest",
        "cli-standard",
        "docs-standard"
      ],
      "source": "manifest",
      "repo_url": "https://github.com/dundas/mech-registry",
      "description": "Source of truth for Mech package distribution, deploy metadata, manifest schema, catalog pipeline, and CLI/docs templates.",
      "install_command": "git clone https://github.com/dundas/mech-registry.git && cd mech-registry && bun install",
      "first_call_example": {
        "code": "# Validate your repo's manifest\nbun /path/to/mech-registry/scripts/validate-manifest.ts /path/to/your-repo\n\n# Rebuild the portfolio catalog\nbun /path/to/mech-registry/scripts/build-catalog.ts",
        "language": "bash"
      }
    },
    {
      "auth": {
        "kind": "none"
      },
      "kind": "package",
      "name": "@mech/run",
      "slug": "mech-run",
      "tags": [
        "cli",
        "orchestration",
        "agents",
        "codex",
        "claude-code",
        "gemini-cli",
        "transcripts",
        "http-server",
        "registry"
      ],
      "owners": [
        "mech-run"
      ],
      "source": "manifest",
      "repo_url": "https://github.com/dundas/mech-run",
      "description": "CLI orchestration runtime for AI coding agents with provider routing, transcript tooling, HTTP APIs, and registry-backed agent invocation.",
      "install_command": "npm install @mech/run",
      "first_call_example": {
        "code": "bunx @mech/run spawn -p \"fix failing tests\" --provider codex",
        "language": "bash"
      }
    }
  ]
}