{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "oma", "version": "12.7.2", "description": "Portable multi-agent harness for .agents-based skills and workflows", "author": { "name": "First Fluke" }, "homepage": "https://firstfluke.com/oh-my-agent", "repository": "https://github.com/first-fluke/oh-my-agent", "license": "MIT", "keywords": [ "multi-agent", "orchestrator", "skills", "workflows" ], "extensions": { "com.firstfluke.oma": { "entries": [ "./com.firstfluke.oma/agents", "./com.firstfluke.oma/workflows", "./com.firstfluke.oma/rules", "./com.firstfluke.oma/oma-config.yaml" ] } } }