Migration Issue
Move plugin-structure.instructions.md from .github/instructions/ to top-level instructions/ folder per CLAUDE.md reusable asset guidelines.
Rationale
Per CLAUDE.md file organisation rules:
Do not place reusable assets under .github/—use the matching top-level folder instead.
plugin-structure.instructions.md is a reusable WordPress plugin structure guide that should live in the top-level instructions/ folder, not .github/instructions/.
Migration Details
Source Path
- Current:
.github/instructions/plugin-structure.instructions.md
- Target:
instructions/plugin-structure.instructions.md
Files to Update (References)
Need to audit and update all references to the old path:
grep -r "plugin-structure.instructions.md" .github --include="*.md" --include="*.yml"
Validation Plan
- ✅ Move file from
.github/instructions/plugin-structure.instructions.md to instructions/plugin-structure.instructions.md
- ✅ Search for all references to old path:
- Update cross-references in documentation
- Update links in
.github/instructions/file-organisation.instructions.md (if present)
- Update MIGRATION_GUIDE.md if mentioned
- Update agent specs that reference the file (e.g., plugin-related agents)
- ✅ Verify no broken links
- ✅ Lint migrated file (validate frontmatter, Markdown syntax)
- ✅ Create pull request with migration
References
- CLAUDE.md § Repository Boundaries (file organisation rules)
- MIGRATION_GUIDE.md (instruction consolidation patterns)
- Related:
.github/instructions/file-organisation.instructions.md
Acceptance Criteria
Status
Ready for migration.
Migration Issue
Move
plugin-structure.instructions.mdfrom.github/instructions/to top-levelinstructions/folder per CLAUDE.md reusable asset guidelines.Rationale
Per CLAUDE.md file organisation rules:
plugin-structure.instructions.mdis a reusable WordPress plugin structure guide that should live in the top-levelinstructions/folder, not.github/instructions/.Migration Details
Source Path
.github/instructions/plugin-structure.instructions.mdinstructions/plugin-structure.instructions.mdFiles to Update (References)
Need to audit and update all references to the old path:
Validation Plan
.github/instructions/plugin-structure.instructions.mdtoinstructions/plugin-structure.instructions.md.github/instructions/file-organisation.instructions.md(if present)References
.github/instructions/file-organisation.instructions.mdAcceptance Criteria
instructions/plugin-structure.instructions.mdStatus
Ready for migration.