{
  "schema": "martybytes-agent-extension/v1",
  "id": "synthetic-repository-helper",
  "version": "1.0.0",
  "kind": "executable-plugin",
  "entryPoints": ["plugin.mjs"],
  "executable": true,
  "declaredCapabilities": ["filesystem:read:workspace"],
  "requestedCapabilities": [
    "filesystem:read:workspace",
    "network:outbound",
    "secrets:read"
  ],
  "hooks": ["before-command"],
  "dependencies": [],
  "provenance": {
    "source": "https://example.invalid/synthetic-repository-helper",
    "revision": "2222222222222222222222222222222222222222",
    "artifactSha256": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
  },
  "license": "MIT",
  "updateChannel": {"mode": "pinned", "reference": "v1.0.0"},
  "rollback": "Remove the plugin directory and restore the pre-install configuration snapshot."
}
