Skip to content

Releases: jpbaking/playwright-fieldkit

v3.0.0 — portable agent authoring layout

Choose a tag to compare

@jpbaking jpbaking released this 29 Jul 11:28

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

Choose a tag to compare

@jpbaking jpbaking released this 20 Jul 01:27

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 (one node_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

Choose a tag to compare

@jpbaking jpbaking released this 19 Jul 19:38

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

Choose a tag to compare

@jpbaking jpbaking released this 19 Jul 18:43

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 at rules/shared/.
  • Installersinstall.sh / install.ps1 install 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 conditional AGENTS.md / CLAUDE.md pointers, and gitignore the generated adapters (node_modules is 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.