mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 17:46:36 +03:00
The CLI and detection engine now live in pbakaus/impeccable-detect (published as 'impeccable' on npm, BSL-1.1). This repo is purely Apache 2.0: skills, prompts, website, and build system. - Remove bin/ (CLI moved to CLI repo) - Remove README.npm.md (moved to CLI repo) - Remove @impeccable/detect dependency, add impeccable dependency - Set package.json to private (no longer published to npm) - Update all references from @impeccable/detect to impeccable - Update CLAUDE.md, NOTICE.md, FAQ, and changelog - Rebuild all provider skill distributions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
27 lines
1009 B
Markdown
27 lines
1009 B
Markdown
# Notice
|
|
|
|
Impeccable
|
|
Copyright 2025-2026 Paul Bakaus
|
|
|
|
## CLI and Detection Engine
|
|
|
|
The CLI and detection engine ([`impeccable`](https://www.npmjs.com/package/impeccable))
|
|
live in a [separate repo](https://github.com/pbakaus/impeccable-detect) licensed under
|
|
the Business Source License 1.1 (BSL-1.1), not Apache 2.0.
|
|
|
|
Free for individuals, open source projects, and organizations with 5 or fewer people
|
|
or under $1M ARR. Commercial license required otherwise.
|
|
|
|
## Anthropic frontend-design Skill
|
|
|
|
The `impeccable` skill in this project builds on Anthropic's original frontend-design skill.
|
|
|
|
**Original work:** https://github.com/anthropics/skills/tree/main/skills/frontend-design
|
|
**Original license:** Apache License 2.0
|
|
**Copyright:** 2025 Anthropic, PBC
|
|
|
|
This project extends the original with:
|
|
- 7 domain-specific reference files (typography, color-and-contrast, spatial-design, motion-design, interaction-design, responsive-design, ux-writing)
|
|
- 22 steering commands
|
|
- Expanded patterns and anti-patterns
|