mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Bump skill to 4.0.0 (plugin.json + marketplace.json) and the CLI to 3.3.0 (package.json), then run build:release to regenerate the plugin subtree and all provider harness output to the new versions. Skill 4.0.0 ships external-dice direction assignment, the reviewed world catalog dealt through the roll API with rendered quality-bar cards, the in-browser serve-question decision page, visualize-before- build, the rebuilt new-work flow, and the 58-rule detector under hook enforcement. CLI 3.3.0 grows the deterministic detector to 58 rules and adds config-declared context roots, per-file rule scoping, and --target resolution for nested products. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
512 B
JSON
16 lines
512 B
JSON
{
|
|
"name": "impeccable",
|
|
"description": "Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.",
|
|
"version": "4.0.0",
|
|
"author": {
|
|
"name": "Paul Bakaus",
|
|
"email": "paul@paulbakaus.com"
|
|
},
|
|
"homepage": "https://impeccable.style",
|
|
"repository": "https://github.com/pbakaus/impeccable",
|
|
"skills": "./skills/",
|
|
"agents": [
|
|
"./agents/impeccable-manual-edit-applier.md"
|
|
]
|
|
}
|