diff --git a/playwriter/CHANGELOG.md b/playwriter/CHANGELOG.md index 16ef471..4458748 100644 --- a/playwriter/CHANGELOG.md +++ b/playwriter/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.55 + +### Features + +- **`playwriter skill` CLI command**: New command that prints full MCP instructions to stdout, useful for agents that need up-to-date documentation without relying on MCP resources + +### Internal + +- **Moved SKILL.md to src/**: Source of truth for agent instructions now lives in `src/skill.md` +- **Removed docker.package.json**: Cleaned up unused Docker configuration + ## 0.0.54 ### Features diff --git a/playwriter/package.json b/playwriter/package.json index 6b54dd9..9fe3ea0 100644 --- a/playwriter/package.json +++ b/playwriter/package.json @@ -1,7 +1,7 @@ { "name": "playwriter", "description": "", - "version": "0.0.54", + "version": "0.0.55", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",