skill-v3.0.7
pbakaus/impeccableskill-v3.0.7May 4, 2026by pbakaus
AI Summary
Detects specific AI-generated patterns like italic-serif display heroes and hero eyebrow chips. Adds session journaling to live mode to survive crashes and cleans up repetitive scaffolding in reference files.
Key Highlights
- Detector flags italic-serif display heroes
- Detector flags hero eyebrow chips
- Live mode session journaling for crash recovery
- Strips repetitive scaffolding from reference files
New Features
- New font pattern detection
- Session journaling system
- Documentation cleanup
Full Release Notes
- **Detector flags italic-serif display heroes.** Oversized italic serif (Fraunces, Recoleta, Newsreader, Playfair, Cormorant, Tiempos) running as the primary hero h1 is now caught as a structural fingerprint of late-2025 and early-2026 AI-generated marketing pages. Editorial and magazine surfaces that legitimately want the pattern can ignore the rule. Contributed by [@vinaypokharkar](https://github.com/vinaypokharkar) in [#129](https://github.com/pbakaus/impeccable/pull/129). - **Detector flags hero eyebrow chips.** The uppercase letter-spaced label sitting directly above a hero h1 now fires, including the pill-chip variant (background plus 999px border-radius). Bounded to short labels at small sizes so editorial captions and ordinary subheads do not false-positive. Also contributed by [@vinaypokharkar](https://github.com/vinaypokharkar) in [#129](https://github.com/pbakaus/impeccable/pull/129). - **Live mode survives disconnects.** A durable session journal records every event, so an agent crash, a network blip, or a browser refresh no longer loses the session. Three new sub-commands: `live status` reports current state, `live resume` rejoins after a break, and `live complete` finalizes a manually accepted variant. Acknowledgement, polling replies, and fallback recovery all flow through the journal. Contributed by [@nqh-packages](https://github.com/nqh-packages) in [#125](https://github.com/pbakaus/impeccable/pull/125). - **Reference files stripped of repetitive scaffolding.** SKILL.md and 33 sub-command files lost the "Remember:" closer chants, the brochure-style "[Verb] [object] to [outcome]" openers on 12 older commands, and 419 em-dashes that obscured the choice between colon, semicolon, period, or parens. Surviving closers hand off to `/impeccable polish` instead of restating the rules. Less context per command load, less repetition the model has to read past.