automatasaurus 0.1.17 → 0.1.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automatasaurus",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Automated software development workflow powered by Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  name: tester
3
3
  description: QA/Tester agent that EXECUTES browser tests using Playwright MCP. Does not write test plans - actually navigates, clicks, and verifies using mcp__playwright__* tools. Unit tests alone are NOT sufficient. Escalates if app cannot run.
4
- tools: Read, Edit, Write, Bash, Grep, Glob
5
4
  model: sonnet
6
5
  mcpServers:
7
6
  playwright: {}
7
+ disallowedTools: Task
8
8
  permissionMode: acceptEdits
9
9
  ---
10
10