From 709e5554308e4cc16cd8952c030ee6758e92dcbe Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 20:41:16 +0000 Subject: [PATCH] Issue #535: Complete plugin-structure.instructions.md migration Add missing frontmatter fields (title, category) to ensure full validation compliance. The file was migrated from .github/instructions/ to instructions/ folder following CLAUDE.md guidelines for portable reusable assets. All cross-references have been updated. Closes #535 https://claude.ai/code/session_016NcEdvkmrV1EbFNozPGeGX --- instructions/plugin-structure.instructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instructions/plugin-structure.instructions.md b/instructions/plugin-structure.instructions.md index 85abe81625..adf91d840d 100644 --- a/instructions/plugin-structure.instructions.md +++ b/instructions/plugin-structure.instructions.md @@ -1,5 +1,7 @@ --- +title: "WordPress Plugin Structure" description: "WordPress block plugin structure conventions for all LightSpeed plugins: directory layout, block.json, asset enqueueing, security, and i18n." +category: "Documentation" applyTo: "**" file_type: "instructions" version: "v1.0"