Skip to content

Commit 32485fe

Browse files
committed
Update agents files
1 parent 151cdd7 commit 32485fe

File tree

8 files changed

+1353
-525
lines changed

8 files changed

+1353
-525
lines changed

.github/agents/release-scaffold.agent.md

Lines changed: 404 additions & 0 deletions
Large diffs are not rendered by default.

.github/agents/release.agent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ status: "active"
1212
visibility: "public"
1313
tags: ["release", "automation", "validation", "wordpress", "block-theme"]
1414
owners: ["lightspeedwp/maintainers"]
15+
tools: ['search', 'edit', 'fetch']
16+
references:
17+
- "../../AGENTS.md"
18+
- "../instructions/agent-spec.instructions.md"
19+
- "../instructions/coding-standards.instructions.md"
1520
metadata:
1621
guardrails: "Never skip validation steps. Always verify before making changes. Abort if critical checks fail. Log all actions for audit."
1722
---

.github/agents/reporting.agent.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Reporting Agent
23
description: "AI agent for generating, organising, and managing reports in the .github/reports/ directory"
34
target: github-copilot
@@ -10,13 +11,7 @@ category: reporting
1011
status: active
1112
visibility: public
1213
tags: ["reporting", "documentation", "analysis", "performance", "audit", "migration"]
13-
tools:
14-
- semantic_search
15-
- read_file
16-
- grep_search
17-
- file_search
18-
- run_in_terminal
19-
- create_file
14+
tools: ["semantic_search", "file_operations", "read_file", "write_file", "list_files", "delete_file", "create_directory", "web/fetch", "grep_search", "file_search", "run_in_terminal", "create_file"]
2015
---
2116

2217
# Reporting Agent

0 commit comments

Comments
 (0)