Releases: jpbaking/playwright-fieldkit
Release list
v3.0.0 — portable agent authoring layout
Breaking packaging update: moves the canonical FieldKit package to .agents/skills, adds a byte-identical Claude mirror and thin Cline shim, updates CI and documentation paths, and keeps one shared global scripts runtime.
Full Changelog: v2.0.0...v3.0.0
v2.0.0 — user-global scripts runtime
Breaking: the toolkit now installs user-global; install.sh/install.ps1 are removed and AGENT-INSTALL.md is the only install path.
~/.agents/skills/pw-playwright-fieldkit/is the single scripts runtime (onenode_modules, one browser install); byte-identical discovery copies per harness point execution there.- All commands are home-anchored (
node ~/.agents/skills/pw-playwright-fieldkit/scripts/...) and work from any project cwd; reports land in the project you run them from. - Cline
/pw-*shortcut stubs generate into the global Workflows directory; Cursor supported via the shared global skill copies. Nothing is written into projects.
Migration from v1 project-scoped installs: re-run the install prompt once per user; stale gitignored project adapters and .clinerules/workflows/pw-*.md stubs can be removed manually.
v1.0.1 — canonical repo URLs
Patch: all documentation and installer URLs now use the repository's canonical name jpbaking/playwright-fieldkit (previously written as playwright-skills, which only worked via GitHub's rename redirect). No functional changes.
v1.0.0 — Playwright FieldKit, universal packaging
First tagged release.
Highlights
- Canonical package at
skills/shared/pw-playwright-fieldkit/— the portable Agent Skill (scripts, templates, 18 workflow playbooks) for Codex, Claude Code, Google Antigravity, and Cline; activation rule atrules/shared/. - Installers —
install.sh/install.ps1install to.agents/skills/(the single scripts runtime) with a byte-identical.claude/skills/discovery copy, install the rule per harness, generate the Cline/pw-*workflow shortcuts, add conditionalAGENTS.md/CLAUDE.mdpointers, and gitignore the generated adapters (node_modulesis never copied). - AGENT-INSTALL.md — preferred, merge-aware agent-guided install (see README prompt).
- Committed
.clinerules/adapters retired; shortcuts are installer-generated from the canonical playbooks, so procedures keep a single source of truth.
Self-tests pass across Chromium, Firefox, and WebKit.