Skip to content
v0.1.0Apache-2.0

Autonomous SDLC orchestrator implementing OpenAI Symphony on top of Farm Table task graphs and Scion container execution.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

farmtablestdio
{
  "type": "stdio",
  "command": "ft",
  "args": [
    "mcp",
    "serve"
  ],
  "env": {
    "FARMTABLE_DB_PATH": "${FARMTABLE_DB_PATH:-~/.farmtable/farmtable.db}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$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"
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.scion.agent