Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
89be734
fix: add substantive content to stub files and deduplicate footer blocks
claude May 29, 2026
464fee8
fix: update issue and PR templates with proper frontmatter
claude May 29, 2026
d5aa6ed
fix: correct frontmatter fields for issue and PR templates
claude May 29, 2026
a7ac812
Remove references field from all saved replies (CLAUDE.md compliance)
claude May 29, 2026
80b9f47
Add file_type field to all saved replies
claude May 29, 2026
a04219b
Fix file_type field in agents, instructions, and projects files
claude May 29, 2026
e85e791
Fix stability field values and file_type for agents/instructions
claude May 29, 2026
d61ad32
Fix stability values (draft->experimental)
claude May 29, 2026
145dbd3
Add file_type field and remove references from remaining files
claude May 29, 2026
b82887e
Fix Mergify configuration - correct dependabot author reference
claude May 29, 2026
2790075
Add file_type and description fields to project issue specification f…
claude May 29, 2026
5e4864f
Fix status and file_type values in project and report files
claude May 29, 2026
e029a8f
Fix remaining frontmatter validation errors
claude May 29, 2026
f6b8777
Fix prompt mode enum validation error
claude May 29, 2026
61687c5
Fix malformed frontmatter: remove duplicate description lines and fix…
claude May 29, 2026
2d0c949
Add missing title and name fields to agent files, remove references f…
claude May 29, 2026
86002a2
Add file_type and title fields to additional documentation files
claude May 29, 2026
859adbc
Fix invalid domain enum values in agent and project files
claude May 29, 2026
78ee1d1
Add missing name field to agent template and fix frontmatter in READM…
claude May 29, 2026
1da967a
Fix remaining frontmatter validation errors: correct file_type values…
claude May 29, 2026
2e01390
Update metadata (last_updated and version) for files modified by lint…
claude May 29, 2026
bc953fa
Fix: Remove duplicate footer from scripts/README.md
claude May 29, 2026
5d73ad2
Fix: Correct broken link in scripts/README.md
claude May 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/01-task.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
file_type: "issue-template"
name: "📝 Task"
about: "Propose a well-scoped unit of work: template tweaks, config updates, copy edits, etc."
title: "[Task] <Short summary>"
labels: [status:needs-triage, priority:normal, area:core]
assignees: []
projects: []
milestone: ""
file_type: task
description: "Propose a well-scoped unit of work: template tweaks, config updates, copy edits, etc."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Task Summary
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/02-bug.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🐛 Bug report"
about: Report a bug to help us improve this WordPress project
title: "[Bug] <Short description>"
labels: [status:needs-triage, priority:normal, area:core]
description: "Report a bug to help us improve this WordPress project"
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/03-feature.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🚀 Feature"
about: "Propose a net-new capability, enhancement, or workflow improvement."
title: "[Feature] <Short summary>"
labels: [status:needs-triage, priority:normal, area:core]
description: "Propose a net-new capability, enhancement, or workflow improvement."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/04-design.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
file_type: "issue-template"
name: "🎨 Design"
about: "Propose, review, or discuss design artefacts, tokens, accessibility, or UI/UX specifications"
title: "[Design] <Brief summary>"
labels: [status:needs-design-review, priority:normal, area:design-system]
assignees: []
projects: []
milestone: ""
file_type: design
description: "Propose, review, or discuss design artefacts, tokens, accessibility, or UI/UX specifications"
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/05-epic.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "📦 Epic"
about: "Propose/manage a large, multi-part initiative or project grouping stories/features/tasks"
title: "[Epic] <Brief summary>"
labels: [status:needs-planning, priority:important, area:core]
description: "Propose/manage a large, multi-part initiative or project grouping stories/features/tasks"
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/06-story.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "📑 Story"
about: "Propose a user-centric story as part of an Epic or milestone."
title: "[Story] <Brief summary>"
labels: [status:needs-triage, priority:normal, area:core]
description: "Propose a user-centric story as part of an Epic or milestone."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
17 changes: 5 additions & 12 deletions .github/ISSUE_TEMPLATE/07-improvement.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
---
file_type: "issue-template"
name: "🔧 Improvement"
about: "Propose enhancements, polish, or usability improvements."
title: "[Improvement] <Short summary>"
labels: [status:needs-triage, priority:normal, area:core]
assignees: []
projects: []
milestone: ""
file_type: improve
references:
- ../../CONTRIBUTING.md
- .github/labeler.yml
- .github/labels.yml
- .github/issue-types.yml
description: "Propose enhancements, polish, or usability improvements."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/07-user-experience-feedback.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "💡 User Experience Feedback"
about: Share feedback on the usability and interface design of this WordPress project
title: "[UX] <Short summary>"
labels: [status:needs-triage, priority:normal, area:core]
description: "Share feedback on the usability and interface design of this WordPress project"
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Describe your experience
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/08-code-refactor.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "♻️ Code Refactor"
about: "Request or propose a code refactoring or review to improve code quality, maintainability, and consistency."
title: "[Refactor] <Short summary>"
labels: [status:needs-review, priority:normal, area:core]
description: "Request or propose a code refactoring or review to improve code quality, maintainability, and consistency."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/09-build-ci.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "⚙️ Build & CI"
about: "Propose changes, fixes, or improvements to build tools, CI/CD pipelines, or automation."
title: "[Build/CI] <Short summary>"
labels: [status:needs-triage, area:ci]
description: "Propose changes, fixes, or improvements to build tools, CI/CD pipelines, or automation."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Build/CI Summary
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/10-automation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🤖 Automation"
about: "Propose, fix, or improve automation (actions, scripts, bots)."
title: "[Automation] <Short summary>"
labels: [status:needs-triage, area:automation]
description: "Propose, fix, or improve automation (actions, scripts, bots)."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Automation Summary
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/11-testing-coverage.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🧪 Test Coverage"
about: "Propose, add, or expand tests (unit, integration, E2E)."
title: "[Test Coverage] <Short summary>"
labels: [status:needs-triage, priority:normal, area:testing]
description: "Propose, add, or expand tests (unit, integration, E2E)."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/12-performance.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "⚡ Performance"
about: "Report performance-related issues (speed, efficiency, resource usage) or propose optimizations."
title: "[Performance] <Short summary>"
labels: [status:needs-triage, priority:normal, area:performance]
description: "Report performance-related issues (speed, efficiency, resource usage) or propose optimizations."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/13-a11y.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "♿ Accessibility (A11y)"
about: "Report or propose accessibility improvements, audits, or issues (WCAG, usability, devices)."
title: "[A11y] <Brief summary>"
labels: [status:needs-triage, priority:important, area:a11y]
description: "Report or propose accessibility improvements, audits, or issues (WCAG, usability, devices)."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## A11y Summary
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/14-security.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🔐 Security"
about: "Report vulnerabilities, security improvements, or compliance requirements."
title: "[Security] <Brief summary>"
labels: [status:needs-triage, priority:critical, area:security]
description: "Report vulnerabilities, security improvements, or compliance requirements."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/15-compatibility.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🧩 Compatibility"
about: "Track browser/device/WordPress/plugin compatibility issues."
title: "[Compatibility] <Brief summary>"
labels: [status:needs-testing, area:compatibility]
description: "Track browser/device/WordPress/plugin compatibility issues."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/16-integration-issue.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🔗 Integration"
about: "Report or propose integration with external plugins, services, or APIs."
title: "[Integration] <Short summary>"
labels: [status:needs-triage, priority:normal, area:integration]
description: "Report or propose integration with external plugins, services, or APIs."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/17-release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🚀 Release"
about: "Propose or track release management, versioning, or deployment tasks."
title: "[Release] <Brief summary>"
labels: [status:needs-triage, area:release]
description: "Propose or track release management, versioning, or deployment tasks."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Release Summary
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/18-maintenance.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🧹 Maintenance"
about: "Propose routine hygiene, dependency bumps, CI updates, or other maintenance tasks"
title: "[Maintenance] <Brief summary of the maintenance or chore>"
labels: [status:needs-triage, area:maintenance]
description: "Propose routine hygiene, dependency bumps, CI updates, or other maintenance tasks"
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Maintenance / Chore Summary
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/19-documentation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "📚 Documentation"
about: "Request new documentation or propose updates/clarifications to existing docs."
title: "[Documentation] <Brief summary>"
labels: [status:needs-triage, priority:normal, area:documentation]
description: "Request new documentation or propose updates/clarifications to existing docs."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/20-research.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
file_type: "issue-template"
name: "🔍 Research"
about: "Propose or document technical research, investigation, or exploratory work."
title: "[Research] <Brief summary>"
labels: [status:needs-review, priority:minor, area:core]
description: "Propose or document technical research, investigation, or exploratory work."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Research Goal
Expand Down
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/21-audit.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: "🛡️ Audit"
about: "Propose, conduct, or document a security, accessibility, code, or process audit."
file_type: "issue-template"
description: "Issue template for requesting or documenting security, accessibility, code, or process audits."
owners: ["LightSpeed Team"]
tags: ["issue-template", "audit", "governance"]
title: "[Audit] <Brief summary>"
labels: [status:needs-audit, priority:normal, area:security]
name: "🛡️ Audit"
description: "Propose, conduct, or document a security, accessibility, code, or process audit."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

<!--
Expand Down
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/22-code-review.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: "👀 Code Review"
about: "Request or conduct code review, peer validation, or QA."
file_type: "issue-template"
description: "Issue template for requesting code review, peer validation, and QA checks."
owners: ["LightSpeed Team"]
tags: ["issue-template", "code-review", "qa"]
title: "[Review] <Brief summary>"
labels: [status:needs-review, area:core]
name: "👀 Code Review"
description: "Request or conduct code review, peer validation, or QA."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Review Summary
Expand Down
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/23-ai-ops.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: "🧠 AI Ops"
about: "Propose, discuss, or troubleshoot AI/ML operations, workflows, or automation."
file_type: "issue-template"
description: "Issue template for AI/ML operations, workflows, and automation improvements."
owners: ["LightSpeed Team"]
tags: ["issue-template", "ai", "automation"]
title: "[AI Ops] <Brief summary>"
labels: [status:needs-triage, area:ai]
name: "🧠 AI Ops"
description: "Propose, discuss, or troubleshoot AI/ML operations, workflows, or automation."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## AI Ops Summary
Expand Down
12 changes: 5 additions & 7 deletions .github/ISSUE_TEMPLATE/24-content-modelling.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: "📖 Content Modelling"
about: "Propose, update, or discuss content structure, CPTs, or taxonomy."
file_type: "issue-template"
description: "Issue template for proposing or updating content models, CPTs, and taxonomies."
owners: ["LightSpeed Team"]
tags: ["issue-template", "content", "taxonomy"]
title: "[Content Modelling] <Brief summary>"
labels: [status:needs-triage, area:content]
name: "📖 Content Modelling"
description: "Propose, update, or discuss content structure, CPTs, or taxonomy."
version: "1.0.0"
last_updated: "2026-05-29"
category: "github-templates"
---

## Content Modelling Summary
Expand Down
Loading
Loading