36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"name": "omo",
|
|
"version": "0.1.0",
|
|
"description": "One Codex plugin namespace for Yeongyu's local Codex components.",
|
|
"author": {
|
|
"name": "Yeongyu Kim",
|
|
"email": "yeongyu@users.noreply.github.com",
|
|
"url": "https://github.com/code-yeongyu"
|
|
},
|
|
"homepage": "https://github.com/sisyphuslabs/omo",
|
|
"repository": "https://github.com/sisyphuslabs/omo",
|
|
"license": "MIT",
|
|
"keywords": ["codex", "codex-plugin", "omo", "hooks", "mcp", "skills"],
|
|
"skills": "./skills/",
|
|
"hooks": "./hooks/hooks.json",
|
|
"mcpServers": "./.mcp.json",
|
|
"interface": {
|
|
"displayName": "OMO",
|
|
"shortDescription": "Unified local Codex components",
|
|
"longDescription": "OMO exposes the local Codex Rules, Comment Checker, LSP, Ultrawork, and ulw-loop components as one plugin namespace while keeping each component isolated under components/ for maintenance.",
|
|
"developerName": "Yeongyu Kim",
|
|
"category": "Developer Tools",
|
|
"capabilities": ["Hooks", "MCP Tools", "Code Intelligence", "Workflow", "Context Injection"],
|
|
"websiteURL": "https://github.com/sisyphuslabs/omo",
|
|
"privacyPolicyURL": "https://github.com/sisyphuslabs/omo#privacy",
|
|
"termsOfServiceURL": "https://github.com/sisyphuslabs/omo#license",
|
|
"defaultPrompt": [
|
|
"Use OMO LSP diagnostics on this workspace.",
|
|
"Show which OMO rules matched this file.",
|
|
"ulw: run this change with evidence."
|
|
],
|
|
"brandColor": "#7C3AED",
|
|
"screenshots": []
|
|
}
|
|
}
|