Files
screenci__screenci/THIRD_PARTY_NOTICES.md
Olli Paloviita 57fdcadbb2 Attribute playwright-cli skill to upstream (Apache-2.0)
skills/playwright-cli/SKILL.md is adapted from Microsoft's playwright-cli
project. Add the upstream Apache 2.0 license under licenses/ (namespaced so
it is not confused with the package MIT LICENCE), a THIRD_PARTY_NOTICES.md
recording provenance, and an in-file attribution/change notice in SKILL.md.

The license and notices live outside skills/ and are excluded from the npm
files allowlist, so they are not copied into a user's project on skill
install.
2026-07-04 22:05:01 +03:00

1.3 KiB

Third-party notices

This file records third-party material redistributed in this package and is kept separate from the package's own license (LICENCE, MIT) so the two are not confused. Nothing here is copied into a user's project when a skill is installed: the skill installer only copies the skills/<name>/ directories, and this file plus the licenses/ directory are excluded from the published npm package by the files allowlist in package.json.

skills/playwright-cli/SKILL.md

skills/playwright-cli/SKILL.md is adapted from the playwright-cli skill in the Microsoft Playwright CLI project:

The full text of the upstream Apache License 2.0 is included in this repository at licenses/microsoft-playwright-cli-APACHE-2.0.txt.

The file has been modified from the original (for example, a ScreenCI-specific "When Inspecting Pages For ScreenCI" section was added and the command reference was trimmed). Per Apache License 2.0 section 4(b), modified files carry a notice stating that they were changed; see the header comment at the top of skills/playwright-cli/SKILL.md.