|
| 1 | +{ |
| 2 | + "name": "session-orchestrator", |
| 3 | + "version": "2.0.0-beta.5", |
| 4 | + "description": "Session-level orchestration for structured planning, wave execution, quality gates, and clean session close-out", |
| 5 | + "author": { |
| 6 | + "name": "Bernhard Goetzendorfer", |
| 7 | + "email": "office@gotzendorfer.at", |
| 8 | + "url": "https://gotzendorfer.at" |
| 9 | + }, |
| 10 | + "homepage": "https://gotzendorfer.at/en/session-orchestrator", |
| 11 | + "repository": "https://github.com/Kanevry/session-orchestrator", |
| 12 | + "license": "MIT", |
| 13 | + "keywords": [ |
| 14 | + "session", |
| 15 | + "orchestration", |
| 16 | + "waves", |
| 17 | + "gitlab", |
| 18 | + "github", |
| 19 | + "quality-gates", |
| 20 | + "codex" |
| 21 | + ], |
| 22 | + "skills": "./skills/", |
| 23 | + "hooks": "./hooks/hooks-codex.json", |
| 24 | + "mcpServers": "./.mcp.json", |
| 25 | + "interface": { |
| 26 | + "displayName": "Session Orchestrator", |
| 27 | + "shortDescription": "Structured engineering sessions for Codex", |
| 28 | + "longDescription": "Adds reusable session workflows to Codex: project analysis, wave planning, guided execution, quality gates, persistence, and clean session close-out.", |
| 29 | + "developerName": "Bernhard Goetzendorfer", |
| 30 | + "category": "Coding", |
| 31 | + "capabilities": [ |
| 32 | + "Interactive", |
| 33 | + "Write" |
| 34 | + ], |
| 35 | + "websiteURL": "https://gotzendorfer.at/en/session-orchestrator", |
| 36 | + "privacyPolicyURL": "https://gotzendorfer.at/en/session-orchestrator/privacy", |
| 37 | + "termsOfServiceURL": "https://gotzendorfer.at/en/session-orchestrator/terms", |
| 38 | + "defaultPrompt": [ |
| 39 | + "Start a structured feature session for this repo", |
| 40 | + "Plan a feature PRD and turn it into waves", |
| 41 | + "Close the current session with verification" |
| 42 | + ] |
| 43 | + } |
| 44 | +} |
0 commit comments