{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "graft", "version": "0.1.0", "description": "Autonomous SDLC orchestrator implementing OpenAI Symphony on top of Farm Table task graphs and Scion container execution.", "author": { "name": "Alan Blount", "email": "alan@zeroasterisk.com" }, "homepage": "https://github.com/zeroasterisk/graft", "repository": "https://github.com/zeroasterisk/graft", "license": "Apache-2.0", "keywords": [ "symphony", "farmtable", "scion", "sdlc", "orchestrator", "agent-plugins" ], "extensions": { "com.scion.agent": { "default_harness": "claude", "workspace_isolation": "git-worktree" } } }