Skip to content

Commit 310def1

Browse files
committed
docs: add frontmatter to all .github directory markdown files
- Add frontmatter to agent specifications - Add frontmatter to prompt templates - Update heading levels to avoid duplicate h1 warnings
1 parent dffb973 commit 310def1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+598
-52
lines changed

.devcontainer/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Dev Container Configuration
3+
description: Docker development environment setup
4+
category: Project
5+
type: Reference
6+
audience: Developers
7+
date: 2025-12-01
8+
---
9+
110
````markdown
211
# Development Container
312

.github/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: GitHub Configuration
3+
description: GitHub-specific configuration and workflow files
4+
category: Project
5+
type: Index
6+
audience: Developers
7+
date: 2025-12-01
8+
---
9+
110
# GitHub Configuration
211

312
This directory contains GitHub-specific configuration files for the {{theme_name}} theme.

.github/agents/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Agents Directory
3+
description: Automation agents and specifications
4+
category: Project
5+
type: Index
6+
audience: Developers
7+
date: 2025-12-01
8+
---
9+
110
# AI Agents
211

312
This directory contains AI agent configurations for automated development tasks.

.github/agents/agent.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Agent Specifications
3+
description: Documentation of automation agents and their configurations
4+
category: Project
5+
type: Reference
6+
audience: AI Assistants, Developers
7+
date: 2025-12-01
8+
---
9+
110
## Overview & Related Files
211

312
This file documents the primary automation agent(s) for this repository, their purpose, usage, and integration with workflows. Reference this file for agent specs, triggers, and environment variables.
@@ -74,4 +83,4 @@ Use the following as a template for documenting new agents:
7483

7584
---
7685

77-
For more information on agent usage, see [Custom Instructions](../custom-instructions.md) and [Workflows](../../workflows/).
86+
For more information on agent usage, see [Custom Instructions](../custom-instructions.md) and [Workflows](../../workflows/).

.github/agents/block-theme-build.agent.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Block Theme Build Agent Spec
3+
description: Specification for the build, lint, and test automation agent for block themes
4+
category: Agent
5+
type: Agent Specification
6+
audience: Developers, AI Agents
7+
date: 2025-12-01
8+
---
9+
110
# Block Theme Build Agent Spec
211

312
This document defines the specification for the `block-theme-build.agent.js` automation agent, responsible for managing the build, lint, and test lifecycle of a WordPress block theme. It is tightly integrated with the repository's workflows and follows best practices from the official WordPress theme build process documentation.

.github/copilot-tasks.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# Copilot Tasklist - Block Theme Scaffold
1+
---
2+
title: Copilot Tasklist
3+
description: Tracked tasks and audit items for automation
4+
category: Documentation
5+
type: Index
6+
audience: AI Assistants, Developers
7+
date: 2025-12-01
8+
---
9+
210

311
> **Status**: ✅ All audit remediation tasks completed (21/21)
412

.github/custom-instructions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
---
2+
title: Custom AI Instructions
3+
description: Custom instructions for AI assistants and Copilot
4+
category: Documentation
5+
type: Guide
6+
audience: AI Assistants, Developers
7+
date: 2025-12-01
8+
---
19

2-
# Block Theme Scaffold: AI, Copilot, and Development Instructions
310

411
## Overview & Related Files
512

.github/instructions/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: Instructions Directory
3+
description: Developer and AI instruction files
4+
category: Project
5+
type: Index
6+
audience: Developers, AI Assistants
7+
date: 2025-12-01
8+
---
9+
110
# Development Instructions
211

312
This directory contains detailed instructions and guidelines for AI-assisted development.

.github/instructions/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Instructions Index
3+
description: Central index for all instruction files
4+
category: Project
5+
type: Reference
6+
audience: Developers, AI Assistants
7+
date: 2025-12-01
8+
---
9+

.github/instructions/php-wordpress.instructions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: PHP & WordPress Instructions
3+
description: Standards for PHP and WordPress development
4+
category: Project
5+
type: Guide
6+
audience: Developers
7+
date: 2025-12-01
8+
---
9+
110
# PHP Development Guidelines for WordPress
211

312
## File Structure & Organization

0 commit comments

Comments
 (0)