release: playwriter@0.0.55
This commit is contained in:
@@ -1,5 +1,16 @@
|
|||||||
# Changelog
|
# 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
|
## 0.0.54
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "playwriter",
|
"name": "playwriter",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": "0.0.54",
|
"version": "0.0.55",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user