Skip to content

Commit ecdebb6

Browse files
committed
Update agent creation doc
1 parent 01615af commit ecdebb6

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.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: "Block Theme Accessibility Expert — WCAG-aligned guidance and actionable checks for WordPress block themes"
3-
title: "Block Theme Accessibility Expert"
3+
name: "Block Theme Accessibility Expert"
44
model: GPT-4.1
55
tools: ["vscode", "execute/testFailure", "execute/getTerminalOutput", "execute/runTask", "execute/getTaskOutput", "execute/createAndRunTask", "execute/runInTerminal", "execute/runTests", "read/problems", "read/readFile", "read/terminalSelection", "read/terminalLastCommand", "edit/editFiles", "search", "web"]
66
---

.github/agents/agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Agent Index
3-
description: Complete reference for automation agents
4-
date: 2025-12-08
2+
name: "Block Theme Scaffold Agent Index"
3+
description: "Complete reference for automation agents"
4+
date: "2025-12-08"
55
---
66

77
# Agent Index

.github/agents/block-theme-build.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Block Theme Build Agent Spec"
2+
name: "Block Theme Build Agent Spec"
33
description: "Specification for the build, lint, and test automation agent for block themes"
44
category: "Agent"
55
type: "Agent Specification"

.github/agents/gemini.agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Gemini Agent Specification
2+
name: "Gemini Agent Specification"
33
description: Documentation for the Gemini Master Control Program (MCP) agent
44
category: Project
55
type: Reference

.github/agents/template.agent.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Template: Agent Specification"
2+
name: "Template: Agent Specification"
33
description: "Reusable LightSpeedWP agent spec template covering role, behaviours, tooling, schemas, safety, and validation for block-theme-scaffold."
44
version: "v1.1"
55
last_updated: "2025-12-11"
@@ -57,14 +57,14 @@ metadata:
5757

5858
# Repository Mapping
5959

60-
| Area | Path/ID placeholder | Notes |
61-
| -------- | -------------------------------------------- | ----------------------------------------- |
62-
| Spec | `.github/agents/{{agent_slug}}.agent.md` | This file |
63-
| Prompt | `.github/prompts/{{agent_slug}}.prompt.md` | Input patterns, required variables |
64-
| Script | `scripts/{{agent_slug}}.agent.js` | Implementation/entrypoint |
65-
| Tests | `tests/agents/{{agent_slug}}.agent.test.js` | Validation suite (unit/integration) |
66-
| Workflow | `.github/workflows/{{agent_workflow}}.yml` | CI trigger for build/lint/e2e |
67-
| Reports | `.github/reports/agents/{{date}}-{{slug}}.*` | Logs/outputs written by the agent |
60+
| Area | Path/ID placeholder | Notes |
61+
| -------- | -------------------------------------------- | ----------------------------------- |
62+
| Spec | `.github/agents/{{agent_slug}}.agent.md` | This file |
63+
| Prompt | `.github/prompts/{{agent_slug}}.prompt.md` | Input patterns, required variables |
64+
| Script | `scripts/{{agent_slug}}.agent.js` | Implementation/entrypoint |
65+
| Tests | `tests/agents/{{agent_slug}}.agent.test.js` | Validation suite (unit/integration) |
66+
| Workflow | `.github/workflows/{{agent_workflow}}.yml` | CI trigger for build/lint/e2e |
67+
| Reports | `.github/reports/agents/{{date}}-{{slug}}.*` | Logs/outputs written by the agent |
6868

6969
# 1. Role & Scope
7070

0 commit comments

Comments
 (0)