Skip to content

Commit 9011424

Browse files
committed
Update agents files
1 parent 745541f commit 9011424

File tree

8 files changed

+723
-105
lines changed

8 files changed

+723
-105
lines changed

.github/agents/README.md

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

.github/agents/a11y.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: 'Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, testing and WordPress A11y, block editor expertise'
3-
title: 'Accessibility Agent'
3+
name: 'Accessibility Agent'
44
model: GPT-4.1
55
tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI']
66
---

.github/agents/agent-script.js

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

.github/agents/generate-plugin.agent.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
---
2-
name: Multi-Block Plugin Scaffold Generator
2+
name: "Plugin Generator Agent"
33
description: Interactive agent that collects comprehensive requirements and generates a WordPress multi-block plugin with CPT, taxonomies, and SCF fields
4-
tools:
5-
- semantic_search
6-
- read_file
7-
- grep_search
8-
- file_search
9-
- run_in_terminal
10-
- create_file
11-
- update_file
12-
- delete_file
13-
- move_file
4+
tools: ["semantic_search", "read_file", "grep_search", "file_search", "run_in_terminal", "create_file", "update_file", "delete_file", "move_file"]
145
---
156

167
# Multi-Block Plugin Scaffold Generator

0 commit comments

Comments
 (0)