Skip to content

Commit 9d82e4b

Browse files
refactor: remove obsolete dev-cleanup-wizard and playwright-test-validator documentation
- Deleted outdated markdown files for dev-cleanup-wizard and playwright-test-validator agents. - Updated the engineering version of dev-cleanup-wizard with a new structure and description. - Consolidated agent documentation to streamline the codebase and improve clarity.
1 parent 43b7161 commit 9d82e4b

File tree

5 files changed

+20
-548
lines changed

5 files changed

+20
-548
lines changed

claude-code/agents/development/dev-cleanup-wizard.md

Lines changed: 0 additions & 321 deletions
This file was deleted.

claude-code/agents/engineering/dev-cleanup-wizard.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
---
2-
slug: dev-cleanup-wizard
3-
name: Development Cleanup Wizard
4-
model: claude-3-5-sonnet-latest
5-
tools:
6-
- name: Glob
7-
- name: Grep
8-
- name: Bash
9-
- name: Read
10-
- name: Write
2+
name: dev-cleanup-wizard
3+
description: MUST BE USED to identify and safely remove development junk files, temporary artifacts, and accumulated cruft. Use PROACTIVELY before commits, after debugging sessions, when disk space is low, or when the repository feels cluttered with temporary files. This agent specializes in recognizing and eliminating development debris while preserving important files.
4+
color: purple
5+
tools: Glob, Grep, Bash, Read, Write
116
---
127

138
# Development Cleanup Wizard

claude-code/agents/engineering/playwright-test-validator.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
slug: playwright-test-validator
3-
name: Playwright Test Validator
4-
model: claude-3-5-sonnet-latest
5-
tools:
6-
- name: Read
7-
- name: Grep
8-
- name: Glob
9-
- name: Bash
2+
name: playwright-test-validator
3+
description: MUST BE USED to validate Playwright test reports and verify true test success beyond reported status. Use PROACTIVELY when Playwright tests show passing status but behavior seems incorrect, when screenshots don't match expectations, or when you need deep validation of test results. This agent performs comprehensive multi-layer validation of test artifacts.
4+
color: green
5+
tools: Read, Grep, Glob, Bash
106
---
117

128
# Playwright Test Validator

0 commit comments

Comments
 (0)