Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
da822c6
Wave 5.4 Discovery Audit: README & Mermaid Diagram Inventory
claude May 31, 2026
d0c69a2
Fix frontmatter validation for Wave 5.4 discovery audit report
claude May 31, 2026
efa9490
Remove invalid 'mode' field from documentation frontmatter
claude May 31, 2026
49c4f1e
Fix numerical inconsistencies in Wave 5.4 audit report
claude May 31, 2026
6d7a01a
Fix markdown linting errors - add blank lines around headings and lists
claude May 31, 2026
f26dbbb
Bump version for frontmatter freshness validation
claude May 31, 2026
031d6c6
Fix: Include 5 missing README files in Wave 5.4 discovery audit
claude May 31, 2026
2bc4dbb
feat(#668): Add Mermaid diagram syntax validation
claude May 31, 2026
e5f06eb
fix(#668): Improve Mermaid validation script based on code review
claude May 31, 2026
d727de2
fix(#668): Add frontmatter to mermaid-diagram-audit.md
claude May 31, 2026
da1f71d
fix(#668): Use correct file_type in frontmatter
claude May 31, 2026
e8f8a83
Issue #669: Add Mermaid accessibility compliance audit
claude May 31, 2026
564a6c3
Improve Mermaid validators: dynamic README discovery & frontmatter pr…
claude May 31, 2026
c415a94
fix(#669): Add missing accessibility attributes to Mermaid diagrams
claude May 31, 2026
2c293e4
Fix: Complete Mermaid accessibility compliance for Issue #669
claude May 31, 2026
6d1a6d4
docs: Regenerate Mermaid validation report with final 100% compliance
claude May 31, 2026
848adfe
fix: address CodeRabbit review comments on PR #696
claude May 31, 2026
5c6341b
fix: preserve literal __tests__ directory names in report paths
claude May 31, 2026
f0ba1dc
feat: implement Mermaid CLI-based syntax validation
claude May 31, 2026
612cde9
docs: Create Issue #670 implementation plan for README refresh
claude May 31, 2026
f7b7a0d
feat: add README link validation script for Issue #670
claude May 31, 2026
8f02630
Wave 5 Issue #670 Phase 2: Update scripts/ and tests/ README frontmat…
claude May 31, 2026
d68b453
Wave 5 Issue #670 Phase 2: Update remaining README files with proper …
claude May 31, 2026
32dc6b3
Fix: Remove deprecated auto_review section from CodeRabbit configuration
claude May 31, 2026
83d96fa
Fix: Remove duplicate footer blocks and fix documentation naming
claude May 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .coderabbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ reviews:
collapse_walkthrough: true
poem: false

# === Auto Review Settings ===
auto_review:
enabled: true
drafts: false
base_branches:
- "main"
- "develop"

# === Path Filters (Exclude from Review) ===
path_filters:
- "!build/**"
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ For advanced usage, see the [Issue Template Index](./ISSUE_TEMPLATE/README.md) a

```mermaid
flowchart TD
accTitle: "Issue template workflow and automation"
accDescr {
Shows how users create issues by selecting templates, with automatic field population, labeling, type assignment, and project board assignment triggered by agent processing.
}
A[User Creates Issue] --> B{Select Template}
B -->|Bug Report| C[Bug Template]
B -->|Feature Request| D[Feature Template]
Expand Down Expand Up @@ -110,6 +114,3 @@ These templates integrate with:

*Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team*
[Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile)

*Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team*
[Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile)
6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,3 @@ These templates integrate with:

*Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team*
[Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile)

*Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team*
[Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile)

*Maintained with ❤️ by the 🚀 LightSpeedWP Automation Team*
[Org Profile](https://github.com/lightspeedwp/.github/tree/main/profile)
19 changes: 16 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ This repository's `.github` folder serves as the **single source of truth** for

```mermaid
flowchart TB
accTitle: GitHub template ecosystem architecture
accDescr {
The .github repository hub at the center distributes six key asset categories (Community Health Files, Issue Templates, PR Templates, AI Instructions, Automation Rules, Workflows) to six template categories (Bug Reports, Feature Requests, Documentation, Architecture, Security, Testing), which feed into three automation components (Auto-Labeling, Project Sync, Quality Gates) that synchronise to member repositories across the organization.
}
subgraph "🏛️ .github Repository Hub"
A[🏠 Community Health Files]
B[📝 Issue Templates]
Expand Down Expand Up @@ -201,6 +205,10 @@ This repository is the **canonical, organisation-wide source** for:

```mermaid
sequenceDiagram
accTitle: GitHub automation workflow sequence
accDescr {
When a developer creates an issue or PR in a member repository, the system checks for templates from the .github hub, retrieves label rules through the automation layer, applies the configured labels, and syncs the issue to project boards, notifying the project manager to complete the assignment workflow.
}
participant Dev as 👨‍💻 Developer
participant Repo as 📁 Member Repo
participant Hub as 🏛️ .github Hub
Expand Down Expand Up @@ -243,6 +251,10 @@ The `.github` folder is organised for maximum clarity and modularity, grouping r

```mermaid
graph TB
accTitle: Repository structure visualization
accDescr {
The .github directory structure contains eight main subdirectories (instructions, prompts, agents, workflows, ISSUE_TEMPLATE, PULL_REQUEST_TEMPLATE, SAVED_REPLIES, automation) that connect to three ecosystem layers: Instructions Ecosystem with coding standards, linting, accessibility, and security guides; AI Integration Hub with accessibility review, code review, and pattern generation prompts; and Automation Core with labels, labeler rules, issue types, and automation governance files.
}
subgraph "📁 .github/ Directory Structure"
A[📋 instructions/]
B[🎯 prompts/]
Expand Down Expand Up @@ -376,6 +388,10 @@ This diagram illustrates how all components work together to create a seamless d

```mermaid
flowchart LR
accTitle: Complete integration flow for development and governance
accDescr {
The workflow integrates four layers: Developer Experience (New Contributor, Issue Creation, PR Submission, Code Review) connects to .github Hub Resources (Instructions, Templates, AI Prompts, Chat Modes, Automation), which feeds Automated Processes (Auto-Labeling, Project Sync, Quality Gates, Analytics), ultimately delivering Quality Outcomes (Consistent Standards, Faster Onboarding, Better Tracking, Security Compliance).
}
subgraph "👨‍💻 Developer Experience"
A[New Contributor]
B[Issue Creation]
Expand Down Expand Up @@ -544,6 +560,3 @@ This repository and all its contents are licensed under the GNU General Public L

*Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!*
[Contributors](https://github.com/lightspeedwp/lsx-demo-theme/graphs/contributors)

*Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!*
[Contributors](https://github.com/lightspeedwp/lsx-demo-theme/graphs/contributors)
19 changes: 9 additions & 10 deletions .github/agents/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
file_type: agent-index
title: .github Agents Boundary
description: Repo-local index for agent assets that remain under the .github control-plane
boundary.
title: ".github Agents Boundary"
description: "Repo-local index for agent assets that remain under the .github control-plane boundary."
file_type: documentation
version: v0.2.0
last_updated: '2026-05-20'
last_updated: "2026-05-31"
created_date: "2026-05-20"
maintainer: LightSpeed Team
authors:
- Codex
- Codex
license: GPL-3.0
tags:
- agents
- github-boundary
- ai-ops
- agents
- github-boundary
- ai-ops
domain: governance
stability: experimental
---
Expand All @@ -23,7 +23,6 @@ stability: experimental
## Related Resources

- [Portable agent specification library index](../../agents/README.md)
- [Issue #296 local source draft](../projects/active/portable-ai-plugin-restructure/issues/children/batch-02-portable-migration/02-04-refactor-migrate-portable-agent-specs.md)

*Built by 🧱 LightSpeedWP with ☕, 🚀, and open-source spirit!*
[Contributors](https://github.com/lightspeedwp/lsx-demo-theme/graphs/contributors)
3 changes: 0 additions & 3 deletions .github/instructions/.archive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,3 @@ For current documentation, always reference:

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)
19 changes: 9 additions & 10 deletions .github/instructions/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
file_type: instructions
title: .github Instructions Boundary
description: Repo-local index for instructions that remain under the .github control-plane
boundary.
title: ".github Instructions Boundary"
description: "Repo-local index for instructions that remain under the .github control-plane boundary."
file_type: documentation
version: v0.2.0
last_updated: '2026-05-20'
last_updated: "2026-05-31"
created_date: "2026-05-20"
maintainer: LightSpeed Team
authors:
- Codex
- Codex
license: GPL-3.0
tags:
- instructions
- github-boundary
- ai-ops
- instructions
- github-boundary
- ai-ops
domain: governance
stability: experimental
---
Expand All @@ -22,6 +22,5 @@ stability: experimental
## Related Resources

- [Portable instruction library index](../../instructions/README.md)
- [Issue #295 local source draft](../projects/active/portable-ai-plugin-restructure/issues/children/batch-02-portable-migration/02-03-refactor-migrate-portable-instructions.md)

*Docs signed by 🤖 Copilot for LightSpeedWP – always fresh!*
18 changes: 0 additions & 18 deletions .github/metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,21 +383,3 @@ Made with ❤️ by the LightSpeed team.

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)

*Have questions? Ping us on GitHub! 🐙 Made with 💚 by LightSpeedWP*
[Contact](https://lightspeedwp.agency/contact)
27 changes: 5 additions & 22 deletions .github/projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ The following diagram and table provide an overview of the available report cate

```mermaid
graph TD
accTitle: "Reports directory structure and categories"
accDescr {
Hierarchy of report subdirectories showing categories including Agents, Analysis, Audits, Coverage, Frontmatter, Implementation, Issue Metrics, Labeling, Linting, Meta, Metrics, Migration, Optimisation, Tech Debt, and Validation reports.
}
A[📂 .github/reports] --> B[🤖 Agents]
A --> C[🔬 Analysis]
A --> D[🛡️ Audits]
Expand All @@ -55,25 +59,9 @@ graph TD
A --> N[⚡ Optimisation]
A --> O[🛠️ Tech Debt]
A --> P[✅ Validation]
```

**`active/`** - Current Active Projects
subgraph "Report Categories"
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
end

- Work-in-progress project files
- Active sprint plans and task tracking
Expand All @@ -99,9 +87,6 @@ graph TD

Use descriptive project names:

style A fill:#e1f5fe,stroke:#333,stroke-width:2px
```

{project-name}-{type}.md

Examples:
Expand Down Expand Up @@ -166,5 +151,3 @@ phase6-planning-suite-consolidation.md
*This directory is managed by automated workflows. Please do not add files manually unless specified by the reporting instructions.*

_Docs signed by 🤖 Copilot for LightSpeedWP – always fresh!_

_Docs signed by 🤖 Copilot for LightSpeedWP – always fresh!_
Loading