Skip to content

Commit d702e15

Browse files
committed
Delete references
1 parent a62b8d0 commit d702e15

23 files changed

Lines changed: 0 additions & 161 deletions

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,3 @@ You can use these shortcuts to get help quickly:
106106
| `help build` | Ask about the Webpack build process. |
107107

108108
---
109-
110-
## Context & Related Files
111-
112-
- **Primary Instructions**: `/.github/custom-instructions.md`
113-
- **Agent Overview**: `/docs/AGENTS-OVERVIEW.md`
114-
- **Plugin Generator**: `/scripts/generate-plugin.js`
115-
116-
I'm ready to assist you. What are we working on today?

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,3 @@ logs/generate-plugin-{{slug}}.log
574574
- Manual cleanup recommended for old projects
575575

576576
---
577-
578-
## Related Files
579-
580-
- [Generate Plugin Prompt](../prompts/generate-plugin.prompt.md) - Interactive generation workflow

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ status: "active"
1212
visibility: "public"
1313
tags: ["release", "automation", "validation", "wordpress", "plugin-scaffold", "mustache-preservation"]
1414
owners: ["lightspeedwp/maintainers"]
15-
references:
16-
- path: "docs/RELEASE_PROCESS.md"
17-
description: "Complete release guide"
18-
- path: "docs/GOVERNANCE.md"
19-
description: "Project policies"
20-
- path: "agents/reporting.agent.md"
21-
description: "Reporting Agent spec for readiness reports"
2215
metadata:
2316
guardrails: "Never skip validation steps. Never modify mustache variables. Always verify mustache variables are preserved. Abort if critical checks fail. Log all actions for audit."
2417
---
@@ -444,14 +437,6 @@ When adding new validation steps:
444437
| ------- | ---------- | ----------------------------------- |
445438
| v1.0 | 2025-12-15 | Initial release agent specification for block theme scaffold |
446439

447-
## Related Files
448-
449-
- [RELEASE_PROCESS.md](../../docs/RELEASE_PROCESS.md) - Complete release guide
450-
- [GOVERNANCE.md](../../docs/GOVERNANCE.md) - Project policies
451-
- [VALIDATION.md](../../docs/VALIDATION.md) - Validation standards
452-
- [reporting.agent.md](./reporting.agent.md) - Reporting Agent spec for readiness reports
453-
- [reporting.prompt.md](../prompts/reporting.prompt.md) - Reporting Agent prompt template
454-
455440
## Implementation Script
456441

457442
See: `scripts/release.agent.js` for the executable implementation of this agent.

.github/agents/release.agent.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ status: "active"
1212
visibility: "public"
1313
tags: ["release", "automation", "validation", "wordpress", "block-theme"]
1414
owners: ["lightspeedwp/maintainers"]
15-
references:
16-
- path: "docs/RELEASE_PROCESS.md"
17-
description: "Complete release guide"
18-
- path: "docs/GOVERNANCE.md"
19-
description: "Project policies"
20-
- path: "agents/reporting.agent.md"
21-
description: "Reporting Agent spec for readiness reports"
2215
metadata:
2316
guardrails: "Never skip validation steps. Always verify before making changes. Abort if critical checks fail. Log all actions for audit."
2417
---

.github/instructions/agent-spec.instructions.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,3 @@ Use this checklist before merging a new or updated agent spec:
6767
- [ ] **Testing** – Includes at least one normal task, one edge case, and one failure case.
6868
- [ ] **Observability** – Logging and audit expectations are stated.
6969
- [ ] **Changelog & metadata** – Version, `last_updated`, owners, and status fields are current; changelog updated.
70-
71-
## References
72-
73-
- AGENTS.md
74-
- .github/agents/template.agent.md
75-
- .github/instructions/instructions.instructions.md
76-
- .github/instructions/coding-standards.instructions.md
77-
- SECURITY.md

.github/instructions/block-json.instructions.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,3 @@ echo esc_url( $url );
436436
- Run `npm run lint` to catch JSON and JS/TS issues referenced by the block.
437437
- Run `npm test` (or targeted block tests) after schema or attribute changes.
438438
- Build assets with `npm run build` to ensure referenced file handles are produced.
439-
440-
## References
441-
442-
- [WordPress Block Editor Handbook](https://developer.wordpress.org/block-editor/)
443-
- [block.json Schema](https://schemas.wp.org/trunk/block.json)
444-
- [Block Supports Reference](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-supports/)
445-
- [Block Attributes Reference](https://developer.wordpress.org/block-editor/reference-guides/block-api/block-attributes/)
446-
- wpcs-accessibility.instructions.md

.github/instructions/blocks-development.instructions.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,6 @@ owners: ["LightSpeedWP Team"]
99
tags: ["wordpress", "blocks", "gutenberg", "plugin", "development", "react"]
1010
domain: "wp-core"
1111
stability: "stable"
12-
references:
13-
- path: "./block-json.instructions.md"
14-
description: "Detailed block.json configuration reference"
15-
- path: "./patterns-and-templates.instructions.md"
16-
description: "Block pattern and template development"
17-
- path: "./wpcs-php.instructions.md"
18-
description: "WordPress PHP coding standards"
19-
- path: "./wpcs-javascript.instructions.md"
20-
description: "WordPress JavaScript coding standards"
21-
- path: "./javascript-react-development.instructions.md"
22-
description: "React development patterns for blocks"
23-
- path: "./wpcs-accessibility.instructions.md"
24-
description: "Accessibility standards (WCAG 2.2 AA)"
2512
---
2613

2714
> ⚠️ **Scope Notice**: These instructions are intended for **WordPress block plugin repositories** within the `lightspeedwp` GitHub organisation. They should **not** be applied to the `lightspeedwp/.github` community health repository, as that repository does not contain WordPress plugin code.
@@ -818,5 +805,3 @@ import { useState, useEffect, useCallback, useMemo } from '@wordpress/element';
818805
- For dynamic blocks, hit render endpoints or E2E tests to confirm server output.
819806

820807
---
821-
822-
**For the latest and any additional instructions, always check all files in `.github/instructions/`.**

.github/instructions/folder-structure.instructions.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -553,14 +553,6 @@ npm run plugin-zip
553553
unzip -l *.zip | grep -E "src/|tests/|docs/" # Should be empty
554554
```
555555

556-
## References
557-
558-
- **[ARCHITECTURE.md](../../docs/ARCHITECTURE.md)** - Complete repository architecture
559-
- **[logs/README.md](../../logs/README.md)** - Logging documentation
560-
- **[tmp/README.md](../../tmp/README.md)** - Temporary files guide
561-
- **[reports/README.md](../../reports/README.md)** - Reports documentation
562-
- **[generate-plugin.instructions.md](./generate-plugin.instructions.md)** - Mustache template rules
563-
564556
## Summary
565557

566558
**Designated Places** - Every file type has a specific location

.github/instructions/generate-plugin.instructions.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
name: Plugin Generator Instructions
33
description: Rules and standards for using mustache template values in scaffold plugin generation
44
applyTo: '**'
5-
references:
6-
- path: "docs/GENERATE-PLUGIN.md"
7-
description: "Complete generation workflow"
8-
- path: "agents/generate-plugin.agent.md"
9-
description: "Agent specification"
10-
- path: "scf-fields.instructions.md"
11-
description: "Field types and usage"
125
---
136

147
# Plugin Generator Instructions
@@ -602,13 +595,6 @@ All plugin generation operations are logged to per-project JSON log files:
602595
- **Location**: All logs stored in `logs/` directory (git-ignored)
603596
- **Cleanup**: Manual cleanup recommended for completed projects
604597

605-
## References
606-
607-
- [Plugin Generation Guide](../../docs/GENERATE-PLUGIN.md) - Complete generation workflow
608-
- [Plugin Generator Agent](../agents/generate-plugin.agent.md) - Agent specification
609-
- [SCF Fields Reference](scf-fields.instructions.md) - Field types and usage
610-
- [AGENTS.md](../../AGENTS.md) - Global agent rules and coding standards
611-
612598
## Changelog
613599

614600
- **2025-12-12**: Added per-project JSON logging system

.github/instructions/i18n.instructions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,3 @@ Avoid concatenation such as `__( 'Booking confirmed for ', 'text-domain' ) . $to
5353
- Run `npm run lint` and `composer lint` to catch missing text domains where rules exist.
5454
- Search for bare strings using `rg \"'\" src inc | rg -v __` when in doubt.
5555
- Verify `.pot` generation (via `wp i18n make-pot` or build scripts) after adding strings.
56-
57-
## References
58-
59-
- docs/INTERNATIONALIZATION.md
60-
- wpcs-php.instructions.md
61-
- wpcs-javascript.instructions.md
62-
- block-json.instructions.md

0 commit comments

Comments
 (0)