Skip to content

geldmacher/geldmacher-workflow

v6.0.0MIT

Portable Workflow 6 lifecycle, protected evidence, human gates, and harness-owned execution.

MCP servers

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

geldmacher-workflowstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/workflow-mcp.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "GELDMACHER_WORKFLOW_SHARED_ROOT": "${PLUGIN_DATA}/shared"
  }
}

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": "geldmacher-workflow",
  "version": "6.0.0",
  "description": "Portable Workflow 6 lifecycle, protected evidence, human gates, and harness-owned execution.",
  "author": {
    "name": "Geldmacher"
  },
  "homepage": "https://github.com/geldmacher/workflow",
  "repository": "https://github.com/geldmacher/workflow",
  "license": "MIT",
  "keywords": [
    "workflow",
    "planning",
    "review",
    "evidence",
    "manual"
  ]
}