Files
Brandon Martin b63de614fc fix(plugins): regenerate minimal manifests
Resync all packaged plugin manifests so they rely on auto-discovery and keep only metadata plus the core hooks entry.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-01 22:09:34 -05:00

19 lines
545 B
JSON

{
"name": "cce-python",
"version": "1.0.0",
"description": "Python CLI development with Typer for type-hint driven applications, validation, and testing",
"author": {
"name": "Claude Code Extensions Contributors",
"url": "https://github.com/nodnarbnitram/claude-code-extensions"
},
"homepage": "https://github.com/nodnarbnitram/claude-code-extensions",
"repository": "https://github.com/nodnarbnitram/claude-code-extensions",
"license": "MIT",
"keywords": [
"python",
"typer",
"cli",
"type-hints"
]
}