Skip to content

Commit 1db44d0

Browse files
committed
Delete more references
1 parent be47a93 commit 1db44d0

File tree

8 files changed

+2
-49
lines changed

8 files changed

+2
-49
lines changed

.github/agents/development-assistant.agent.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,6 @@ Focus on Playwright, Jest, PHPUnit, and accessibility testing.
130130
- "Help me style the navigation menu"
131131
- "Add animation to the hero section"
132132

133-
## Related Files
134-
135-
- [Custom Instructions](../custom-instructions.md)
136-
- [Prompts](../prompts/prompts.md)
137-
- [Agent Index](./agent.md)
138-
- [Block Theme Build Agent](./block-theme-build.agent.md)
139-
140133
---
141134

142135
I'm here to help you create an amazing WordPress block theme! 🚀

.github/agents/gemini.agent.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ date: 2025-12-01
1111

1212
This document specifies the Gemini Master Control Program (MCP) agent. This agent acts as a primary interface for leveraging Google's Gemini models for advanced code generation, refactoring, and other development tasks within this repository.
1313

14-
**Related Files:**
15-
16-
- [Agent Script](../../scripts/gemini.agent.js)
17-
- [Custom AI Instructions](../custom-instructions.md)
18-
- [Main Agent Index](./agent.md)
19-
2014
---
2115

2216
## Agent: Gemini MCP

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,3 @@ If validation fails, I'll explain the issue and ask for a corrected value:
251251
> Would you like to use this suggestion?
252252
253253
---
254-
255-
## Related Files
256-
257-
- [Generate Theme Script](../../scripts/generate-theme.js)
258-
- [Generate Theme Prompt](../prompts/generate-theme.prompt.md)
259-
- [Generate Theme Instructions](../instructions/generate-theme.instructions.md)
260-
- [Configuration Schema](../schemas/theme-config.schema.json)
261-
- [Configuration Template](../../theme-config.template.json)
262-
- [Development Assistant](./development-assistant.agent.md)
263-
- [Block Theme Build Agent](./block-theme-build.agent.md)
264-
- [Theme JSON Instructions](../instructions/theme-json.instructions.md)
265-
- [PHP Coding Standards](../instructions/php-wordpress.instructions.md)

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,3 @@ Next Steps:
147147
3. Re-run dry-run validation
148148
4. Follow docs/RELEASE_PROCESS_SCAFFOLD.md
149149
```
150-
151-
## Related Files
152-
153-
- `docs/RELEASE_PROCESS_SCAFFOLD.md` – scaffold-specific release guide
154-
- `docs/GENERATE_THEME.md` – mustache variable reference (must stay templated)
155-
- `.github/prompts/release-scaffold.prompt.md` – interactive scaffold release prompt
156-
- `.github/instructions/release-scaffold.instructions.md` – companion instructions
157-
- `.github/agents/release.agent.md` – templated agent kept for generated themes

.github/agents/task-researcher.agent.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ file_type: "agent"
1313
category: "research"
1414
visibility: "public"
1515
tools: ["vscode/getProjectSetupInfo", "vscode/installExtension", "vscode/newWorkspace", "vscode/runCommand", "vscode/vscodeAPI", "vscode/extensions", "execute/getTerminalOutput", "execute/runInTerminal", "read/problems", "read/readFile", "read/terminalSelection", "read/terminalLastCommand", "edit/editFiles", "search", "web/fetch"]
16-
references:
17-
- "AGENTS.md"
18-
- ".github/agents/agent.md"
19-
- ".github/instructions/agent-spec.instructions.md"
20-
- ".github/custom-instructions.md"
21-
- ".github/prompts/prompts.md"
22-
- ".github/workflows/block-theme-build-and-e2e.yml"
2316
metadata:
2417
guardrails: |
2518
- Never invent information; base all findings on repository files, official WordPress/Gutenberg documentation, or other cited sources.

.github/agents/template.agent.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ status: "draft"
99
apply_to: [".github/agents/*.agent.md"]
1010
file_type: "template"
1111
tools: ["Copilot Agents"]
12-
references:
13-
- "AGENTS.md"
14-
- ".github/agents/agent.md"
15-
- ".github/instructions/agent-spec.instructions.md"
16-
- ".github/instructions/copilot-ai-agent.instructions.md"
17-
- ".github/instructions/block-theme-development.instructions.md"
18-
- ".github/workflows/block-theme-build-and-e2e.yml"
1912
metadata:
2013
guardrails: "Agents must never perform destructive or irreversible actions without explicit confirmation."
2114
---

.github/instructions/a11y.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
---
12
description: "Comprehensive accessibility standards for WordPress block theme development"
23
applyTo: "\*\*"
34
version: "3.0"
45
lastUpdated: "2025-12-07"
56
owners: ["LightSpeedWP Team"]
67
tags: ["accessibility", "a11y", "wcag", "wordpress", "block-theme"]
78
license: "GPL-3.0"
8-
99
---
1010

1111
# Accessibility Standards for WordPress Block Themes

.github/instructions/copilot-ai-agent.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,4 +599,4 @@ npm run lint -- --verbose
599599

600600
- Run `npm run lint`, `npm run test`, `npm audit`, and `npm run coverage` when applicable.
601601
- Ensure reports and logs are stored under `logs/` and `.github/reports/` with ISO-dated filenames.
602-
- Verify naming and folder usage against `naming-conventions.instructions.md` and `FOLDER_STRUCTURE.md`.
602+
- Verify naming and folder usage against `naming-conventions.instructions.md`.

0 commit comments

Comments
 (0)