Files
dietrichgebert__ponytail/.qoder-plugin/plugin.json
T
DietrichGebert 0a4dd63ad4 chore: release v4.9.0 (#703)
Co-authored-by: Dietrich Gebert <dgebert@Dietrichs-MacBook-Pro.local>
2026-08-08 00:13:25 +03:00

17 lines
602 B
JSON

{
"name": "ponytail",
"version": "4.9.0",
"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/",
"rules": "./.qoder/rules/",
"hooks": "./hooks/qoder-hooks.json"
}