mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 13:46:32 +03:00
Publish the launcher setup diagnostics hotfix and refresh generated provider version metadata. AI-assisted by Codex.
23 lines
545 B
JSON
23 lines
545 B
JSON
{
|
|
"name": "impeccable",
|
|
"version": "4.3.1",
|
|
"description": "Design and refine interfaces with Impeccable skills, specialist agents, and design checks.",
|
|
"author": {
|
|
"name": "Renaissance Geek, Inc."
|
|
},
|
|
"homepage": "https://impeccable.style",
|
|
"repository": "https://github.com/pbakaus/impeccable",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"design",
|
|
"frontend",
|
|
"accessibility",
|
|
"ui",
|
|
"ux"
|
|
],
|
|
"logo": "assets/icon.png",
|
|
"skills": "./skills/",
|
|
"agents": "./agents/",
|
|
"hooks": "./hooks/hooks.json"
|
|
}
|