From c5f2a1cde88795088f6dcf8c630a7af1cb949fd2 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 20:46:48 +0000 Subject: [PATCH 1/2] Issue #535: Add missing title and category frontmatter fields - Add title: 'WordPress Plugin Structure' to frontmatter - Add category: 'Documentation' to frontmatter - Update last_updated to 2026-05-28 - Bump version from v1.0 to v1.1 https://claude.ai/code/session_016wfe4RRq6fm14DSZ6ZFGub --- instructions/plugin-structure.instructions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/instructions/plugin-structure.instructions.md b/instructions/plugin-structure.instructions.md index 85abe816..a354ef7f 100644 --- a/instructions/plugin-structure.instructions.md +++ b/instructions/plugin-structure.instructions.md @@ -1,9 +1,11 @@ --- +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" -last_updated: "2026-05-20" +version: "v1.1" +last_updated: "2026-05-28" owners: ["LightSpeed Team"] tags: ["wordpress", "plugin", "blocks", "block-json", "structure", "php", "i18n"] domain: "plugin-hardening" From e886e5e6a5f0fe7e9c99cddbd81c93ed33adb5ba Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 20:48:35 +0000 Subject: [PATCH 2/2] docs(changelog): document Issue #535 plugin-structure frontmatter fix https://claude.ai/code/session_016wfe4RRq6fm14DSZ6ZFGub --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dbfb92..432cdf21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ title: "Changelog" description: "All notable changes to this project, formatted per Keep a Changelog 1.1.0 and Semantic Versioning" file_type: "documentation" category: "Governance" -version: "1.0.0" +version: "1.0.1" last_updated: "2026-05-28" owners: ["Engineering Team"] tags: ["changelog", "versioning", "releases", "governance"] @@ -39,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CI/CD integration patterns and metric collection - Foundation for long-term automation roadmap (Waves 5-7) ([#536](https://github.com/lightspeedwp/.github/pull/536)) +### Fixed + +- **Plugin Structure Instructions Frontmatter** — Added missing `title` and `category` fields to `instructions/plugin-structure.instructions.md` to meet frontmatter schema requirements ([#535](https://github.com/lightspeedwp/.github/pull/547)) + ### Changed - **Release Agent Integration** — Updated `agents/release.agent.md` (v2.2 → v2.3) with post-release `readme-update.yml` invocation: