mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 10:06:54 +03:00
Use exact-pinned esbuild so the committed bundle is reproducible across CI runners, generate and ship complete dependency licenses, keep the bundle under a size ceiling, and route degraded scans through the shared operational-failure exit handling. AI assistance: Codex audited PR #693 and implemented this hardening.
16 lines
921 B
Markdown
16 lines
921 B
Markdown
# Third-Party Notices
|
|
|
|
This project includes content derived from third-party work, used under the terms of its original license.
|
|
|
|
## Platform Design Skills
|
|
|
|
The `skill/reference/ios.md` and `skill/reference/android.md` platform reference files are distilled from ehmo's `platform-design-skills` (Apple Human Interface Guidelines and Material Design 3 rules), rewritten in Impeccable's voice.
|
|
|
|
**Original work:** https://github.com/ehmo/platform-design-skills
|
|
**Original license:** MIT
|
|
**Author:** ehmo
|
|
|
|
## Static HTML parser bundle
|
|
|
|
`cli/engine/vendor/static-html-parsers.mjs` is a generated bundle of the parser packages the static-HTML detector needs at runtime. Skill and plugin installs copy that file with the detector; they do not install these packages from npm. Complete copyright and license texts for every package included in the bundle ship beside it in `cli/engine/vendor/static-html-parsers.LICENSES.txt`.
|