|
| 1 | +{ |
| 2 | + "name": "tandem-codex-plugin", |
| 3 | + "version": "0.1.3", |
| 4 | + "description": "Tandem Workflow Architect for Codex. Plan-mode design partner that helps you shape Tandem workflows (V2 automations and workflow plans) and hands them to the Tandem engine for validation, preview, and run. Plan with Codex. Govern with Tandem. Run with receipts.", |
| 5 | + "keywords": [ |
| 6 | + "tandem", |
| 7 | + "workflow", |
| 8 | + "automation", |
| 9 | + "mcp", |
| 10 | + "architect", |
| 11 | + "plan-mode" |
| 12 | + ], |
| 13 | + "homepage": "https://github.com/frumu-ai/tandem-codex-plugin", |
| 14 | + "repository": "https://github.com/frumu-ai/tandem-codex-plugin", |
| 15 | + "license": "MIT", |
| 16 | + "author": { |
| 17 | + "name": "frumu-ai", |
| 18 | + "url": "https://github.com/frumu-ai" |
| 19 | + }, |
| 20 | + "skills": "./skills/", |
| 21 | + "mcpServers": "./.mcp.json", |
| 22 | + "commands": "./commands/", |
| 23 | + "interface": { |
| 24 | + "displayName": "Tandem Workflow Architect", |
| 25 | + "shortDescription": "Plan Tandem workflows in Codex; govern and run them in Tandem.", |
| 26 | + "longDescription": "A Codex plugin for designing Tandem workflows with plan-mode guidance, bundled Tandem docs, validation, previews, and governed execution through the Tandem engine.", |
| 27 | + "developerName": "frumu-ai", |
| 28 | + "category": "Productivity", |
| 29 | + "capabilities": [ |
| 30 | + "Interactive", |
| 31 | + "Read", |
| 32 | + "Write" |
| 33 | + ], |
| 34 | + "websiteURL": "https://github.com/frumu-ai/tandem-codex-plugin", |
| 35 | + "brandColor": "#2563EB", |
| 36 | + "defaultPrompt": [ |
| 37 | + "Create a Tandem workflow from an intent", |
| 38 | + "Build a complex Tandem workflow DAG", |
| 39 | + "Preview or validate a Tandem workflow" |
| 40 | + ], |
| 41 | + "composerIcon": "./assets/icon.png", |
| 42 | + "logo": "./assets/icon.png" |
| 43 | + } |
| 44 | +} |
0 commit comments