mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 07:06:45 +03:00
Trim v3.0 changelog to user-facing changes only
Remove "Rewritten docs site" (internal site polish, not a shipped feature) and "Teach runs automatically on first use" (not new; that behavior already existed pre-3.0). What's left is the consolidation and the pin mechanism, which are the two user-facing changes in 3.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9341feeac1
commit
2c10cfb664
@@ -511,8 +511,6 @@
|
||||
<ul class="changelog-items">
|
||||
<li><strong>18 skills became 1 skill with 20 commands.</strong> Every command now lives under <code>/impeccable</code>: <code>/impeccable audit</code>, <code>/impeccable polish</code>, <code>/impeccable critique</code>, and the rest. One entry in your <code>/</code> menu instead of 18, a shared design vocabulary between you and your AI, and far less namespace pollution as the plugin ecosystem grows. The autocomplete shows the full list the moment you type <code>/impeccable</code>.</li>
|
||||
<li><strong>Pin your favorites back as shortcuts.</strong> Run <code>/impeccable pin audit</code> and <code>/audit</code> becomes a standalone command again, without reversing the consolidation. Under the hood it writes a lightweight redirect skill that delegates to <code>/impeccable audit</code>, so updates to the parent skill flow through automatically. <code>/impeccable unpin audit</code> removes it.</li>
|
||||
<li><strong>Rewritten docs site.</strong> New <a href="/docs">/docs</a> home with a featured home command card, dense cheatsheet-style command rows by category, and per-command detail pages. The standalone <code>/cheatsheet</code> was merged into <code>/docs</code>. URL renamed from <code>/skills</code> to <code>/docs</code> with permanent redirects so existing links keep working. The homepage install section was rebuilt 50/50 with a proper "how to use" panel explaining the mixture-of-experts model in plain language.</li>
|
||||
<li><strong>Teach runs automatically on first use.</strong> You no longer have to run <code>/impeccable teach</code> before anything else. Invoke any command in a fresh project and the Context Gathering Protocol kicks off the discovery interview mid-flight, then saves <code>.impeccable.md</code> so every future command reads it silently.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user