33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"name": "ponytail",
|
|
"version": "4.8.4",
|
|
"description": "Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.",
|
|
"author": {
|
|
"name": "Dietrich Gebert",
|
|
"url": "https://github.com/DietrichGebert"
|
|
},
|
|
"homepage": "https://github.com/DietrichGebert/ponytail",
|
|
"repository": "https://github.com/DietrichGebert/ponytail",
|
|
"license": "MIT",
|
|
"keywords": ["yagni", "minimalism", "code-review", "productivity"],
|
|
"skills": "./skills/",
|
|
"hooks": "./hooks/claude-codex-hooks.json",
|
|
"interface": {
|
|
"displayName": "Ponytail",
|
|
"shortDescription": "Lazy senior developer mode",
|
|
"longDescription": "Prefer YAGNI, the standard library, native platform features, and the smallest correct implementation.",
|
|
"developerName": "Dietrich Gebert",
|
|
"category": "Productivity",
|
|
"capabilities": ["Instructions", "Lifecycle hooks"],
|
|
"websiteURL": "https://github.com/DietrichGebert/ponytail",
|
|
"defaultPrompt": [
|
|
"Use Ponytail mode for this task.",
|
|
"Review this diff for over-engineering.",
|
|
"Find the smallest correct implementation."
|
|
],
|
|
"brandColor": "#111111",
|
|
"composerIcon": "./assets/logo.png",
|
|
"logo": "./assets/logo.png"
|
|
}
|
|
}
|