diff --git a/.github/ISSUE_TEMPLATE/09-build-ci.md b/.github/ISSUE_TEMPLATE/09-build-ci.md index ffe05a5f..4f6f5daa 100644 --- a/.github/ISSUE_TEMPLATE/09-build-ci.md +++ b/.github/ISSUE_TEMPLATE/09-build-ci.md @@ -1,22 +1,26 @@ --- -name: "⚙️ Build & CI" -about: "Propose changes, fixes, or improvements to build tools, CI/CD pipelines, or automation." -title: "[Build/CI] " -labels: [type:chore, area:ci, status:needs-triage] -assignees: [] -projects: [] -milestone: '' -type: build-ci -references: - - ../CONTRIBUTING.md - - .github/BRANCHING_STRATEGY.md - - .github/AUTOMATION_GOVERNANCE.md - - .github/PR_LABELS.md - - .github/SAVED_REPLIES.md - - .github/PROJECT_META.md - - .github/labeler.yml - - .github/labels.yml - - .github/issue-types.yml +"name": "⚙️ Build & CI" +"about": "Propose changes, fixes, or improvements to build tools, CI/CD pipelines, or automation." +"title": "[Build/CI] " +"labels": + - "type:chore" + - "area:ci" + - "status:needs-triage" +"assignees": [] +"projects": [] +"milestone": "" +"type": "build-ci" +"references": + - "../CONTRIBUTING.md" + - ".github/BRANCHING_STRATEGY.md" + - ".github/AUTOMATION_GOVERNANCE.md" + - ".github/PR_LABELS.md" + - ".github/SAVED_REPLIES.md" + - ".github/PROJECT_META.md" + - ".github/labeler.yml" + - ".github/labels.yml" + - ".github/issue-types.yml" +"file_type": "issue-template" --- ## Build/CI Summary diff --git a/.github/ISSUE_TEMPLATE/23-ai-ops.md b/.github/ISSUE_TEMPLATE/23-ai-ops.md index e3317940..cfc6acad 100644 --- a/.github/ISSUE_TEMPLATE/23-ai-ops.md +++ b/.github/ISSUE_TEMPLATE/23-ai-ops.md @@ -1,22 +1,26 @@ --- -name: "🧠 AI Ops" -about: "Propose, discuss, or troubleshoot AI/ML operations, workflows, or automation." -title: "[AI Ops] " -labels: [type:ai-ops, status:needs-triage, area:ai] -assignees: [] -projects: [] -milestone: '' -type: ai-ops -references: - - ../CONTRIBUTING.md - - .github/BRANCHING_STRATEGY.md - - .github/AUTOMATION_GOVERNANCE.md - - .github/PR_LABELS.md - - .github/SAVED_REPLIES.md - - .github/PROJECT_META.md - - .github/labeler.yml - - .github/labels.yml - - .github/issue-types.yml +"name": "🧠 AI Ops" +"about": "Propose, discuss, or troubleshoot AI/ML operations, workflows, or automation." +"title": "[AI Ops] " +"labels": + - "type:ai-ops" + - "status:needs-triage" + - "area:ai" +"assignees": [] +"projects": [] +"milestone": "" +"type": "ai-ops" +"references": + - "../CONTRIBUTING.md" + - ".github/BRANCHING_STRATEGY.md" + - ".github/AUTOMATION_GOVERNANCE.md" + - ".github/PR_LABELS.md" + - ".github/SAVED_REPLIES.md" + - ".github/PROJECT_META.md" + - ".github/labeler.yml" + - ".github/labels.yml" + - ".github/issue-types.yml" +"file_type": "issue-template" --- ## AI Ops Summary diff --git a/.github/ISSUE_TEMPLATE/24-content-modelling.md b/.github/ISSUE_TEMPLATE/24-content-modelling.md index 306f6639..e8016b9c 100644 --- a/.github/ISSUE_TEMPLATE/24-content-modelling.md +++ b/.github/ISSUE_TEMPLATE/24-content-modelling.md @@ -1,22 +1,26 @@ --- -name: "📖 Content Modelling" -about: "Propose, update, or discuss content structure, CPTs, or taxonomy." -title: "[Content Modelling] " -labels: [type:content-modelling, status:needs-triage, area:content] -assignees: [] -projects: [] -milestone: '' -type: content-modelling -references: - - ../CONTRIBUTING.md - - .github/BRANCHING_STRATEGY.md - - .github/AUTOMATION_GOVERNANCE.md - - .github/PR_LABELS.md - - .github/SAVED_REPLIES.md - - .github/PROJECT_META.md - - .github/labeler.yml - - .github/labels.yml - - .github/issue-types.yml +"name": "📖 Content Modelling" +"about": "Propose, update, or discuss content structure, CPTs, or taxonomy." +"title": "[Content Modelling] " +"labels": + - "type:content-modelling" + - "status:needs-triage" + - "area:content" +"assignees": [] +"projects": [] +"milestone": "" +"type": "content-modelling" +"references": + - "../CONTRIBUTING.md" + - ".github/BRANCHING_STRATEGY.md" + - ".github/AUTOMATION_GOVERNANCE.md" + - ".github/PR_LABELS.md" + - ".github/SAVED_REPLIES.md" + - ".github/PROJECT_META.md" + - ".github/labeler.yml" + - ".github/labels.yml" + - ".github/issue-types.yml" +"file_type": "issue-template" --- ## Content Modelling Summary diff --git a/.github/PULL_REQUEST_TEMPLATE/README.md b/.github/PULL_REQUEST_TEMPLATE/README.md index 5232cbb0..e08f5ddf 100644 --- a/.github/PULL_REQUEST_TEMPLATE/README.md +++ b/.github/PULL_REQUEST_TEMPLATE/README.md @@ -1,9 +1,14 @@ --- -description: "Standardized pull request templates for the LightSpeedWP organization" -version: "v1.0" -last_updated: "2025-10-24" -maintainer: "LightSpeed Engineering" -tags: ["templates", "pull-requests", "governance", "automation"] +"description": "Standardized pull request templates for the LightSpeedWP organization" +"version": "v1.0" +"last_updated": "2025-10-24" +"maintainer": "LightSpeed Engineering" +"tags": + - "templates" + - "pull-requests" + - "governance" + - "automation" +"file_type": "pr-template" --- # 🔀 Pull Request Templates Directory diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_bug.md b/.github/PULL_REQUEST_TEMPLATE/pr_bug.md index fa2f2f3b..6ac0ff48 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_bug.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_bug.md @@ -1,8 +1,12 @@ --- -name: "Bugfix PR" -about: "Fix a defect/regression with clear repro, fix, and verification" -title: "fix: {short summary}" -labels: ["type:bug", "status:needs-review", "priority:normal"] +"name": "Bugfix PR" +"about": "Fix a defect/regression with clear repro, fix, and verification" +"title": "fix: {short summary}" +"labels": + - "type:bug" + - "status:needs-review" + - "priority:normal" +"file_type": "pr-template" --- # Bugfix Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_chore.md b/.github/PULL_REQUEST_TEMPLATE/pr_chore.md index 842bea98..19085814 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_chore.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_chore.md @@ -1,8 +1,12 @@ --- -name: "Chore PR" -about: "Repo hygiene: configs, scripts, formatting — no behaviour change" -title: "chore: {scope}" -labels: ["type:chore", "status:needs-review", "priority:normal"] +"name": "Chore PR" +"about": "Repo hygiene: configs, scripts, formatting — no behaviour change" +"title": "chore: {scope}" +"labels": + - "type:chore" + - "status:needs-review" + - "priority:normal" +"file_type": "pr-template" --- # Chore Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_ci.md b/.github/PULL_REQUEST_TEMPLATE/pr_ci.md index 58a08efe..889ca400 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_ci.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_ci.md @@ -1,8 +1,12 @@ --- -name: "Build/CI PR" -about: "Pipelines, linting, packaging, or release automation" -title: "build(ci): {short summary}" -labels: ["type:chore", "status:needs-review", "area:ci"] +"name": "Build/CI PR" +"about": "Pipelines, linting, packaging, or release automation" +"title": "build(ci): {short summary}" +"labels": + - "type:chore" + - "status:needs-review" + - "area:ci" +"file_type": "pr-template" --- # Build/CI Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_dep_update.md b/.github/PULL_REQUEST_TEMPLATE/pr_dep_update.md index fe39ef24..b42fee08 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_dep_update.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_dep_update.md @@ -1,8 +1,12 @@ --- -name: "Dependencies/Maintenance PR" -about: "Routine upkeep: dependency bumps, lint/format, low-risk hygiene" -title: "chore(deps): {packages}" -labels: ["type:chore", "status:needs-review", "area:dependencies"] +"name": "Dependencies/Maintenance PR" +"about": "Routine upkeep: dependency bumps, lint/format, low-risk hygiene" +"title": "chore(deps): {packages}" +"labels": + - "type:chore" + - "status:needs-review" + - "area:dependencies" +"file_type": "pr-template" --- # Dependencies / Maintenance Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_docs.md b/.github/PULL_REQUEST_TEMPLATE/pr_docs.md index b322a8a8..2f44ad5c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_docs.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_docs.md @@ -1,8 +1,13 @@ --- -name: "Docs-only PR" -about: "Documentation updates: READMEs, guides, contributor docs" -title: "docs: {short summary}" -labels: ["type:documentation", "status:needs-review", "lang:md", "area:documentation"] +"name": "Docs-only PR" +"about": "Documentation updates: READMEs, guides, contributor docs" +"title": "docs: {short summary}" +"labels": + - "type:documentation" + - "status:needs-review" + - "lang:md" + - "area:documentation" +"file_type": "pr-template" --- # Documentation Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_feature.md b/.github/PULL_REQUEST_TEMPLATE/pr_feature.md index 627b1ed3..d676b2a7 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_feature.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_feature.md @@ -1,10 +1,11 @@ --- - -name: "Feature PR" -about: "New features or enhancements" -title: "feat: {short summary}" -labels: ["status:needs-review", "area:feature"] - +"name": "Feature PR" +"about": "New features or enhancements" +"title": "feat: {short summary}" +"labels": + - "status:needs-review" + - "area:feature" +"file_type": "pr-template" --- # Feature Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_hotfix.md b/.github/PULL_REQUEST_TEMPLATE/pr_hotfix.md index ee977be6..c7fe8506 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_hotfix.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_hotfix.md @@ -1,8 +1,14 @@ --- -name: "Hotfix PR" -about: "Critical fixes for production issues" -title: "fix: {short summary}" -labels: ["type:bug", "status:needs-review", "area:hotfix", "priority:critical", "release:hotfix"] +"name": "Hotfix PR" +"about": "Critical fixes for production issues" +"title": "fix: {short summary}" +"labels": + - "type:bug" + - "status:needs-review" + - "area:hotfix" + - "priority:critical" + - "release:hotfix" +"file_type": "pr-template" --- # Hotfix Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_refactor.md b/.github/PULL_REQUEST_TEMPLATE/pr_refactor.md index ef1a6eff..2a4b4216 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_refactor.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_refactor.md @@ -1,8 +1,11 @@ --- -name: "Refactor PR" -about: "Internal code improvement; no external behaviour change" -title: "refactor: {scope}" -labels: ["type:refactor", "status:needs-review"] +"name": "Refactor PR" +"about": "Internal code improvement; no external behaviour change" +"title": "refactor: {scope}" +"labels": + - "type:refactor" + - "status:needs-review" +"file_type": "pr-template" --- # Refactor Pull Request diff --git a/.github/PULL_REQUEST_TEMPLATE/pr_release.md b/.github/PULL_REQUEST_TEMPLATE/pr_release.md index 23f67e10..96ab6e73 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pr_release.md +++ b/.github/PULL_REQUEST_TEMPLATE/pr_release.md @@ -1,8 +1,13 @@ --- -name: "Release PR" -about: "Release new features or enhancements" -title: "release: {short summary}" -labels: ["type:task", "status:needs-review", "area:release", "release:patch"] +"name": "Release PR" +"about": "Release new features or enhancements" +"title": "release: {short summary}" +"labels": + - "type:task" + - "status:needs-review" + - "area:release" + - "release:patch" +"file_type": "pr-template" --- # Release Pull Request diff --git a/.github/SAVED_REPLIES/README.md b/.github/SAVED_REPLIES/README.md index eceea3dd..a882a725 100644 --- a/.github/SAVED_REPLIES/README.md +++ b/.github/SAVED_REPLIES/README.md @@ -1,9 +1,14 @@ --- -description: "Organized saved replies for consistent GitHub interactions across LightSpeedWP" -version: "v1.0" -last_updated: "2025-10-24" -maintainer: "LightSpeed Engineering" -tags: ["saved-replies", "communication", "automation", "community"] +"description": "Organized saved replies for consistent GitHub interactions across LightSpeedWP" +"version": "v1.0" +"last_updated": "2025-10-24" +"maintainer": "LightSpeed Engineering" +"tags": + - "saved-replies" + - "communication" + - "automation" + - "community" +"file_type": "saved-reply" --- # 💬 Saved Replies Directory diff --git a/.github/SAVED_REPLIES/community/code-of-conduct.md b/.github/SAVED_REPLIES/community/code-of-conduct.md index ae95dfdd..944ccc2a 100644 --- a/.github/SAVED_REPLIES/community/code-of-conduct.md +++ b/.github/SAVED_REPLIES/community/code-of-conduct.md @@ -1,12 +1,13 @@ --- -title: "Code of Conduct Saved Reply" -description: "Professional response to conduct-related issues." -category: "Community" -labels: - - area:community - - status:needs-triage -references: +"title": "Code of Conduct Saved Reply" +"description": "Professional response to conduct-related issues." +"category": "Community" +"labels": + - "area:community" + - "status:needs-triage" +"references": - "../../CODE_OF_CONDUCT.md" +"file_type": "saved-reply" --- # Code of Conduct Saved Reply diff --git a/.github/SAVED_REPLIES/community/contribution-thanks.md b/.github/SAVED_REPLIES/community/contribution-thanks.md index 712b74ff..1c374ed7 100644 --- a/.github/SAVED_REPLIES/community/contribution-thanks.md +++ b/.github/SAVED_REPLIES/community/contribution-thanks.md @@ -1,7 +1,8 @@ --- -title: "Thank You for Your Contribution Saved Reply" -description: "Thank contributors for their PR/issue and encourage further participation." -category: "Community" +"title": "Thank You for Your Contribution Saved Reply" +"description": "Thank contributors for their PR/issue and encourage further participation." +"category": "Community" +"file_type": "saved-reply" --- # Thank You for Your Contribution Saved Reply diff --git a/.github/SAVED_REPLIES/community/guidelines.md b/.github/SAVED_REPLIES/community/guidelines.md index bbb584d7..4204a4d1 100644 --- a/.github/SAVED_REPLIES/community/guidelines.md +++ b/.github/SAVED_REPLIES/community/guidelines.md @@ -1,15 +1,16 @@ --- -title: "Contribution Guidelines Saved Reply" -description: "Directing contributors to proper procedures and standards." -category: "Community" -labels: - - area:contributing - - status:needs-triage -references: +"title": "Contribution Guidelines Saved Reply" +"description": "Directing contributors to proper procedures and standards." +"category": "Community" +"labels": + - "area:contributing" + - "status:needs-triage" +"references": - "../../CONTRIBUTING.md" - "../../custom-instructions.md" - "../../CODE_OF_CONDUCT.md" - "../../instructions/coding-standards.instructions.md" +"file_type": "saved-reply" --- # Contribution Guidelines Saved Reply diff --git a/.github/SAVED_REPLIES/community/legal.md b/.github/SAVED_REPLIES/community/legal.md index 2d4a6387..13b496d9 100644 --- a/.github/SAVED_REPLIES/community/legal.md +++ b/.github/SAVED_REPLIES/community/legal.md @@ -1,13 +1,14 @@ --- -title: "License and Legal Inquiry Saved Reply" -description: "Standard response to license-related or legal compliance questions." -category: "Community" -labels: - - area:legal - - status:needs-triage -references: +"title": "License and Legal Inquiry Saved Reply" +"description": "Standard response to license-related or legal compliance questions." +"category": "Community" +"labels": + - "area:legal" + - "status:needs-triage" +"references": - "../../LICENSE" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # License and Legal Saved Reply diff --git a/.github/SAVED_REPLIES/community/welcome.md b/.github/SAVED_REPLIES/community/welcome.md index d5c8ec48..05ddcdc4 100644 --- a/.github/SAVED_REPLIES/community/welcome.md +++ b/.github/SAVED_REPLIES/community/welcome.md @@ -1,17 +1,18 @@ --- -title: "Welcome Message Saved Reply" -description: "Welcoming new contributors with guidance and resources." -category: "Community" -labels: - - area:community - - contrib:good-first-issue - - status:ready -references: +"title": "Welcome Message Saved Reply" +"description": "Welcoming new contributors with guidance and resources." +"category": "Community" +"labels": + - "area:community" + - "contrib:good-first-issue" + - "status:ready" +"references": - "../../CONTRIBUTING.md" - "../../CODE_OF_CONDUCT.md" - "../../custom-instructions.md" - "../../instructions/coding-standards.instructions.md" - "../../instructions/pattern-development.instructions.md" +"file_type": "saved-reply" --- # Welcome to LightSpeedWP! diff --git a/.github/SAVED_REPLIES/issues/a11y-acknowledge.md b/.github/SAVED_REPLIES/issues/a11y-acknowledge.md index 3443e16f..5b6a4f0e 100644 --- a/.github/SAVED_REPLIES/issues/a11y-acknowledge.md +++ b/.github/SAVED_REPLIES/issues/a11y-acknowledge.md @@ -1,13 +1,14 @@ --- -title: "Accessibility (A11y) Issue Acknowledgement Saved Replies" -description: "Standard response for accessibility-related issues, confirming routing to the a11y review process." -category: "Issue Management" -labels: - - type:a11y - - status:needs-design -references: +"title": "Accessibility (A11y) Issue Acknowledgement Saved Replies" +"description": "Standard response for accessibility-related issues, confirming routing to the a11y review process." +"category": "Issue Management" +"labels": + - "type:a11y" + - "status:needs-design" +"references": - "../ISSUE_LABELS.md" - "../ISSUE_TYPES.md" +"file_type": "saved-reply" --- # Accessibility (A11y) Issue Acknowledgement Saved Replies diff --git a/.github/SAVED_REPLIES/issues/area-routing.md b/.github/SAVED_REPLIES/issues/area-routing.md index cbe08c20..dca9ece1 100644 --- a/.github/SAVED_REPLIES/issues/area-routing.md +++ b/.github/SAVED_REPLIES/issues/area-routing.md @@ -1,11 +1,12 @@ --- -title: "Area / Component Routing Saved Replies" -description: "Use when routing or re-labeling an issue to the appropriate area or component for review. Follows LightSpeedWP's area:* and comp:* label conventions." -category: "Issue Management" -labels: - - status:needs-triage -references: +"title": "Area / Component Routing Saved Replies" +"description": "Use when routing or re-labeling an issue to the appropriate area or component for review. Follows LightSpeedWP's area:* and comp:* label conventions." +"category": "Issue Management" +"labels": + - "status:needs-triage" +"references": - "../ISSUE_LABELS.md" +"file_type": "saved-reply" --- # Area / Component Routing Saved Replies diff --git a/.github/SAVED_REPLIES/issues/blockers.md b/.github/SAVED_REPLIES/issues/blockers.md index 5ddbcfd3..6fd730ff 100644 --- a/.github/SAVED_REPLIES/issues/blockers.md +++ b/.github/SAVED_REPLIES/issues/blockers.md @@ -1,11 +1,12 @@ --- -title: "Blocked Issue Saved Replies" -description: "Use when an issue is blocked by another issue, external dependency, or decision. Follows LightSpeedWP status:blocked label workflow." -category: "Issue Management" -labels: - - status:blocked -references: +"title": "Blocked Issue Saved Replies" +"description": "Use when an issue is blocked by another issue, external dependency, or decision. Follows LightSpeedWP status:blocked label workflow." +"category": "Issue Management" +"labels": + - "status:blocked" +"references": - "../ISSUE_LABELS.md" +"file_type": "saved-reply" --- # Blocked Issue Saved Replies diff --git a/.github/SAVED_REPLIES/issues/bug-reports.md b/.github/SAVED_REPLIES/issues/bug-reports.md index 03efeee6..2221caac 100644 --- a/.github/SAVED_REPLIES/issues/bug-reports.md +++ b/.github/SAVED_REPLIES/issues/bug-reports.md @@ -1,14 +1,15 @@ --- -title: "Bug Report Saved Replies" -description: "Standard responses for bug report processing, triage, and resolution. Follows LightSpeedWP issue templates, triage, and automation standards." -category: "Issue Management" -labels: - - type:bug - - status:needs-triage -references: +"title": "Bug Report Saved Replies" +"description": "Standard responses for bug report processing, triage, and resolution. Follows LightSpeedWP issue templates, triage, and automation standards." +"category": "Issue Management" +"labels": + - "type:bug" + - "status:needs-triage" +"references": - "../ISSUE_LABELS.md" - "../ISSUE_TYPES.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Bug Report Saved Replies diff --git a/.github/SAVED_REPLIES/issues/documentation.md b/.github/SAVED_REPLIES/issues/documentation.md index 2c871171..14955231 100644 --- a/.github/SAVED_REPLIES/issues/documentation.md +++ b/.github/SAVED_REPLIES/issues/documentation.md @@ -1,13 +1,14 @@ --- -title: "Documentation Request Saved Replies" -description: "Responses for documentation improvements, clarifications, and updates. Follows LightSpeedWP doc standards and automation." -category: "Issue Management" -labels: - - type:documentation - - status:needs-triage -references: +"title": "Documentation Request Saved Replies" +"description": "Responses for documentation improvements, clarifications, and updates. Follows LightSpeedWP doc standards and automation." +"category": "Issue Management" +"labels": + - "type:documentation" + - "status:needs-triage" +"references": - "../ISSUE_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Documentation Request Saved Replies diff --git a/.github/SAVED_REPLIES/issues/duplicate.md b/.github/SAVED_REPLIES/issues/duplicate.md index d2233fc9..6ce23229 100644 --- a/.github/SAVED_REPLIES/issues/duplicate.md +++ b/.github/SAVED_REPLIES/issues/duplicate.md @@ -1,9 +1,10 @@ --- -title: "Duplicate Issue Saved Reply" -description: "Response for duplicate issues." -category: "Issue" -labels: - - status:duplicate +"title": "Duplicate Issue Saved Reply" +"description": "Response for duplicate issues." +"category": "Issue" +"labels": + - "status:duplicate" +"file_type": "saved-reply" --- # Duplicate Issue Saved Reply diff --git a/.github/SAVED_REPLIES/issues/duplicates.md b/.github/SAVED_REPLIES/issues/duplicates.md index e2b03504..b372413b 100644 --- a/.github/SAVED_REPLIES/issues/duplicates.md +++ b/.github/SAVED_REPLIES/issues/duplicates.md @@ -1,12 +1,13 @@ --- -title: "Duplicate Issue Saved Replies" -description: "Professional responses for duplicate issue management and consolidation. Follows LightSpeedWP triage and label conventions." -category: "Issue Management" -labels: - - status:duplicate -references: +"title": "Duplicate Issue Saved Replies" +"description": "Professional responses for duplicate issue management and consolidation. Follows LightSpeedWP triage and label conventions." +"category": "Issue Management" +"labels": + - "status:duplicate" +"references": - "../ISSUE_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Duplicate Issue Saved Replies diff --git a/.github/SAVED_REPLIES/issues/epic-tracking.md b/.github/SAVED_REPLIES/issues/epic-tracking.md index 953c022e..f4aa3be3 100644 --- a/.github/SAVED_REPLIES/issues/epic-tracking.md +++ b/.github/SAVED_REPLIES/issues/epic-tracking.md @@ -1,13 +1,14 @@ --- -title: "Epic Tracking Saved Replies" -description: "Standard responses for issues identified as epics, providing guidance on linking child issues and tracking progress. Aligns with LightSpeedWP Issue Type and Project field standards." -category: "Issue Management" -labels: - - type:epic - - status:in-progress -references: +"title": "Epic Tracking Saved Replies" +"description": "Standard responses for issues identified as epics, providing guidance on linking child issues and tracking progress. Aligns with LightSpeedWP Issue Type and Project field standards." +"category": "Issue Management" +"labels": + - "type:epic" + - "status:in-progress" +"references": - "../ISSUE_TYPES.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Epic Tracking Saved Replies diff --git a/.github/SAVED_REPLIES/issues/feature-requests.md b/.github/SAVED_REPLIES/issues/feature-requests.md index ca1fb9cc..b609872a 100644 --- a/.github/SAVED_REPLIES/issues/feature-requests.md +++ b/.github/SAVED_REPLIES/issues/feature-requests.md @@ -1,14 +1,15 @@ --- -title: "Feature Request Saved Replies" -description: "Replies for feature requests, enhancements, and new functionality. Follows LightSpeedWP's roadmap and triage process." -category: "Issue Management" -labels: - - type:feature - - status:needs-triage -references: +"title": "Feature Request Saved Replies" +"description": "Replies for feature requests, enhancements, and new functionality. Follows LightSpeedWP's roadmap and triage process." +"category": "Issue Management" +"labels": + - "type:feature" + - "status:needs-triage" +"references": - "../ISSUE_LABELS.md" - "../ISSUE_TYPES.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Feature Request Saved Replies diff --git a/.github/SAVED_REPLIES/issues/good-first-issue.md b/.github/SAVED_REPLIES/issues/good-first-issue.md index fc7165ff..9d864083 100644 --- a/.github/SAVED_REPLIES/issues/good-first-issue.md +++ b/.github/SAVED_REPLIES/issues/good-first-issue.md @@ -1,12 +1,13 @@ --- -title: "Good First Issue Saved Replies" -description: "Encourage and guide new contributors on issues labeled contrib:good-first-issue. Follows LightSpeedWP onboarding and standards." -category: "Issue Management" -labels: - - contrib:good-first-issue - - status:ready -references: +"title": "Good First Issue Saved Replies" +"description": "Encourage and guide new contributors on issues labeled contrib:good-first-issue. Follows LightSpeedWP onboarding and standards." +"category": "Issue Management" +"labels": + - "contrib:good-first-issue" + - "status:ready" +"references": - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Good First Issue Saved Replies diff --git a/.github/SAVED_REPLIES/issues/inactive-issue.md b/.github/SAVED_REPLIES/issues/inactive-issue.md index e5e9fcab..dd51fc0f 100644 --- a/.github/SAVED_REPLIES/issues/inactive-issue.md +++ b/.github/SAVED_REPLIES/issues/inactive-issue.md @@ -1,9 +1,10 @@ --- -title: "Inactive Issue Saved Reply" -description: "Message for closing an issue due to inactivity." -category: "Issue" -labels: - - status:closed +"title": "Inactive Issue Saved Reply" +"description": "Message for closing an issue due to inactivity." +"category": "Issue" +"labels": + - "status:closed" +"file_type": "saved-reply" --- # Inactive Issue Saved Reply diff --git a/.github/SAVED_REPLIES/issues/label-clarification.md b/.github/SAVED_REPLIES/issues/label-clarification.md index 9196bd74..bd92e89a 100644 --- a/.github/SAVED_REPLIES/issues/label-clarification.md +++ b/.github/SAVED_REPLIES/issues/label-clarification.md @@ -1,11 +1,12 @@ --- -title: "Label Clarification Saved Replies" -description: "Explains why specific labels were applied, changed, or removed, and how to use labels for efficient triage. Follows LightSpeedWP label policy." -category: "Issue Management" -labels: - - status:needs-triage -references: +"title": "Label Clarification Saved Replies" +"description": "Explains why specific labels were applied, changed, or removed, and how to use labels for efficient triage. Follows LightSpeedWP label policy." +"category": "Issue Management" +"labels": + - "status:needs-triage" +"references": - "../ISSUE_LABELS.md" +"file_type": "saved-reply" --- # Label Clarification Saved Replies diff --git a/.github/SAVED_REPLIES/issues/meta-label-nudge.md b/.github/SAVED_REPLIES/issues/meta-label-nudge.md index cdfff5f9..1051dbb7 100644 --- a/.github/SAVED_REPLIES/issues/meta-label-nudge.md +++ b/.github/SAVED_REPLIES/issues/meta-label-nudge.md @@ -1,13 +1,14 @@ --- -title: "Meta/Automation Label Nudge Saved Replies" -description: "Prompt for missing or required meta labels, e.g. meta:needs-changelog, meta:triage. Supports LightSpeedWP automation and release workflow." -category: "Issue Management" -labels: - - meta:needs-changelog - - meta:triage -references: +"title": "Meta/Automation Label Nudge Saved Replies" +"description": "Prompt for missing or required meta labels, e.g. meta:needs-changelog, meta:triage. Supports LightSpeedWP automation and release workflow." +"category": "Issue Management" +"labels": + - "meta:needs-changelog" + - "meta:triage" +"references": - "../ISSUE_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Meta/Automation Label Nudge Saved Replies diff --git a/.github/SAVED_REPLIES/issues/missing-info.md b/.github/SAVED_REPLIES/issues/missing-info.md index 20108661..dead4ad3 100644 --- a/.github/SAVED_REPLIES/issues/missing-info.md +++ b/.github/SAVED_REPLIES/issues/missing-info.md @@ -1,9 +1,10 @@ --- -title: "Missing Information Saved Reply" -description: "Prompt for missing reproduction steps, environment details, or screenshots." -category: "Issue" -labels: - - status:needs-more-info +"title": "Missing Information Saved Reply" +"description": "Prompt for missing reproduction steps, environment details, or screenshots." +"category": "Issue" +"labels": + - "status:needs-more-info" +"file_type": "saved-reply" --- # Missing Information Saved Reply diff --git a/.github/SAVED_REPLIES/issues/more-info.md b/.github/SAVED_REPLIES/issues/more-info.md index 9ed9c3c7..85de9c12 100644 --- a/.github/SAVED_REPLIES/issues/more-info.md +++ b/.github/SAVED_REPLIES/issues/more-info.md @@ -1,11 +1,12 @@ --- -title: "Needs More Information Saved Replies" -description: "Requests for additional detail when an issue is blocked by missing or unclear information. Uses the status:needs-more-info label." -category: "Issue Management" -labels: - - status:needs-more-info -references: +"title": "Needs More Information Saved Replies" +"description": "Requests for additional detail when an issue is blocked by missing or unclear information. Uses the status:needs-more-info label." +"category": "Issue Management" +"labels": + - "status:needs-more-info" +"references": - "../ISSUE_LABELS.md" +"file_type": "saved-reply" --- # Needs More Information Saved Replies diff --git a/.github/SAVED_REPLIES/issues/needs-reproduction.md b/.github/SAVED_REPLIES/issues/needs-reproduction.md index c9d7b867..b02f323e 100644 --- a/.github/SAVED_REPLIES/issues/needs-reproduction.md +++ b/.github/SAVED_REPLIES/issues/needs-reproduction.md @@ -1,9 +1,10 @@ --- -title: "Needs Reproduction Saved Reply" -description: "Request for a minimal, reproducible example or more concrete steps." -category: "Issue" -labels: - - status:needs-reproduction +"title": "Needs Reproduction Saved Reply" +"description": "Request for a minimal, reproducible example or more concrete steps." +"category": "Issue" +"labels": + - "status:needs-reproduction" +"file_type": "saved-reply" --- # Needs Reproduction Saved Reply diff --git a/.github/SAVED_REPLIES/issues/research-completion.md b/.github/SAVED_REPLIES/issues/research-completion.md index 2249e723..5d2e8b86 100644 --- a/.github/SAVED_REPLIES/issues/research-completion.md +++ b/.github/SAVED_REPLIES/issues/research-completion.md @@ -1,13 +1,14 @@ --- -title: "Research Issue Completion Saved Replies" -description: "Standard response for research, spike, or audit issues, guiding on documenting findings and next steps." -category: "Issue Management" -labels: - - type:research - - status:done -references: +"title": "Research Issue Completion Saved Replies" +"description": "Standard response for research, spike, or audit issues, guiding on documenting findings and next steps." +"category": "Issue Management" +"labels": + - "type:research" + - "status:done" +"references": - "../ISSUE_TYPES.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Research Issue Completion Saved Replies diff --git a/.github/SAVED_REPLIES/issues/security-acknowledge.md b/.github/SAVED_REPLIES/issues/security-acknowledge.md index fefe45bc..26d54dd2 100644 --- a/.github/SAVED_REPLIES/issues/security-acknowledge.md +++ b/.github/SAVED_REPLIES/issues/security-acknowledge.md @@ -1,13 +1,14 @@ --- -title: "Security Issue Acknowledgement Saved Replies" -description: "For confidential or sensitive security reports, guiding users to private disclosure channels." -category: "Issue Management" -labels: - - type:security - - status:needs-triage -references: +"title": "Security Issue Acknowledgement Saved Replies" +"description": "For confidential or sensitive security reports, guiding users to private disclosure channels." +"category": "Issue Management" +"labels": + - "type:security" + - "status:needs-triage" +"references": - "../ISSUE_TYPES.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Security Issue Acknowledgement Saved Replies diff --git a/.github/SAVED_REPLIES/issues/stale-abandoned.md b/.github/SAVED_REPLIES/issues/stale-abandoned.md index 12a1dda0..2cb5dfa1 100644 --- a/.github/SAVED_REPLIES/issues/stale-abandoned.md +++ b/.github/SAVED_REPLIES/issues/stale-abandoned.md @@ -1,12 +1,13 @@ --- -title: "Stale or Abandoned Issue Saved Replies" -description: "Standard nudge for issues with no recent activity or response. Follows LightSpeedWP meta:stale label automation." -category: "Issue Management" -labels: - - meta:stale - - status:on-hold -references: +"title": "Stale or Abandoned Issue Saved Replies" +"description": "Standard nudge for issues with no recent activity or response. Follows LightSpeedWP meta:stale label automation." +"category": "Issue Management" +"labels": + - "meta:stale" + - "status:on-hold" +"references": - "../ISSUE_LABELS.md" +"file_type": "saved-reply" --- # Stale or Abandoned Issue Saved Replies diff --git a/.github/SAVED_REPLIES/issues/support.md b/.github/SAVED_REPLIES/issues/support.md index 29334578..54f60d46 100644 --- a/.github/SAVED_REPLIES/issues/support.md +++ b/.github/SAVED_REPLIES/issues/support.md @@ -1,14 +1,15 @@ --- -title: "Support Question Saved Replies" -description: "General support responses and guidance for common questions. References LightSpeedWP's community, support, and documentation resources." -category: "Issue Management" -labels: - - type:support - - status:needs-triage -references: +"title": "Support Question Saved Replies" +"description": "General support responses and guidance for common questions. References LightSpeedWP's community, support, and documentation resources." +"category": "Issue Management" +"labels": + - "type:support" + - "status:needs-triage" +"references": - "../../SUPPORT.md" - "../../CONTRIBUTING.md" - "../../README.md" +"file_type": "saved-reply" --- # Support Question Saved Replies diff --git a/.github/SAVED_REPLIES/issues/triage.md b/.github/SAVED_REPLIES/issues/triage.md index 383ec824..1254e943 100644 --- a/.github/SAVED_REPLIES/issues/triage.md +++ b/.github/SAVED_REPLIES/issues/triage.md @@ -1,12 +1,13 @@ --- -title: "Triage Status Saved Replies" -description: "Standard responses for new issues in triage, requesting clarification or next steps. Follows LightSpeedWP label and triage workflow." -category: "Issue Management" -labels: - - status:needs-triage -references: +"title": "Triage Status Saved Replies" +"description": "Standard responses for new issues in triage, requesting clarification or next steps. Follows LightSpeedWP label and triage workflow." +"category": "Issue Management" +"labels": + - "status:needs-triage" +"references": - "../ISSUE_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Triage Status Saved Replies diff --git a/.github/SAVED_REPLIES/issues/wontfix.md b/.github/SAVED_REPLIES/issues/wontfix.md index 9073a64d..a70c0af9 100644 --- a/.github/SAVED_REPLIES/issues/wontfix.md +++ b/.github/SAVED_REPLIES/issues/wontfix.md @@ -1,12 +1,13 @@ --- -title: "Wontfix / By Design Saved Replies" -description: "Use when a reported issue or feature request is not planned or is by design. Follows LightSpeedWP workflow and documentation standards." -category: "Issue Management" -labels: - - status:wontfix -references: +"title": "Wontfix / By Design Saved Replies" +"description": "Use when a reported issue or feature request is not planned or is by design. Follows LightSpeedWP workflow and documentation standards." +"category": "Issue Management" +"labels": + - "status:wontfix" +"references": - "../ISSUE_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Wontfix / By Design Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/ai-assist.md b/.github/SAVED_REPLIES/pull-requests/ai-assist.md index fb22a2f2..ea3aa1a0 100644 --- a/.github/SAVED_REPLIES/pull-requests/ai-assist.md +++ b/.github/SAVED_REPLIES/pull-requests/ai-assist.md @@ -1,12 +1,13 @@ --- -title: "AI-Assisted PR Saved Replies" -description: "Guidance on using Copilot, CodeRabbit, or other AI tools when drafting or reviewing PRs at LightSpeedWP." -category: "Pull Request" -labels: - - status:needs-review -references: +"title": "AI-Assisted PR Saved Replies" +"description": "Guidance on using Copilot, CodeRabbit, or other AI tools when drafting or reviewing PRs at LightSpeedWP." +"category": "Pull Request" +"labels": + - "status:needs-review" +"references": - "../../custom-instructions.md" - "../../pull_request_template.md" +"file_type": "saved-reply" --- # AI-Assisted PR Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/area-labeling.md b/.github/SAVED_REPLIES/pull-requests/area-labeling.md index 6cc3d423..a189fa88 100644 --- a/.github/SAVED_REPLIES/pull-requests/area-labeling.md +++ b/.github/SAVED_REPLIES/pull-requests/area-labeling.md @@ -1,12 +1,13 @@ --- -title: "Area/Component Labeling Saved Replies" -description: "Reply to clarify area/component label assignment for PR routing and automation." -category: "Pull Request" -labels: - - status:needs-triage -references: +"title": "Area/Component Labeling Saved Replies" +"description": "Reply to clarify area/component label assignment for PR routing and automation." +"category": "Pull Request" +"labels": + - "status:needs-triage" +"references": - "../../labels.yml" - "../../PR_LABELS.md" +"file_type": "saved-reply" --- # Area/Component Labeling Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/area-routing.md b/.github/SAVED_REPLIES/pull-requests/area-routing.md index e7413e85..153d25a0 100644 --- a/.github/SAVED_REPLIES/pull-requests/area-routing.md +++ b/.github/SAVED_REPLIES/pull-requests/area-routing.md @@ -1,12 +1,13 @@ --- -title: "Area/Component Routing Saved Replies" -description: "Reply when a PR is re-labeled or routed to a specific area/component for review. Aligns with org-wide label policy." -category: "Pull Request" -labels: - - status:needs-review -references: +"title": "Area/Component Routing Saved Replies" +"description": "Reply when a PR is re-labeled or routed to a specific area/component for review. Aligns with org-wide label policy." +"category": "Pull Request" +"labels": + - "status:needs-review" +"references": - "../../PR_LABELS.md" - "../../labels.yml" +"file_type": "saved-reply" --- # Area/Component Routing Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/automated-dependency-update.md b/.github/SAVED_REPLIES/pull-requests/automated-dependency-update.md index 221774b3..6b6a56b3 100644 --- a/.github/SAVED_REPLIES/pull-requests/automated-dependency-update.md +++ b/.github/SAVED_REPLIES/pull-requests/automated-dependency-update.md @@ -1,13 +1,14 @@ --- -title: "Automated Dependency Update Saved Replies" -description: "Standard reply for Renovate/Dependabot PRs, outlining expectations for review and merge." -category: "Pull Request" -labels: - - area:dependencies - - status:needs-review -references: +"title": "Automated Dependency Update Saved Replies" +"description": "Standard reply for Renovate/Dependabot PRs, outlining expectations for review and merge." +"category": "Pull Request" +"labels": + - "area:dependencies" + - "status:needs-review" +"references": - "../../CONTRIBUTING.md" - "../../PR_LABELS.md" +"file_type": "saved-reply" --- # Automated Dependency Update Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/awaiting-author.md b/.github/SAVED_REPLIES/pull-requests/awaiting-author.md index 78716266..c57b9d8a 100644 --- a/.github/SAVED_REPLIES/pull-requests/awaiting-author.md +++ b/.github/SAVED_REPLIES/pull-requests/awaiting-author.md @@ -1,11 +1,12 @@ --- -title: "Awaiting Author Response Saved Replies" -description: "Standard reply when a PR is awaiting feedback or changes from the author." -category: "Pull Request" -labels: - - status:needs-author-feedback -references: +"title": "Awaiting Author Response Saved Replies" +"description": "Standard reply when a PR is awaiting feedback or changes from the author." +"category": "Pull Request" +"labels": + - "status:needs-author-feedback" +"references": - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Awaiting Author Response Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/branch-naming.md b/.github/SAVED_REPLIES/pull-requests/branch-naming.md index 4185102f..c6c034d3 100644 --- a/.github/SAVED_REPLIES/pull-requests/branch-naming.md +++ b/.github/SAVED_REPLIES/pull-requests/branch-naming.md @@ -1,12 +1,13 @@ --- -title: "Branch Naming Enforcement Saved Replies" -description: "Standard response for PRs not following the branch naming convention. Aligns with LightSpeedWP branching and automation standards." -category: "Pull Request" -labels: - - status:needs-review -references: +"title": "Branch Naming Enforcement Saved Replies" +"description": "Standard response for PRs not following the branch naming convention. Aligns with LightSpeedWP branching and automation standards." +"category": "Pull Request" +"labels": + - "status:needs-review" +"references": - "../../BRANCHING_STRATEGY.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Branch Naming Enforcement Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/changelog-required.md b/.github/SAVED_REPLIES/pull-requests/changelog-required.md index deab6190..6fa6bf8a 100644 --- a/.github/SAVED_REPLIES/pull-requests/changelog-required.md +++ b/.github/SAVED_REPLIES/pull-requests/changelog-required.md @@ -1,13 +1,14 @@ --- -title: "Changelog Required Saved Replies" -description: "Prompt contributors to add a changelog entry to their PR, as required for release automation." -category: "Pull Request" -labels: - - meta:needs-changelog -references: +"title": "Changelog Required Saved Replies" +"description": "Prompt contributors to add a changelog entry to their PR, as required for release automation." +"category": "Pull Request" +"labels": + - "meta:needs-changelog" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../CONTRIBUTING.md" - "../../pull_request_template.md" +"file_type": "saved-reply" --- # Changelog Required Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/closing-inactive.md b/.github/SAVED_REPLIES/pull-requests/closing-inactive.md index 1abd7025..3733dd9b 100644 --- a/.github/SAVED_REPLIES/pull-requests/closing-inactive.md +++ b/.github/SAVED_REPLIES/pull-requests/closing-inactive.md @@ -1,11 +1,12 @@ --- -title: "Closing Inactive PR Saved Replies" -description: "Standard polite message for closing PRs due to inactivity or lack of response." -category: "Pull Request" -labels: - - status:closed -references: +"title": "Closing Inactive PR Saved Replies" +"description": "Standard polite message for closing PRs due to inactivity or lack of response." +"category": "Pull Request" +"labels": + - "status:closed" +"references": - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Closing Inactive PR Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/code-review.md b/.github/SAVED_REPLIES/pull-requests/code-review.md index dd05b398..fe361bd0 100644 --- a/.github/SAVED_REPLIES/pull-requests/code-review.md +++ b/.github/SAVED_REPLIES/pull-requests/code-review.md @@ -1,7 +1,8 @@ --- -title: "Code Review Saved Replies" -description: "Constructive feedback templates for code quality, standards compliance, and improvements." -category: "Pull Request" +"title": "Code Review Saved Replies" +"description": "Constructive feedback templates for code quality, standards compliance, and improvements." +"category": "Pull Request" +"file_type": "saved-reply" --- # Code Review Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/conflicts.md b/.github/SAVED_REPLIES/pull-requests/conflicts.md index e3e61d3e..759e8ace 100644 --- a/.github/SAVED_REPLIES/pull-requests/conflicts.md +++ b/.github/SAVED_REPLIES/pull-requests/conflicts.md @@ -1,12 +1,13 @@ --- -title: "Merge Conflicts Saved Replies" -description: "Guidance for resolving merge conflicts in PRs, with next steps for the author." -category: "Pull Request" -labels: - - status:blocked -references: +"title": "Merge Conflicts Saved Replies" +"description": "Guidance for resolving merge conflicts in PRs, with next steps for the author." +"category": "Pull Request" +"labels": + - "status:blocked" +"references": - "../../CONTRIBUTING.md" - "../../BRANCHING_STRATEGY.md" +"file_type": "saved-reply" --- # Merge Conflicts Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/dependency-update.md b/.github/SAVED_REPLIES/pull-requests/dependency-update.md index 44e4e05e..c4988843 100644 --- a/.github/SAVED_REPLIES/pull-requests/dependency-update.md +++ b/.github/SAVED_REPLIES/pull-requests/dependency-update.md @@ -1,13 +1,14 @@ --- -title: "Dependency Update Automation Saved Reply" -description: "Guidance for automated dependency update PRs that fail or encounter merge conflicts (Renovate, Dependabot, etc)." -category: "Pull Request" -labels: - - area:dependencies - - status:needs-review -references: +"title": "Dependency Update Automation Saved Reply" +"description": "Guidance for automated dependency update PRs that fail or encounter merge conflicts (Renovate, Dependabot, etc)." +"category": "Pull Request" +"labels": + - "area:dependencies" + - "status:needs-review" +"references": - "../instructions/dependencies.md" - "../instructions/automation.md" +"file_type": "saved-reply" --- # Dependency Update Automation Saved Reply diff --git a/.github/SAVED_REPLIES/pull-requests/documentation-pr.md b/.github/SAVED_REPLIES/pull-requests/documentation-pr.md index 8fad2775..6246cabb 100644 --- a/.github/SAVED_REPLIES/pull-requests/documentation-pr.md +++ b/.github/SAVED_REPLIES/pull-requests/documentation-pr.md @@ -1,7 +1,8 @@ --- -title: "Documentation Updates Saved Replies" -description: "Feedback for documentation PRs and content improvements." -category: "Pull Request" +"title": "Documentation Updates Saved Replies" +"description": "Feedback for documentation PRs and content improvements." +"category": "Pull Request" +"file_type": "saved-reply" --- # Documentation Updates Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/draft-pr.md b/.github/SAVED_REPLIES/pull-requests/draft-pr.md index 69083ba6..d5990996 100644 --- a/.github/SAVED_REPLIES/pull-requests/draft-pr.md +++ b/.github/SAVED_REPLIES/pull-requests/draft-pr.md @@ -1,12 +1,13 @@ --- -title: "Draft PR Saved Replies" -description: "Standard reply for draft pull requests, encouraging early feedback and best practices." -category: "Pull Request" -labels: - - status:in-progress -references: +"title": "Draft PR Saved Replies" +"description": "Standard reply for draft pull requests, encouraging early feedback and best practices." +"category": "Pull Request" +"labels": + - "status:in-progress" +"references": - "../../CONTRIBUTING.md" - "../../pull_request_template.md" +"file_type": "saved-reply" --- # Draft PR Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/merge-discipline.md b/.github/SAVED_REPLIES/pull-requests/merge-discipline.md index 14a40e32..501486d0 100644 --- a/.github/SAVED_REPLIES/pull-requests/merge-discipline.md +++ b/.github/SAVED_REPLIES/pull-requests/merge-discipline.md @@ -1,12 +1,13 @@ --- -title: "Merge Discipline Saved Replies" -description: "Reminds about squash merge, deleting branches, and branch protection rules. Aligns with org strategy." -category: "Pull Request" -labels: - - status:ready -references: +"title": "Merge Discipline Saved Replies" +"description": "Reminds about squash merge, deleting branches, and branch protection rules. Aligns with org strategy." +"category": "Pull Request" +"labels": + - "status:ready" +"references": - "../../BRANCHING_STRATEGY.md" - "../../AUTOMATION_GOVERNANCE.md" +"file_type": "saved-reply" --- # Merge Discipline Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/missing-labels.md b/.github/SAVED_REPLIES/pull-requests/missing-labels.md index 5276d9a8..54d14827 100644 --- a/.github/SAVED_REPLIES/pull-requests/missing-labels.md +++ b/.github/SAVED_REPLIES/pull-requests/missing-labels.md @@ -1,12 +1,13 @@ --- -title: "PR Label Enforcement Saved Replies" -description: "Standard reply when PRs are missing required status, priority, or release labels. Supports LightSpeedWP automation and changelog policies." -category: "Pull Request" -labels: - - status:needs-triage -references: +"title": "PR Label Enforcement Saved Replies" +"description": "Standard reply when PRs are missing required status, priority, or release labels. Supports LightSpeedWP automation and changelog policies." +"category": "Pull Request" +"labels": + - "status:needs-triage" +"references": - "../../PR_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # PR Label Enforcement Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/needs-qa.md b/.github/SAVED_REPLIES/pull-requests/needs-qa.md index e6aed3e7..c6fe596e 100644 --- a/.github/SAVED_REPLIES/pull-requests/needs-qa.md +++ b/.github/SAVED_REPLIES/pull-requests/needs-qa.md @@ -1,11 +1,12 @@ --- -title: "Needs QA Saved Replies" -description: "Reply when a PR is ready for or requires quality assurance review before merge." -category: "Pull Request" -labels: - - status:needs-qa -references: +"title": "Needs QA Saved Replies" +"description": "Reply when a PR is ready for or requires quality assurance review before merge." +"category": "Pull Request" +"labels": + - "status:needs-qa" +"references": - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Needs QA Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/performance.md b/.github/SAVED_REPLIES/pull-requests/performance.md index 6f2c7eb9..673c4b36 100644 --- a/.github/SAVED_REPLIES/pull-requests/performance.md +++ b/.github/SAVED_REPLIES/pull-requests/performance.md @@ -1,7 +1,8 @@ --- -title: "Performance Issues Saved Replies" -description: "Performance optimization suggestions and benchmarking requests." -category: "Pull Request" +"title": "Performance Issues Saved Replies" +"description": "Performance optimization suggestions and benchmarking requests." +"category": "Pull Request" +"file_type": "saved-reply" --- # Performance Issues Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/ready-for-review.md b/.github/SAVED_REPLIES/pull-requests/ready-for-review.md index 3a591627..6ea804e5 100644 --- a/.github/SAVED_REPLIES/pull-requests/ready-for-review.md +++ b/.github/SAVED_REPLIES/pull-requests/ready-for-review.md @@ -1,12 +1,13 @@ --- -title: "Ready for Review Saved Replies" -description: "Standard reply when a PR moves from draft to ready, outlining expectations for review." -category: "Pull Request" -labels: - - status:needs-review -references: +"title": "Ready for Review Saved Replies" +"description": "Standard reply when a PR moves from draft to ready, outlining expectations for review." +"category": "Pull Request" +"labels": + - "status:needs-review" +"references": - "../../CONTRIBUTING.md" - "../../pull_request_template.md" +"file_type": "saved-reply" --- # Ready for Review Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/release-label-guidance.md b/.github/SAVED_REPLIES/pull-requests/release-label-guidance.md index 08497bd4..64a234fa 100644 --- a/.github/SAVED_REPLIES/pull-requests/release-label-guidance.md +++ b/.github/SAVED_REPLIES/pull-requests/release-label-guidance.md @@ -1,12 +1,13 @@ --- -title: "Release Label Guidance Saved Replies" -description: "Guidance for selecting the correct release label (patch, minor, major) for semantic versioning and release automation." -category: "Pull Request" -labels: - - status:needs-review -references: +"title": "Release Label Guidance Saved Replies" +"description": "Guidance for selecting the correct release label (patch, minor, major) for semantic versioning and release automation." +"category": "Pull Request" +"labels": + - "status:needs-review" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../PR_LABELS.md" +"file_type": "saved-reply" --- # Release Label Guidance Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/security.md b/.github/SAVED_REPLIES/pull-requests/security.md index b57ea35d..04df3ec4 100644 --- a/.github/SAVED_REPLIES/pull-requests/security.md +++ b/.github/SAVED_REPLIES/pull-requests/security.md @@ -1,7 +1,8 @@ --- -title: "Security Concerns Saved Replies" -description: "Security-related feedback and vulnerability remediation guidance." -category: "Pull Request" +"title": "Security Concerns Saved Replies" +"description": "Security-related feedback and vulnerability remediation guidance." +"category": "Pull Request" +"file_type": "saved-reply" --- # Security Concerns Saved Replies diff --git a/.github/SAVED_REPLIES/pull-requests/testing.md b/.github/SAVED_REPLIES/pull-requests/testing.md index ef7dafc8..df17135c 100644 --- a/.github/SAVED_REPLIES/pull-requests/testing.md +++ b/.github/SAVED_REPLIES/pull-requests/testing.md @@ -1,7 +1,8 @@ --- -title: "Testing Requirements Saved Replies" -description: "Responses regarding test coverage, test quality, and testing requirements." -category: "Pull Request" +"title": "Testing Requirements Saved Replies" +"description": "Responses regarding test coverage, test quality, and testing requirements." +"category": "Pull Request" +"file_type": "saved-reply" --- # Testing Requirements Saved Replies diff --git a/.github/SAVED_REPLIES/technical/api-integration.md b/.github/SAVED_REPLIES/technical/api-integration.md index d3ab4982..f4725668 100644 --- a/.github/SAVED_REPLIES/technical/api-integration.md +++ b/.github/SAVED_REPLIES/technical/api-integration.md @@ -1,13 +1,14 @@ --- -title: "API Integration Support Saved Reply" -description: "Standard response for API usage, authentication, and integration support issues." -category: "Technical Support" -labels: - - area:api - - status:needs-triage -references: +"title": "API Integration Support Saved Reply" +"description": "Standard response for API usage, authentication, and integration support issues." +"category": "Technical Support" +"labels": + - "area:api" + - "status:needs-triage" +"references": - "../../instructions/api-integration.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # API Integration Support Saved Reply diff --git a/.github/SAVED_REPLIES/technical/code-style.md b/.github/SAVED_REPLIES/technical/code-style.md index 7d2b7c4f..3b2c853f 100644 --- a/.github/SAVED_REPLIES/technical/code-style.md +++ b/.github/SAVED_REPLIES/technical/code-style.md @@ -1,9 +1,10 @@ --- -title: "Code Style Saved Reply" -description: "Feedback on code style or formatting in PRs or issues." -category: "Technical" -labels: - - type:improve +"title": "Code Style Saved Reply" +"description": "Feedback on code style or formatting in PRs or issues." +"category": "Technical" +"labels": + - "type:improve" +"file_type": "saved-reply" --- # Code Style Saved Reply diff --git a/.github/SAVED_REPLIES/technical/configuration.md b/.github/SAVED_REPLIES/technical/configuration.md index bf2c4277..3e7d7e15 100644 --- a/.github/SAVED_REPLIES/technical/configuration.md +++ b/.github/SAVED_REPLIES/technical/configuration.md @@ -1,13 +1,14 @@ --- -title: "Configuration Issue Saved Reply" -description: "Common configuration problems and solutions." -category: "Technical Support" -labels: - - area:configuration - - status:needs-triage -references: +"title": "Configuration Issue Saved Reply" +"description": "Common configuration problems and solutions." +"category": "Technical Support" +"labels": + - "area:configuration" + - "status:needs-triage" +"references": - "../../instructions/configuration.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Configuration Issues Saved Reply diff --git a/.github/SAVED_REPLIES/technical/dependencies.md b/.github/SAVED_REPLIES/technical/dependencies.md index a789b632..954522d9 100644 --- a/.github/SAVED_REPLIES/technical/dependencies.md +++ b/.github/SAVED_REPLIES/technical/dependencies.md @@ -1,13 +1,14 @@ --- -title: "Dependency Problem Saved Reply" -description: "Package, library, and dependency-related issue responses." -category: "Technical Support" -labels: - - area:dependencies - - status:needs-triage -references: +"title": "Dependency Problem Saved Reply" +"description": "Package, library, and dependency-related issue responses." +"category": "Technical Support" +"labels": + - "area:dependencies" + - "status:needs-triage" +"references": - "../../instructions/dependencies.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Dependency Problems Saved Reply diff --git a/.github/SAVED_REPLIES/technical/dependency-update.md b/.github/SAVED_REPLIES/technical/dependency-update.md index 7c01241e..6e0968f4 100644 --- a/.github/SAVED_REPLIES/technical/dependency-update.md +++ b/.github/SAVED_REPLIES/technical/dependency-update.md @@ -1,13 +1,14 @@ --- -title: "Dependency Update Automation Saved Reply" -description: "Guidance for troubleshooting automated dependency update failures or merge conflicts (Renovate, Dependabot, etc)." -category: "Technical Support" -labels: - - area:dependencies - - status:needs-triage -references: +"title": "Dependency Update Automation Saved Reply" +"description": "Guidance for troubleshooting automated dependency update failures or merge conflicts (Renovate, Dependabot, etc)." +"category": "Technical Support" +"labels": + - "area:dependencies" + - "status:needs-triage" +"references": - "../../instructions/dependencies.md" - "../../instructions/automation.md" +"file_type": "saved-reply" --- # Dependency Update Automation Saved Reply diff --git a/.github/SAVED_REPLIES/technical/environment-config.md b/.github/SAVED_REPLIES/technical/environment-config.md index 10b3a393..ca144693 100644 --- a/.github/SAVED_REPLIES/technical/environment-config.md +++ b/.github/SAVED_REPLIES/technical/environment-config.md @@ -1,14 +1,15 @@ --- -title: "Environment Configuration Issues Saved Reply" -description: "Support reply for development, testing, or deployment environment setup/configuration issues." -category: "Technical Support" -labels: - - area:environment - - area:configuration - - status:needs-triage -references: +"title": "Environment Configuration Issues Saved Reply" +"description": "Support reply for development, testing, or deployment environment setup/configuration issues." +"category": "Technical Support" +"labels": + - "area:environment" + - "area:configuration" + - "status:needs-triage" +"references": - "../../instructions/environment.md" - "../../instructions/deployment-checklist.md" +"file_type": "saved-reply" --- # Environment Configuration Issues Saved Reply diff --git a/.github/SAVED_REPLIES/technical/environment.md b/.github/SAVED_REPLIES/technical/environment.md index 89dbed22..c78ae1cb 100644 --- a/.github/SAVED_REPLIES/technical/environment.md +++ b/.github/SAVED_REPLIES/technical/environment.md @@ -1,13 +1,14 @@ --- -title: "Environment Setup Saved Reply" -description: "Development environment setup guidance and troubleshooting." -category: "Technical Support" -labels: - - area:environment - - status:needs-triage -references: +"title": "Environment Setup Saved Reply" +"description": "Development environment setup guidance and troubleshooting." +"category": "Technical Support" +"labels": + - "area:environment" + - "status:needs-triage" +"references": - "../../instructions/environment.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Environment Setup Saved Reply diff --git a/.github/SAVED_REPLIES/technical/missing-tests.md b/.github/SAVED_REPLIES/technical/missing-tests.md index a29b9d6f..1848cea3 100644 --- a/.github/SAVED_REPLIES/technical/missing-tests.md +++ b/.github/SAVED_REPLIES/technical/missing-tests.md @@ -1,9 +1,10 @@ --- -title: "Missing Tests Saved Reply" -description: "Prompt to add required tests to a PR or issue." -category: "Technical" -labels: - - type:test +"title": "Missing Tests Saved Reply" +"description": "Prompt to add required tests to a PR or issue." +"category": "Technical" +"labels": + - "type:test" +"file_type": "saved-reply" --- # Missing Tests Saved Reply diff --git a/.github/SAVED_REPLIES/technical/performance.md b/.github/SAVED_REPLIES/technical/performance.md index 3ae2bdf9..586300ef 100644 --- a/.github/SAVED_REPLIES/technical/performance.md +++ b/.github/SAVED_REPLIES/technical/performance.md @@ -1,9 +1,10 @@ --- -title: "Performance Technical Saved Reply" -description: "Notice and suggestions for PRs/issues with performance impact." -category: "Technical" -labels: - - type:performance +"title": "Performance Technical Saved Reply" +"description": "Notice and suggestions for PRs/issues with performance impact." +"category": "Technical" +"labels": + - "type:performance" +"file_type": "saved-reply" --- # Performance Technical Saved Reply diff --git a/.github/SAVED_REPLIES/technical/security.md b/.github/SAVED_REPLIES/technical/security.md index d035ff1a..b6339028 100644 --- a/.github/SAVED_REPLIES/technical/security.md +++ b/.github/SAVED_REPLIES/technical/security.md @@ -1,9 +1,10 @@ --- -title: "Security Saved Reply" -description: "Response for security concerns, vulnerabilities, or sensitive data." -category: "Technical" -labels: - - type:security +"title": "Security Saved Reply" +"description": "Response for security concerns, vulnerabilities, or sensitive data." +"category": "Technical" +"labels": + - "type:security" +"file_type": "saved-reply" --- # Security Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/automation.md b/.github/SAVED_REPLIES/workflow/automation.md index 3811055d..4eb69173 100644 --- a/.github/SAVED_REPLIES/workflow/automation.md +++ b/.github/SAVED_REPLIES/workflow/automation.md @@ -1,15 +1,16 @@ --- -title: "Workflow Automation Issues Saved Reply" -description: "Guidance for troubleshooting workflow automation failures and GitHub Actions issues." -category: "Workflow" -labels: - - area:automation - - area:workflow - - status:needs-triage -references: +"title": "Workflow Automation Issues Saved Reply" +"description": "Guidance for troubleshooting workflow automation failures and GitHub Actions issues." +"category": "Workflow" +"labels": + - "area:automation" + - "area:workflow" + - "status:needs-triage" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../instructions/ci-cd-troubleshooting.md" - "https://docs.github.com/en/actions" +"file_type": "saved-reply" --- # Workflow Automation Issues Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/branch-management.md b/.github/SAVED_REPLIES/workflow/branch-management.md index bbb2e59e..4b9c42fc 100644 --- a/.github/SAVED_REPLIES/workflow/branch-management.md +++ b/.github/SAVED_REPLIES/workflow/branch-management.md @@ -1,13 +1,14 @@ --- -title: "Branch Management Saved Reply" -description: "Branch naming, merging, and management standard responses." -category: "Workflow" -labels: - - area:branching - - status:needs-triage -references: +"title": "Branch Management Saved Reply" +"description": "Branch naming, merging, and management standard responses." +"category": "Workflow" +"labels": + - "area:branching" + - "status:needs-triage" +"references": - "../../BRANCHING_STRATEGY.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Branch Management Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/branches.md b/.github/SAVED_REPLIES/workflow/branches.md index bbb2e59e..4b9c42fc 100644 --- a/.github/SAVED_REPLIES/workflow/branches.md +++ b/.github/SAVED_REPLIES/workflow/branches.md @@ -1,13 +1,14 @@ --- -title: "Branch Management Saved Reply" -description: "Branch naming, merging, and management standard responses." -category: "Workflow" -labels: - - area:branching - - status:needs-triage -references: +"title": "Branch Management Saved Reply" +"description": "Branch naming, merging, and management standard responses." +"category": "Workflow" +"labels": + - "area:branching" + - "status:needs-triage" +"references": - "../../BRANCHING_STRATEGY.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Branch Management Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/changelog-versioning.md b/.github/SAVED_REPLIES/workflow/changelog-versioning.md index b0079c90..8f13229c 100644 --- a/.github/SAVED_REPLIES/workflow/changelog-versioning.md +++ b/.github/SAVED_REPLIES/workflow/changelog-versioning.md @@ -1,15 +1,16 @@ --- -title: "Changelog/Versioning Automation Saved Reply" -description: "Responses for changelog enforcement, version bump, or release notes automation issues." -category: "Workflow" -labels: - - area:automation - - area:release - - status:needs-triage -references: +"title": "Changelog/Versioning Automation Saved Reply" +"description": "Responses for changelog enforcement, version bump, or release notes automation issues." +"category": "Workflow" +"labels": + - "area:automation" + - "area:release" + - "status:needs-triage" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../CONTRIBUTING.md" - "../../instructions/changelog.instructions.md" +"file_type": "saved-reply" --- # Changelog/Versioning Automation Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/cicd-failures.md b/.github/SAVED_REPLIES/workflow/cicd-failures.md index eed1a82f..6f8e7e32 100644 --- a/.github/SAVED_REPLIES/workflow/cicd-failures.md +++ b/.github/SAVED_REPLIES/workflow/cicd-failures.md @@ -1,13 +1,14 @@ --- -title: "CI/CD Failures Saved Reply" -description: "Standard responses for build failures, test failures, and pipeline issues." -category: "Workflow" -labels: - - area:ci - - status:needs-triage -references: +"title": "CI/CD Failures Saved Reply" +"description": "Standard responses for build failures, test failures, and pipeline issues." +"category": "Workflow" +"labels": + - "area:ci" + - "status:needs-triage" +"references": - "../../instructions/automation.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # CI/CD Failures Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/dependency-update.md b/.github/SAVED_REPLIES/workflow/dependency-update.md index 5db7436f..5b698e0b 100644 --- a/.github/SAVED_REPLIES/workflow/dependency-update.md +++ b/.github/SAVED_REPLIES/workflow/dependency-update.md @@ -1,14 +1,15 @@ --- -title: "Dependency Update Automation Saved Reply" -description: "Replies for issues with automated dependency updates or conflicts during dependency workflows." -category: "Workflow" -labels: - - area:dependencies - - area:automation - - status:needs-triage -references: +"title": "Dependency Update Automation Saved Reply" +"description": "Replies for issues with automated dependency updates or conflicts during dependency workflows." +"category": "Workflow" +"labels": + - "area:dependencies" + - "area:automation" + - "status:needs-triage" +"references": - "../../instructions/dependencies.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Dependency Update Automation Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/deployment.md b/.github/SAVED_REPLIES/workflow/deployment.md index a088f567..002bc1d0 100644 --- a/.github/SAVED_REPLIES/workflow/deployment.md +++ b/.github/SAVED_REPLIES/workflow/deployment.md @@ -1,13 +1,14 @@ --- -title: "Deployment Issue Saved Reply" -description: "Deployment-related problem responses and resolution guidance." -category: "Workflow" -labels: - - area:deployment - - status:needs-triage -references: +"title": "Deployment Issue Saved Reply" +"description": "Deployment-related problem responses and resolution guidance." +"category": "Workflow" +"labels": + - "area:deployment" + - "status:needs-triage" +"references": - "../../instructions/automation.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Deployment Issues Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/draft-pr.md b/.github/SAVED_REPLIES/workflow/draft-pr.md index a116bd28..b0113a56 100644 --- a/.github/SAVED_REPLIES/workflow/draft-pr.md +++ b/.github/SAVED_REPLIES/workflow/draft-pr.md @@ -1,9 +1,10 @@ --- -title: "Draft PR Saved Reply" -description: "Reply for PRs marked as draft." -category: "Workflow" -labels: - - status:in-progress +"title": "Draft PR Saved Reply" +"description": "Reply for PRs marked as draft." +"category": "Workflow" +"labels": + - "status:in-progress" +"file_type": "saved-reply" --- # Draft PR Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/environment-config.md b/.github/SAVED_REPLIES/workflow/environment-config.md index 1c1580b2..4c7cc6c5 100644 --- a/.github/SAVED_REPLIES/workflow/environment-config.md +++ b/.github/SAVED_REPLIES/workflow/environment-config.md @@ -1,14 +1,15 @@ --- -title: "Environment Configuration Issues Saved Reply" -description: "Responses for problems related to deployment/test environment setup for workflows." -category: "Workflow" -labels: - - area:environment - - area:configuration - - status:needs-triage -references: +"title": "Environment Configuration Issues Saved Reply" +"description": "Responses for problems related to deployment/test environment setup for workflows." +"category": "Workflow" +"labels": + - "area:environment" + - "area:configuration" + - "status:needs-triage" +"references": - "../../instructions/environment.md" - "../../instructions/deployment-checklist.md" +"file_type": "saved-reply" --- # Environment Configuration Issues Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/labeling.md b/.github/SAVED_REPLIES/workflow/labeling.md index ca72f608..dfb79014 100644 --- a/.github/SAVED_REPLIES/workflow/labeling.md +++ b/.github/SAVED_REPLIES/workflow/labeling.md @@ -1,15 +1,16 @@ --- -title: "Labeling Automation Saved Reply" -description: "Guidance and troubleshooting for automated labeler issues and workflow errors." -category: "Workflow" -labels: - - area:automation - - area:labeling - - status:needs-triage -references: +"title": "Labeling Automation Saved Reply" +"description": "Guidance and troubleshooting for automated labeler issues and workflow errors." +"category": "Workflow" +"labels": + - "area:automation" + - "area:labeling" + - "status:needs-triage" +"references": - "../../.github/labeler.yml" - "../../ISSUE_LABELS.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Labeling Automation Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/needs-rebase.md b/.github/SAVED_REPLIES/workflow/needs-rebase.md index fbfab5a8..91602722 100644 --- a/.github/SAVED_REPLIES/workflow/needs-rebase.md +++ b/.github/SAVED_REPLIES/workflow/needs-rebase.md @@ -1,9 +1,10 @@ --- -title: "Needs Rebase Saved Reply" -description: "Request to rebase a branch to resolve merge conflicts." -category: "Workflow" -labels: - - status:blocked +"title": "Needs Rebase Saved Reply" +"description": "Request to rebase a branch to resolve merge conflicts." +"category": "Workflow" +"labels": + - "status:blocked" +"file_type": "saved-reply" --- # Needs Rebase Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/permissions-secrets.md b/.github/SAVED_REPLIES/workflow/permissions-secrets.md index 84e5f8dc..93568719 100644 --- a/.github/SAVED_REPLIES/workflow/permissions-secrets.md +++ b/.github/SAVED_REPLIES/workflow/permissions-secrets.md @@ -1,15 +1,16 @@ --- -title: "Permissions/Secrets Issues Saved Reply" -description: "Replies for problems accessing required secrets, tokens, or permissions during workflow runs." -category: "Workflow" -labels: - - area:automation - - area:secrets - - status:needs-triage -references: +"title": "Permissions/Secrets Issues Saved Reply" +"description": "Replies for problems accessing required secrets, tokens, or permissions during workflow runs." +"category": "Workflow" +"labels": + - "area:automation" + - "area:secrets" + - "status:needs-triage" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../CONTRIBUTING.md" - "https://docs.github.com/en/actions/security-guides/encrypted-secrets" +"file_type": "saved-reply" --- # Permissions/Secrets Issues Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/project-sync.md b/.github/SAVED_REPLIES/workflow/project-sync.md index 7a69d25c..fb262cf3 100644 --- a/.github/SAVED_REPLIES/workflow/project-sync.md +++ b/.github/SAVED_REPLIES/workflow/project-sync.md @@ -1,15 +1,16 @@ --- -title: "Project Sync/Board Management Saved Reply" -description: "Replies for issues syncing items to GitHub Projects, status fields, or board automation." -category: "Workflow" -labels: - - area:automation - - area:project - - status:needs-triage -references: +"title": "Project Sync/Board Management Saved Reply" +"description": "Replies for issues syncing items to GitHub Projects, status fields, or board automation." +"category": "Workflow" +"labels": + - "area:automation" + - "area:project" + - "status:needs-triage" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../CONTRIBUTING.md" - "https://docs.github.com/en/issues/organizing-your-work-with-projects" +"file_type": "saved-reply" --- # Project Sync/Board Management Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/release-management.md b/.github/SAVED_REPLIES/workflow/release-management.md index 62d127b7..e7a4e27c 100644 --- a/.github/SAVED_REPLIES/workflow/release-management.md +++ b/.github/SAVED_REPLIES/workflow/release-management.md @@ -1,13 +1,14 @@ --- -title: "Release Management Saved Reply" -description: "Release-related communications and process guidance." -category: "Workflow" -labels: - - area:release - - status:needs-triage -references: +"title": "Release Management Saved Reply" +"description": "Release-related communications and process guidance." +"category": "Workflow" +"labels": + - "area:release" + - "status:needs-triage" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Release Management Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/releases.md b/.github/SAVED_REPLIES/workflow/releases.md index 62d127b7..e7a4e27c 100644 --- a/.github/SAVED_REPLIES/workflow/releases.md +++ b/.github/SAVED_REPLIES/workflow/releases.md @@ -1,13 +1,14 @@ --- -title: "Release Management Saved Reply" -description: "Release-related communications and process guidance." -category: "Workflow" -labels: - - area:release - - status:needs-triage -references: +"title": "Release Management Saved Reply" +"description": "Release-related communications and process guidance." +"category": "Workflow" +"labels": + - "area:release" + - "status:needs-triage" +"references": - "../../AUTOMATION_GOVERNANCE.md" - "../../CONTRIBUTING.md" +"file_type": "saved-reply" --- # Release Management Saved Reply diff --git a/.github/SAVED_REPLIES/workflow/workflow-failure.md b/.github/SAVED_REPLIES/workflow/workflow-failure.md index f9a5ec77..f7d48554 100644 --- a/.github/SAVED_REPLIES/workflow/workflow-failure.md +++ b/.github/SAVED_REPLIES/workflow/workflow-failure.md @@ -1,9 +1,10 @@ --- -title: "Workflow Failure Saved Reply" -description: "Explanation and next steps when CI or automation workflows fail." -category: "Workflow" -labels: - - status:blocked +"title": "Workflow Failure Saved Reply" +"description": "Explanation and next steps when CI or automation workflows fail." +"category": "Workflow" +"labels": + - "status:blocked" +"file_type": "saved-reply" --- # Workflow Failure Saved Reply diff --git a/.github/agents/agent.md b/.github/agents/agent.md index 1896db44..4ed289e3 100644 --- a/.github/agents/agent.md +++ b/.github/agents/agent.md @@ -1,12 +1,19 @@ --- -title: "Main Agent Index" -version: "v1.2" -last_updated: "2025-10-20" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Directory index referencing all agents, instructions, PR templates, and cross-references." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "Main Agent Index" +"version": "v1.2" +"last_updated": "2025-10-20" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Directory index referencing all agents, instructions, PR templates, and cross-references." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "Main Agent Index" --- # LightSpeed Agent Index diff --git a/.github/agents/badges.agent.md b/.github/agents/badges.agent.md index 7a1d0457..e9ce71c8 100644 --- a/.github/agents/badges.agent.md +++ b/.github/agents/badges.agent.md @@ -1,20 +1,27 @@ --- -file_type: "agent" -title: "Badges Agent" -description: "Automates discovery, update, and management of workflow badges in all README.md files." -version: "v1.0" -last_updated: "2025-10-23" -owners: ["LightSpeedWP Engineering"] -tags: ["badges", "automation", "readme", "github-actions", "ci"] -category: "automation" -status: "active" -references: -- "../../scripts/update-badges.sh" -- "./badges.instructions.md" -- "./badges.prompt.md" -- "../../README.md" -- "../../BADGES.md" -- "./branding.agent.md" +"file_type": "agent" +"title": "Badges Agent" +"description": "Automates discovery, update, and management of workflow badges in all README.md files." +"version": "v1.0" +"last_updated": "2025-10-23" +"owners": + - "LightSpeedWP Engineering" +"tags": + - "badges" + - "automation" + - "readme" + - "github-actions" + - "ci" +"category": "automation" +"status": "active" +"references": + - "../../scripts/update-badges.sh" + - "./badges.instructions.md" + - "./badges.prompt.md" + - "../../README.md" + - "../../BADGES.md" + - "./branding.agent.md" +"name": "Badges Agent" --- > **Deprecated:** This agent has been superseded by [branding.agent.md](./branding.agent.md). Please use the Branding Agent for unified header, footer, and badge automation. diff --git a/.github/agents/branding.agent.md b/.github/agents/branding.agent.md index 4cd90b80..0c796eaa 100644 --- a/.github/agents/branding.agent.md +++ b/.github/agents/branding.agent.md @@ -1,14 +1,21 @@ --- -file_type: "agent" -title: "Branding Agent" -description: "Unified agent for automating insertion and management of headers, footers, and badges in Markdown documentation files." -version: "v1.0" -last_updated: "2025-10-26" -owners: ["LightSpeedWP Engineering"] -tags: ["branding", "header", "footer", "badges", "automation", "documentation"] -category: "automation" -status: "active" -references: +"file_type": "agent" +"title": "Branding Agent" +"description": "Unified agent for automating insertion and management of headers, footers, and badges in Markdown documentation files." +"version": "v1.0" +"last_updated": "2025-10-26" +"owners": + - "LightSpeedWP Engineering" +"tags": + - "branding" + - "header" + - "footer" + - "badges" + - "automation" + - "documentation" +"category": "automation" +"status": "active" +"references": - "../../schemas/header-footer-agent/agent-config.schema.json" - "../../scripts/includes/header-footer.js" - "../../scripts/includes/badges.js" @@ -17,6 +24,7 @@ references: - "./branding.prompt.md" - "../../README.md" - "../../BADGES.md" +"name": "Branding Agent" --- ## Branding Agent Specification diff --git a/.github/agents/labeling.agent.md b/.github/agents/labeling.agent.md index 30197622..57a188ec 100644 --- a/.github/agents/labeling.agent.md +++ b/.github/agents/labeling.agent.md @@ -1,12 +1,18 @@ --- -title: "Labeling Agent Spec" -version: "v2.0" -last_updated: "2025-10-23" -author: "LightSpeedWP" -maintainer: "Ash Shaw" -description: "Unified agent for dynamic, canonical, and automated labeling of issues and PRs. Handles status, type, priority, and project-field enforcement, label standardization, and migration based on .github/labels.yml." -tags: ["lightspeed", "labeling", "automation", "canonical-labels", "agents"] -file_type: "agent" +"title": "Labeling Agent Spec" +"version": "v2.0" +"last_updated": "2025-10-23" +"author": "LightSpeedWP" +"maintainer": "Ash Shaw" +"description": "Unified agent for dynamic, canonical, and automated labeling of issues and PRs. Handles status, type, priority, and project-field enforcement, label standardization, and migration based on .github/labels.yml." +"tags": + - "lightspeed" + - "labeling" + - "automation" + - "canonical-labels" + - "agents" +"file_type": "agent" +"name": "Labeling Agent Spec" --- # LightSpeed Unified Labeling Agent diff --git a/.github/agents/manage-readmes.agent.md b/.github/agents/manage-readmes.agent.md index e8e770fc..c7bf15c7 100644 --- a/.github/agents/manage-readmes.agent.md +++ b/.github/agents/manage-readmes.agent.md @@ -1,20 +1,25 @@ --- -file_type: "agent" -title: "Manage READMEs Agent" -description: "Automates creation, update, merging, and linting of README.md and README..md files." -version: "v1.0" -last_updated: "2025-10-23" -owners: ["LightSpeedWP Engineering"] -tags: ["readme", "automation", "documentation"] -category: "automation" -status: "active" -references: +"file_type": "agent" +"title": "Manage READMEs Agent" +"description": "Automates creation, update, merging, and linting of README.md and README..md files." +"version": "v1.0" +"last_updated": "2025-10-23" +"owners": + - "LightSpeedWP Engineering" +"tags": + - "readme" + - "automation" + - "documentation" +"category": "automation" +"status": "active" +"references": - "../../scripts/folder-and-file-readmes.sh" - "../../scripts/find-readmes.sh" - "../../scripts/update-readme-and-changelog.sh" - "./manage-readmes.instructions.md" - "./manage-readmes.prompt.md" - "../../MANAGE-READMES.md" +"name": "Manage READMEs Agent" --- # Manage READMEs Agent Specification diff --git a/.github/agents/metrics.agent.md b/.github/agents/metrics.agent.md index b695718c..306a6eaa 100644 --- a/.github/agents/metrics.agent.md +++ b/.github/agents/metrics.agent.md @@ -1,12 +1,16 @@ --- -title: "Metrics Agent Spec" -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Spec for the Metrics Agent (future)." -tags: ["lightspeed","metrics","agents"] -file_type: "agent" +"title": "Metrics Agent Spec" +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Spec for the Metrics Agent (future)." +"tags": + - "lightspeed" + - "metrics" + - "agents" +"file_type": "agent" +"name": "Metrics Agent Spec" --- # Role diff --git a/.github/agents/planner.agent.md b/.github/agents/planner.agent.md index 38fed3fc..f1732b3b 100644 --- a/.github/agents/planner.agent.md +++ b/.github/agents/planner.agent.md @@ -1,12 +1,16 @@ --- -title: "Planner Agent Spec" -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Spec for the Planner Agent." -tags: ["lightspeed","planner","agents"] -file_type: "agent" +"title": "Planner Agent Spec" +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Spec for the Planner Agent." +"tags": + - "lightspeed" + - "planner" + - "agents" +"file_type": "agent" +"name": "Planner Agent Spec" --- # Role diff --git a/.github/agents/project-meta-sync.agent.md b/.github/agents/project-meta-sync.agent.md index fa71fa3c..aad15085 100644 --- a/.github/agents/project-meta-sync.agent.md +++ b/.github/agents/project-meta-sync.agent.md @@ -1,12 +1,17 @@ --- -title: "Project Meta Sync Agent Spec" -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Spec for the Project Meta Sync Agent." -tags: ["lightspeed","project","meta","agents"] -file_type: "agent" +"title": "Project Meta Sync Agent Spec" +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Spec for the Project Meta Sync Agent." +"tags": + - "lightspeed" + - "project" + - "meta" + - "agents" +"file_type": "agent" +"name": "Project Meta Sync Agent Spec" --- # Role diff --git a/.github/agents/release.agent.md b/.github/agents/release.agent.md index aefc161f..cf5651c5 100644 --- a/.github/agents/release.agent.md +++ b/.github/agents/release.agent.md @@ -1,12 +1,16 @@ --- -title: "Release Agent Spec" -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Spec for the Release Agent." -tags: ["lightspeed","release","agents"] -file_type: "agent" +"title": "Release Agent Spec" +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Spec for the Release Agent." +"tags": + - "lightspeed" + - "release" + - "agents" +"file_type": "agent" +"name": "Release Agent Spec" --- # Role diff --git a/.github/agents/reviewer.agent.md b/.github/agents/reviewer.agent.md index 28ff46c1..e92a027a 100644 --- a/.github/agents/reviewer.agent.md +++ b/.github/agents/reviewer.agent.md @@ -1,12 +1,16 @@ --- -title: "Reviewer Agent Spec" -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Spec for the Reviewer Agent." -tags: ["lightspeed","reviewer","agents"] -file_type: "agent" +"title": "Reviewer Agent Spec" +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Spec for the Reviewer Agent." +"tags": + - "lightspeed" + - "reviewer" + - "agents" +"file_type": "agent" +"name": "Reviewer Agent Spec" --- # Role diff --git a/.github/chatmodes/awesome-copilot/4.1-Beast.chatmode.md b/.github/chatmodes/awesome-copilot/4.1-Beast.chatmode.md index b4ab04e3..307318e6 100644 --- a/.github/chatmodes/awesome-copilot/4.1-Beast.chatmode.md +++ b/.github/chatmodes/awesome-copilot/4.1-Beast.chatmode.md @@ -1,21 +1,34 @@ --- -title: "LightSpeed 4.1 Beast Mode" -description: "GPT 4.1 as a top-notch coding agent for LightSpeed’s WordPress, FSE, and block workflows. Enhanced with LightSpeed documentation links and standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -model: GPT-4.1 -tags: ["autonomous", "agent", "debug", "wordpress", "blocks", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed Custom Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [HTML Templates](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/html-template.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [PHP Block Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/php-block.instructions.md) - - [Theme JSON](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/theme-json.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed 4.1 Beast Mode" +"description": "GPT 4.1 as a top-notch coding agent for LightSpeed’s WordPress, FSE, and block workflows. Enhanced with LightSpeed documentation links and standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"model": "GPT-4.1" +"tags": + - "autonomous" + - "agent" + - "debug" + - "wordpress" + - "blocks" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed Custom Instructions" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/html-template.instructions.md" + "description": "HTML Templates" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/instructions/php-block.instructions.md" + "description": "PHP Block Instructions" + - "path": ".github/instructions/theme-json.instructions.md" + "description": "Theme JSON" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/Thinking-Beast-Mode.chatmode.md b/.github/chatmodes/awesome-copilot/Thinking-Beast-Mode.chatmode.md index 7683f5fc..662b510f 100644 --- a/.github/chatmodes/awesome-copilot/Thinking-Beast-Mode.chatmode.md +++ b/.github/chatmodes/awesome-copilot/Thinking-Beast-Mode.chatmode.md @@ -1,18 +1,28 @@ --- -title: "LightSpeed Thinking Beast Mode" -description: "Transcendent, quantum cognitive agent for LightSpeed. Operates with adversarial intelligence, unrestricted creativity, and relentless problem-solving until full completion." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["beast", "quantum", "adversarial", "creative", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [HTML Templates](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/html-template.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Thinking Beast Mode" +"description": "Transcendent, quantum cognitive agent for LightSpeed. Operates with adversarial intelligence, unrestricted creativity, and relentless problem-solving until full completion." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "beast" + - "quantum" + - "adversarial" + - "creative" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/html-template.instructions.md" + "description": "HTML Templates" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md b/.github/chatmodes/awesome-copilot/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md index 6f5e8c6c..3fc44710 100644 --- a/.github/chatmodes/awesome-copilot/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md +++ b/.github/chatmodes/awesome-copilot/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md @@ -1,18 +1,29 @@ --- -title: "Ultimate Transparent Thinking Beast Mode (LightSpeed)" -description: "Maximum transparency, relentless autonomy, and creative overclocking for LightSpeed workflows and codebases." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["beast", "transparent", "creative", "autonomous", "relentless", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [HTML Templates](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/html-template.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "Ultimate Transparent Thinking Beast Mode (LightSpeed)" +"description": "Maximum transparency, relentless autonomy, and creative overclocking for LightSpeed workflows and codebases." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "beast" + - "transparent" + - "creative" + - "autonomous" + - "relentless" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/html-template.instructions.md" + "description": "HTML Templates" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/accesibility.chatmode.md b/.github/chatmodes/awesome-copilot/accesibility.chatmode.md index 925a33ae..bd4dca29 100644 --- a/.github/chatmodes/awesome-copilot/accesibility.chatmode.md +++ b/.github/chatmodes/awesome-copilot/accesibility.chatmode.md @@ -1,19 +1,30 @@ --- -title: "LightSpeed Accessibility Mode" -description: "Accessibility audit and remediation for WordPress blocks, themes, and patterns. WCAG 2.1 and LightSpeed standards are enforced." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -model: GPT-4.1 -tags: ["accessibility", "a11y", "wcag", "audit", "wordpress", "blocks"] -file_type: "chatmode" -references: - - [LightSpeed Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [HTML Templates](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/html-template.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Accessibility Mode" +"description": "Accessibility audit and remediation for WordPress blocks, themes, and patterns. WCAG 2.1 and LightSpeed standards are enforced." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"model": "GPT-4.1" +"tags": + - "accessibility" + - "a11y" + - "wcag" + - "audit" + - "wordpress" + - "blocks" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed Instructions" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/html-template.instructions.md" + "description": "HTML Templates" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/address-comments.chatmode.md b/.github/chatmodes/awesome-copilot/address-comments.chatmode.md index dfb58711..6113527b 100644 --- a/.github/chatmodes/awesome-copilot/address-comments.chatmode.md +++ b/.github/chatmodes/awesome-copilot/address-comments.chatmode.md @@ -1,16 +1,24 @@ --- -title: "LightSpeed Comment Resolution Agent" -description: "Systematically address and document PR comments using LightSpeed's collaboration standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["code-review", "comments", "collaboration", "wordpress", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Comment Resolution Agent" +"description": "Systematically address and document PR comments using LightSpeed's collaboration standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "code-review" + - "comments" + - "collaboration" + - "wordpress" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed Instructions" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/api-architect.chatmode.md b/.github/chatmodes/awesome-copilot/api-architect.chatmode.md index 55ea507d..e9ea3c05 100644 --- a/.github/chatmodes/awesome-copilot/api-architect.chatmode.md +++ b/.github/chatmodes/awesome-copilot/api-architect.chatmode.md @@ -1,17 +1,27 @@ --- -title: "LightSpeed API Architect Mode" -description: "Design robust, secure, and standards-compliant REST APIs for WordPress projects—LightSpeed style." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["api", "architecture", "wordpress", "php", "rest", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed Custom Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [PHP Block Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/php-block.instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed API Architect Mode" +"description": "Design robust, secure, and standards-compliant REST APIs for WordPress projects—LightSpeed style." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "api" + - "architecture" + - "wordpress" + - "php" + - "rest" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed Custom Instructions" + - "path": ".github/instructions/php-block.instructions.md" + "description": "PHP Block Instructions" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- You are a WordPress API architect. diff --git a/.github/chatmodes/awesome-copilot/bicep-implement.chatmode.md b/.github/chatmodes/awesome-copilot/bicep-implement.chatmode.md index 56c7b350..dafd4e10 100644 --- a/.github/chatmodes/awesome-copilot/bicep-implement.chatmode.md +++ b/.github/chatmodes/awesome-copilot/bicep-implement.chatmode.md @@ -1,7 +1,14 @@ --- -description: 'Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.' -tools: - [ 'edit/editFiles', 'fetch', 'runCommands', 'terminalLastCommand', 'get_bicep_best_practices', 'azure_get_azure_verified_module', 'todos' ] +"description": "Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates." +"tools": + - "edit/editFiles" + - "fetch" + - "runCommands" + - "terminalLastCommand" + - "get_bicep_best_practices" + - "azure_get_azure_verified_module" + - "todos" +"file_type": "chatmode" --- # Azure Bicep Infrastructure as Code coding Specialist diff --git a/.github/chatmodes/awesome-copilot/bicep-plan.chatmode.md b/.github/chatmodes/awesome-copilot/bicep-plan.chatmode.md index 26e7c885..fb7d3c4f 100644 --- a/.github/chatmodes/awesome-copilot/bicep-plan.chatmode.md +++ b/.github/chatmodes/awesome-copilot/bicep-plan.chatmode.md @@ -1,7 +1,16 @@ --- -description: 'Act as implementation planner for your Azure Bicep Infrastructure as Code task.' -tools: - [ 'edit/editFiles', 'fetch', 'microsoft-docs', 'azure_design_architecture', 'get_bicep_best_practices', 'bestpractices', 'bicepschema', 'azure_get_azure_verified_module', 'todos' ] +"description": "Act as implementation planner for your Azure Bicep Infrastructure as Code task." +"tools": + - "edit/editFiles" + - "fetch" + - "microsoft-docs" + - "azure_design_architecture" + - "get_bicep_best_practices" + - "bestpractices" + - "bicepschema" + - "azure_get_azure_verified_module" + - "todos" +"file_type": "chatmode" --- # Azure Bicep Infrastructure Planning diff --git a/.github/chatmodes/awesome-copilot/blueprint-mode-codex.chatmode.md b/.github/chatmodes/awesome-copilot/blueprint-mode-codex.chatmode.md index 760dd2df..6265720f 100644 --- a/.github/chatmodes/awesome-copilot/blueprint-mode-codex.chatmode.md +++ b/.github/chatmodes/awesome-copilot/blueprint-mode-codex.chatmode.md @@ -1,18 +1,28 @@ --- -title: "LightSpeed Blueprint Mode Codex" -description: "Structured, fact-based workflow executor for WordPress and LightSpeed codebases (Codex/GPT-5-Codex)." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -model: GPT-5-Codex (Preview) -tags: ["workflow", "architecture", "patterns", "wordpress", "copilot", "codex"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Blueprint Mode Codex" +"description": "Structured, fact-based workflow executor for WordPress and LightSpeed codebases (Codex/GPT-5-Codex)." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"model": "GPT-5-Codex (Preview)" +"tags": + - "workflow" + - "architecture" + - "patterns" + - "wordpress" + - "copilot" + - "codex" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/blueprint-mode.chatmode.md b/.github/chatmodes/awesome-copilot/blueprint-mode.chatmode.md index 385e4b9f..40026813 100644 --- a/.github/chatmodes/awesome-copilot/blueprint-mode.chatmode.md +++ b/.github/chatmodes/awesome-copilot/blueprint-mode.chatmode.md @@ -1,17 +1,26 @@ --- -title: "LightSpeed Blueprint Mode" -description: "Structured workflow execution agent for maintainable, correct WordPress and block code." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["workflow", "architecture", "patterns", "wordpress", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed Custom Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Blueprint Mode" +"description": "Structured workflow execution agent for maintainable, correct WordPress and block code." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "workflow" + - "architecture" + - "patterns" + - "wordpress" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed Custom Instructions" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- You are a senior engineer executing LightSpeed workflows (Loop, Debug, Express, Main). diff --git a/.github/chatmodes/awesome-copilot/code-tour.chatmode.md b/.github/chatmodes/awesome-copilot/code-tour.chatmode.md index 248e404e..6adfecc5 100644 --- a/.github/chatmodes/awesome-copilot/code-tour.chatmode.md +++ b/.github/chatmodes/awesome-copilot/code-tour.chatmode.md @@ -1,16 +1,24 @@ --- -title: "LightSpeed CodeTour Expert" -description: "Expert agent for creating and maintaining VSCode CodeTour files with schema support and best practices." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["codetour", "onboarding", "docs", "walkthrough", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) +"title": "LightSpeed CodeTour Expert" +"description": "Expert agent for creating and maintaining VSCode CodeTour files with schema support and best practices." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "codetour" + - "onboarding" + - "docs" + - "walkthrough" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/critical-thinking.chatmode.md b/.github/chatmodes/awesome-copilot/critical-thinking.chatmode.md index c1724f8b..7477210e 100644 --- a/.github/chatmodes/awesome-copilot/critical-thinking.chatmode.md +++ b/.github/chatmodes/awesome-copilot/critical-thinking.chatmode.md @@ -1,16 +1,24 @@ --- -title: "LightSpeed Critical Thinking Mode" -description: "Challenge assumptions and encourage critical, standards-based decision-making for WordPress and block work." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["critical-thinking", "review", "patterns", "strategy", "wordpress"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) +"title": "LightSpeed Critical Thinking Mode" +"description": "Challenge assumptions and encourage critical, standards-based decision-making for WordPress and block work." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "critical-thinking" + - "review" + - "patterns" + - "strategy" + - "wordpress" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/debug.chatmode.md b/.github/chatmodes/awesome-copilot/debug.chatmode.md index c12a846c..45bbe51b 100644 --- a/.github/chatmodes/awesome-copilot/debug.chatmode.md +++ b/.github/chatmodes/awesome-copilot/debug.chatmode.md @@ -1,16 +1,24 @@ --- -title: "LightSpeed Debug Mode" -description: "Systematic bug hunting and resolution for WordPress/FSE/Block projects using LightSpeed workflows." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["debug", "bugfix", "analysis", "wordpress", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Debug Mode" +"description": "Systematic bug hunting and resolution for WordPress/FSE/Block projects using LightSpeed workflows." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "debug" + - "bugfix" + - "analysis" + - "wordpress" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/declarative-agents-architect.chatmode.md b/.github/chatmodes/awesome-copilot/declarative-agents-architect.chatmode.md index 96433aa2..96072c2d 100644 --- a/.github/chatmodes/awesome-copilot/declarative-agents-architect.chatmode.md +++ b/.github/chatmodes/awesome-copilot/declarative-agents-architect.chatmode.md @@ -1,14 +1,20 @@ --- -title: "LightSpeed Declarative Agents Architect" -description: "Architect and validate Microsoft 365 Copilot declarative agents, with LightSpeed integration." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["copilot", "microsoft365", "declarative", "architecture", "enterprise"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) +"title": "LightSpeed Declarative Agents Architect" +"description": "Architect and validate Microsoft 365 Copilot declarative agents, with LightSpeed integration." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "copilot" + - "microsoft365" + - "declarative" + - "architecture" + - "enterprise" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/demonstrate-understanding.chatmode.md b/.github/chatmodes/awesome-copilot/demonstrate-understanding.chatmode.md index 4797bfd9..21e24b60 100644 --- a/.github/chatmodes/awesome-copilot/demonstrate-understanding.chatmode.md +++ b/.github/chatmodes/awesome-copilot/demonstrate-understanding.chatmode.md @@ -1,14 +1,19 @@ --- -title: "LightSpeed Demonstrate Understanding Mode" -description: "Validate user understanding of code, design patterns, and implementation details with LightSpeed standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["review", "understanding", "validation", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) +"title": "LightSpeed Demonstrate Understanding Mode" +"description": "Validate user understanding of code, design patterns, and implementation details with LightSpeed standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "review" + - "understanding" + - "validation" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/electron-angular-native.chatmode.md b/.github/chatmodes/awesome-copilot/electron-angular-native.chatmode.md index e4425d08..751978e6 100644 --- a/.github/chatmodes/awesome-copilot/electron-angular-native.chatmode.md +++ b/.github/chatmodes/awesome-copilot/electron-angular-native.chatmode.md @@ -1,6 +1,20 @@ --- -description: "Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here." -tools: ["codebase", "editFiles", "fetch", "problems", "runCommands", "search", "searchResults", "terminalLastCommand", "git", "git_diff", "git_log", "git_show", "git_status"] +"description": "Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here." +"tools": + - "codebase" + - "editFiles" + - "fetch" + - "problems" + - "runCommands" + - "search" + - "searchResults" + - "terminalLastCommand" + - "git" + - "git_diff" + - "git_log" + - "git_show" + - "git_status" +"file_type": "chatmode" --- # Electron Code Review Mode Instructions diff --git a/.github/chatmodes/awesome-copilot/expert-cpp-software-engineer.chatmode.md b/.github/chatmodes/awesome-copilot/expert-cpp-software-engineer.chatmode.md index cbb1596f..6f73df8a 100644 --- a/.github/chatmodes/awesome-copilot/expert-cpp-software-engineer.chatmode.md +++ b/.github/chatmodes/awesome-copilot/expert-cpp-software-engineer.chatmode.md @@ -1,6 +1,29 @@ --- -description: 'Provide expert C++ software engineering guidance using modern C++ and industry best practices.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp'] +"description": "Provide expert C++ software engineering guidance using modern C++ and industry best practices." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "new" + - "openSimpleBrowser" + - "problems" + - "runCommands" + - "runNotebooks" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" + - "microsoft.docs.mcp" +"file_type": "chatmode" --- # Expert C++ software engineer mode instructions diff --git a/.github/chatmodes/awesome-copilot/expert-react-frontend-engineer.chatmode.md b/.github/chatmodes/awesome-copilot/expert-react-frontend-engineer.chatmode.md index b21c3ac9..eab26b71 100644 --- a/.github/chatmodes/awesome-copilot/expert-react-frontend-engineer.chatmode.md +++ b/.github/chatmodes/awesome-copilot/expert-react-frontend-engineer.chatmode.md @@ -1,21 +1,34 @@ --- -title: "LightSpeed Expert React Frontend Engineer" -description: "Provide expert React frontend engineering guidance using modern TypeScript and design patterns." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["react", "typescript", "frontend", "copilot", "best-practices", "ux"] -file_type: "chatmode" -appliesTo: "**" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [HTML Templates](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/html-template.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [PHP Block Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/php-block.instructions.md) - - [Theme JSON](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/theme-json.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Expert React Frontend Engineer" +"description": "Provide expert React frontend engineering guidance using modern TypeScript and design patterns." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "react" + - "typescript" + - "frontend" + - "copilot" + - "best-practices" + - "ux" +"file_type": "chatmode" +"appliesTo": "**" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/html-template.instructions.md" + "description": "HTML Templates" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/instructions/php-block.instructions.md" + "description": "PHP Block Instructions" + - "path": ".github/instructions/theme-json.instructions.md" + "description": "Theme JSON" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/gpt-5-beast-mode.chatmode.md b/.github/chatmodes/awesome-copilot/gpt-5-beast-mode.chatmode.md index 153a3701..616080f6 100644 --- a/.github/chatmodes/awesome-copilot/gpt-5-beast-mode.chatmode.md +++ b/.github/chatmodes/awesome-copilot/gpt-5-beast-mode.chatmode.md @@ -1,16 +1,22 @@ --- -title: "LightSpeed GPT-5 Beast Mode" -description: "Beast Mode 2.0: Autonomous agent for persistent, high-signal, multi-step problem solving in LightSpeed codebases." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -model: GPT-5 (copilot) -tags: ["beast", "autonomous", "persistent", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed GPT-5 Beast Mode" +"description": "Beast Mode 2.0: Autonomous agent for persistent, high-signal, multi-step problem solving in LightSpeed codebases." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"model": "GPT-5 (copilot)" +"tags": + - "beast" + - "autonomous" + - "persistent" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/implementation-plan.chatmode.md b/.github/chatmodes/awesome-copilot/implementation-plan.chatmode.md index 8cc3bdc3..b494ba97 100644 --- a/.github/chatmodes/awesome-copilot/implementation-plan.chatmode.md +++ b/.github/chatmodes/awesome-copilot/implementation-plan.chatmode.md @@ -1,15 +1,21 @@ --- -title: "LightSpeed Implementation Plan Generator" -description: "Generate deterministic, machine-parsable implementation plans for features, refactors, or upgrades in LightSpeed projects." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["planning", "implementation", "strategy", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed Implementation Plan Generator" +"description": "Generate deterministic, machine-parsable implementation plans for features, refactors, or upgrades in LightSpeed projects." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "planning" + - "implementation" + - "strategy" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/janitor.chatmode.md b/.github/chatmodes/awesome-copilot/janitor.chatmode.md index 9f3583bf..e2849358 100644 --- a/.github/chatmodes/awesome-copilot/janitor.chatmode.md +++ b/.github/chatmodes/awesome-copilot/janitor.chatmode.md @@ -1,16 +1,24 @@ --- -title: "LightSpeed Universal Janitor" -description: "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["janitor", "cleanup", "tech-debt", "refactor", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed Universal Janitor" +"description": "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "janitor" + - "cleanup" + - "tech-debt" + - "refactor" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/mentor.chatmode.md b/.github/chatmodes/awesome-copilot/mentor.chatmode.md index 69cb457d..2c8fbc48 100644 --- a/.github/chatmodes/awesome-copilot/mentor.chatmode.md +++ b/.github/chatmodes/awesome-copilot/mentor.chatmode.md @@ -1,6 +1,13 @@ --- -description: 'Help mentor the engineer by providing guidance and support.' -tools: ['codebase', 'fetch', 'findTestFiles', 'githubRepo', 'search', 'usages'] +"description": "Help mentor the engineer by providing guidance and support." +"tools": + - "codebase" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "search" + - "usages" +"file_type": "chatmode" --- # Mentor mode instructions diff --git a/.github/chatmodes/awesome-copilot/meta-agentic-project-scaffold.chatmode.md b/.github/chatmodes/awesome-copilot/meta-agentic-project-scaffold.chatmode.md index 187f8f09..73891c94 100644 --- a/.github/chatmodes/awesome-copilot/meta-agentic-project-scaffold.chatmode.md +++ b/.github/chatmodes/awesome-copilot/meta-agentic-project-scaffold.chatmode.md @@ -1,7 +1,33 @@ --- -description: 'Meta agentic project creation assistant to help users create and manage project workflows effectively.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'readCellOutput', 'runCommands', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'updateUserPreferences', 'usages', 'vscodeAPI', 'activePullRequest', 'copilotCodingAgent'] -model: 'GPT-4.1' +"description": "Meta agentic project creation assistant to help users create and manage project workflows effectively." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "new" + - "openSimpleBrowser" + - "problems" + - "readCellOutput" + - "runCommands" + - "runNotebooks" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "updateUserPreferences" + - "usages" + - "vscodeAPI" + - "activePullRequest" + - "copilotCodingAgent" +"model": "GPT-4.1" +"file_type": "chatmode" --- Your sole task is to find and pull relevant prompts, instructions and chatmodes from https://github.com/github/awesome-copilot diff --git a/.github/chatmodes/awesome-copilot/php-mcp-expert.chatmode.md b/.github/chatmodes/awesome-copilot/php-mcp-expert.chatmode.md index 3f10dab5..166fa4f7 100644 --- a/.github/chatmodes/awesome-copilot/php-mcp-expert.chatmode.md +++ b/.github/chatmodes/awesome-copilot/php-mcp-expert.chatmode.md @@ -1,6 +1,7 @@ --- -description: 'Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery' -model: GPT-4.1 +"description": "Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery" +"model": "GPT-4.1" +"file_type": "chatmode" --- # PHP MCP Expert diff --git a/.github/chatmodes/awesome-copilot/plan.chatmode.md b/.github/chatmodes/awesome-copilot/plan.chatmode.md index 704b40c2..8a979b6f 100644 --- a/.github/chatmodes/awesome-copilot/plan.chatmode.md +++ b/.github/chatmodes/awesome-copilot/plan.chatmode.md @@ -1,14 +1,19 @@ --- -title: "LightSpeed Plan Mode" -description: "Strategic planning and architecture assistant focused on thoughtful analysis before implementation." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["planning", "strategy", "architecture", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) +"title": "LightSpeed Plan Mode" +"description": "Strategic planning and architecture assistant focused on thoughtful analysis before implementation." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "planning" + - "strategy" + - "architecture" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/planner.chatmode.md b/.github/chatmodes/awesome-copilot/planner.chatmode.md index baf3afb8..f328b201 100644 --- a/.github/chatmodes/awesome-copilot/planner.chatmode.md +++ b/.github/chatmodes/awesome-copilot/planner.chatmode.md @@ -1,6 +1,13 @@ --- -description: 'Generate an implementation plan for new features or refactoring existing code.' -tools: ['codebase', 'fetch', 'findTestFiles', 'githubRepo', 'search', 'usages'] +"description": "Generate an implementation plan for new features or refactoring existing code." +"tools": + - "codebase" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "search" + - "usages" +"file_type": "chatmode" --- # Planning mode instructions You are in planning mode. Your task is to generate an implementation plan for a new feature or for refactoring existing code. diff --git a/.github/chatmodes/awesome-copilot/playwright-tester.chatmode.md b/.github/chatmodes/awesome-copilot/playwright-tester.chatmode.md index 71d71e0d..7c29ce72 100644 --- a/.github/chatmodes/awesome-copilot/playwright-tester.chatmode.md +++ b/.github/chatmodes/awesome-copilot/playwright-tester.chatmode.md @@ -1,7 +1,23 @@ --- -description: 'Testing mode for Playwright tests' -tools: ['changes', 'codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'playwright'] -model: Claude Sonnet 4 +"description": "Testing mode for Playwright tests" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "fetch" + - "findTestFiles" + - "problems" + - "runCommands" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "playwright" +"model": "Claude Sonnet 4" +"file_type": "chatmode" --- ## Core Responsibilities diff --git a/.github/chatmodes/awesome-copilot/prd.chatmode.md b/.github/chatmodes/awesome-copilot/prd.chatmode.md index 1254ab39..6dfc2cfe 100644 --- a/.github/chatmodes/awesome-copilot/prd.chatmode.md +++ b/.github/chatmodes/awesome-copilot/prd.chatmode.md @@ -1,7 +1,19 @@ --- - -description: 'Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation.' -tools: ['codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'list_issues', 'githubRepo', 'search', 'add_issue_comment', 'issue_write', 'update_issue', 'get_issue', 'search_issues'] +"description": "Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation." +"tools": + - "codebase" + - "edit/editFiles" + - "fetch" + - "findTestFiles" + - "list_issues" + - "githubRepo" + - "search" + - "add_issue_comment" + - "issue_write" + - "update_issue" + - "get_issue" + - "search_issues" +"file_type": "chatmode" --- # Create PRD Chat Mode diff --git a/.github/chatmodes/awesome-copilot/principal-software-engineer.chatmode.md b/.github/chatmodes/awesome-copilot/principal-software-engineer.chatmode.md index c46220c8..c144cefb 100644 --- a/.github/chatmodes/awesome-copilot/principal-software-engineer.chatmode.md +++ b/.github/chatmodes/awesome-copilot/principal-software-engineer.chatmode.md @@ -1,6 +1,26 @@ --- -description: 'Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'issue_write'] +"description": "Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "new" + - "openSimpleBrowser" + - "problems" + - "runCommands" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" + - "issue_write" +"file_type": "chatmode" --- # Principal software engineer mode instructions diff --git a/.github/chatmodes/awesome-copilot/prompt-builder.chatmode.md b/.github/chatmodes/awesome-copilot/prompt-builder.chatmode.md index cb34c06e..9ea6a9ec 100644 --- a/.github/chatmodes/awesome-copilot/prompt-builder.chatmode.md +++ b/.github/chatmodes/awesome-copilot/prompt-builder.chatmode.md @@ -1,6 +1,21 @@ --- -description: 'Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai' -tools: ['codebase', 'edit/editFiles', 'fetch', 'githubRepo', 'problems', 'runCommands', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'usages', 'terraform', 'Microsoft Docs', 'context7'] +"description": "Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai" +"tools": + - "codebase" + - "edit/editFiles" + - "fetch" + - "githubRepo" + - "problems" + - "runCommands" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "usages" + - "terraform" + - "Microsoft Docs" + - "context7" +"file_type": "chatmode" --- # Prompt Builder Instructions diff --git a/.github/chatmodes/awesome-copilot/prompt-engineer.chatmode.md b/.github/chatmodes/awesome-copilot/prompt-engineer.chatmode.md index 60233db2..882e1362 100644 --- a/.github/chatmodes/awesome-copilot/prompt-engineer.chatmode.md +++ b/.github/chatmodes/awesome-copilot/prompt-engineer.chatmode.md @@ -1,5 +1,6 @@ --- -description: "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a propt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt." +"description": "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a propt to be improved. It first provides a detailed analysis of the original prompt within a tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt." +"file_type": "chatmode" --- # Prompt Engineer diff --git a/.github/chatmodes/awesome-copilot/python-mcp-expert.chatmode.md b/.github/chatmodes/awesome-copilot/python-mcp-expert.chatmode.md index 5530b8a7..2aa72678 100644 --- a/.github/chatmodes/awesome-copilot/python-mcp-expert.chatmode.md +++ b/.github/chatmodes/awesome-copilot/python-mcp-expert.chatmode.md @@ -1,6 +1,7 @@ --- -description: 'Expert assistant for developing Model Context Protocol (MCP) servers in Python' -model: GPT-4.1 +"description": "Expert assistant for developing Model Context Protocol (MCP) servers in Python" +"model": "GPT-4.1" +"file_type": "chatmode" --- # Python MCP Server Expert diff --git a/.github/chatmodes/awesome-copilot/refine-issue.chatmode.md b/.github/chatmodes/awesome-copilot/refine-issue.chatmode.md index eb7d5403..403b8956 100644 --- a/.github/chatmodes/awesome-copilot/refine-issue.chatmode.md +++ b/.github/chatmodes/awesome-copilot/refine-issue.chatmode.md @@ -1,6 +1,17 @@ --- -description: 'Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs' -tools: [ 'list_issues','githubRepo', 'search', 'add_issue_comment','issue_write','create_issue_comment','update_issue','delete_issue','get_issue', 'search_issues'] +"description": "Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs" +"tools": + - "list_issues" + - "githubRepo" + - "search" + - "add_issue_comment" + - "issue_write" + - "create_issue_comment" + - "update_issue" + - "delete_issue" + - "get_issue" + - "search_issues" +"file_type": "chatmode" --- # Refine Requirement or Issue Chat Mode diff --git a/.github/chatmodes/awesome-copilot/research-technical-spike.chatmode.md b/.github/chatmodes/awesome-copilot/research-technical-spike.chatmode.md index d2623cf1..87a21c73 100644 --- a/.github/chatmodes/awesome-copilot/research-technical-spike.chatmode.md +++ b/.github/chatmodes/awesome-copilot/research-technical-spike.chatmode.md @@ -1,6 +1,25 @@ --- -description: 'Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.' -tools: ['runCommands', 'runTasks', 'edit', 'runNotebooks', 'search', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'Microsoft Docs', 'search'] +"description": "Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation." +"tools": + - "runCommands" + - "runTasks" + - "edit" + - "runNotebooks" + - "search" + - "extensions" + - "usages" + - "vscodeAPI" + - "think" + - "problems" + - "changes" + - "testFailure" + - "openSimpleBrowser" + - "fetch" + - "githubRepo" + - "todos" + - "Microsoft Docs" + - "search" +"file_type": "chatmode" --- # Technical spike research mode diff --git a/.github/chatmodes/awesome-copilot/software-engineer-agent-v1.chatmode.md b/.github/chatmodes/awesome-copilot/software-engineer-agent-v1.chatmode.md index 52970056..442e43f7 100644 --- a/.github/chatmodes/awesome-copilot/software-engineer-agent-v1.chatmode.md +++ b/.github/chatmodes/awesome-copilot/software-engineer-agent-v1.chatmode.md @@ -1,6 +1,28 @@ --- -description: 'Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'github'] +"description": "Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "new" + - "openSimpleBrowser" + - "problems" + - "runCommands" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" + - "github" +"file_type": "chatmode" --- # Software Engineer Agent v1 diff --git a/.github/chatmodes/awesome-copilot/specification.chatmode.md b/.github/chatmodes/awesome-copilot/specification.chatmode.md index 8ded429a..ad670a9c 100644 --- a/.github/chatmodes/awesome-copilot/specification.chatmode.md +++ b/.github/chatmodes/awesome-copilot/specification.chatmode.md @@ -1,6 +1,29 @@ --- -description: 'Generate or update specification documents for new or existing functionality.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github'] +"description": "Generate or update specification documents for new or existing functionality." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "new" + - "openSimpleBrowser" + - "problems" + - "runCommands" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" + - "microsoft.docs.mcp" + - "github" +"file_type": "chatmode" --- # Specification mode instructions diff --git a/.github/chatmodes/awesome-copilot/task-planner.chatmode.md b/.github/chatmodes/awesome-copilot/task-planner.chatmode.md index f21e253e..8a3f7a8f 100644 --- a/.github/chatmodes/awesome-copilot/task-planner.chatmode.md +++ b/.github/chatmodes/awesome-copilot/task-planner.chatmode.md @@ -1,16 +1,23 @@ --- -title: "LightSpeed Task Planner" -description: "Create actionable, research-validated task plans for implementation in LightSpeed projects. All planning follows LightSpeed standards and file conventions." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["task-planner", "planning", "checklist", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) +"title": "LightSpeed Task Planner" +"description": "Create actionable, research-validated task plans for implementation in LightSpeed projects. All planning follows LightSpeed standards and file conventions." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "task-planner" + - "planning" + - "checklist" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/task-researcher.chatmode.md b/.github/chatmodes/awesome-copilot/task-researcher.chatmode.md index afbef166..20b8a856 100644 --- a/.github/chatmodes/awesome-copilot/task-researcher.chatmode.md +++ b/.github/chatmodes/awesome-copilot/task-researcher.chatmode.md @@ -1,15 +1,21 @@ --- -title: "LightSpeed Task Researcher" -description: "Specialist for deep, comprehensive project research and documentation. Only references validated findings and LightSpeed standards, never assumptions." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["research", "analysis", "documentation", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed Task Researcher" +"description": "Specialist for deep, comprehensive project research and documentation. Only references validated findings and LightSpeed standards, never assumptions." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "research" + - "analysis" + - "documentation" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/tdd-green.chatmode.md b/.github/chatmodes/awesome-copilot/tdd-green.chatmode.md index 288116a2..77dc928d 100644 --- a/.github/chatmodes/awesome-copilot/tdd-green.chatmode.md +++ b/.github/chatmodes/awesome-copilot/tdd-green.chatmode.md @@ -1,15 +1,21 @@ --- -title: "LightSpeed TDD Green Phase" -description: "Write minimal code to make tests pass, focusing strictly on GitHub issue requirements. Refactoring and enhancements deferred as per LightSpeed standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["tdd", "green", "testing", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed TDD Green Phase" +"description": "Write minimal code to make tests pass, focusing strictly on GitHub issue requirements. Refactoring and enhancements deferred as per LightSpeed standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "tdd" + - "green" + - "testing" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/tdd-red.chatmode.md b/.github/chatmodes/awesome-copilot/tdd-red.chatmode.md index 02db8ec7..a078c024 100644 --- a/.github/chatmodes/awesome-copilot/tdd-red.chatmode.md +++ b/.github/chatmodes/awesome-copilot/tdd-red.chatmode.md @@ -1,15 +1,21 @@ --- -title: "LightSpeed TDD Red Phase" -description: "Guide test-first development by writing failing tests from GitHub issue context before implementation exists. All test writing follows LightSpeed standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["tdd", "red", "testing", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed TDD Red Phase" +"description": "Guide test-first development by writing failing tests from GitHub issue context before implementation exists. All test writing follows LightSpeed standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "tdd" + - "red" + - "testing" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/tdd-refactor.chatmode.md b/.github/chatmodes/awesome-copilot/tdd-refactor.chatmode.md index 97f0b399..72d2e2a0 100644 --- a/.github/chatmodes/awesome-copilot/tdd-refactor.chatmode.md +++ b/.github/chatmodes/awesome-copilot/tdd-refactor.chatmode.md @@ -1,15 +1,22 @@ --- -title: "LightSpeed TDD Refactor Phase" -description: "Improve code quality, security, and design while maintaining green tests and GitHub issue compliance. All refactoring follows LightSpeed standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["tdd", "refactor", "testing", "security", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed TDD Refactor Phase" +"description": "Improve code quality, security, and design while maintaining green tests and GitHub issue compliance. All refactoring follows LightSpeed standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "tdd" + - "refactor" + - "testing" + - "security" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/tech-debt-remediation-plan.chatmode.md b/.github/chatmodes/awesome-copilot/tech-debt-remediation-plan.chatmode.md index 7597f727..959087f3 100644 --- a/.github/chatmodes/awesome-copilot/tech-debt-remediation-plan.chatmode.md +++ b/.github/chatmodes/awesome-copilot/tech-debt-remediation-plan.chatmode.md @@ -1,15 +1,21 @@ --- -title: "LightSpeed Technical Debt Remediation Plan" -description: "Generate concise, actionable remediation plans for technical debt in code, tests, and documentation. All recommendations align with LightSpeed standards." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -tags: ["tech-debt", "remediation", "planning", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) +"title": "LightSpeed Technical Debt Remediation Plan" +"description": "Generate concise, actionable remediation plans for technical debt in code, tests, and documentation. All recommendations align with LightSpeed standards." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"tags": + - "tech-debt" + - "remediation" + - "planning" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/typescript-mcp-expert.chatmode.md b/.github/chatmodes/awesome-copilot/typescript-mcp-expert.chatmode.md index 2567e96a..8755e023 100644 --- a/.github/chatmodes/awesome-copilot/typescript-mcp-expert.chatmode.md +++ b/.github/chatmodes/awesome-copilot/typescript-mcp-expert.chatmode.md @@ -1,15 +1,21 @@ --- -title: "LightSpeed TypeScript MCP Server Expert" -description: "Expert assistant for TypeScript MCP server development using LightSpeed standards and the official SDK." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -model: GPT-4.1 -tags: ["typescript", "mcp", "server", "sdk", "copilot"] -file_type: "chatmode" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) +"title": "LightSpeed TypeScript MCP Server Expert" +"description": "Expert assistant for TypeScript MCP server development using LightSpeed standards and the official SDK." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"model": "GPT-4.1" +"tags": + - "typescript" + - "mcp" + - "server" + - "sdk" + - "copilot" +"file_type": "chatmode" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/awesome-copilot/voidbeast-gpt41enhanced.chatmode.md b/.github/chatmodes/awesome-copilot/voidbeast-gpt41enhanced.chatmode.md index b762c380..573a1c23 100644 --- a/.github/chatmodes/awesome-copilot/voidbeast-gpt41enhanced.chatmode.md +++ b/.github/chatmodes/awesome-copilot/voidbeast-gpt41enhanced.chatmode.md @@ -1,22 +1,36 @@ --- -title: "LightSpeed VoidBeast GPT-4.1 Enhanced Mode" -description: "Elite autonomous developer agent for LightSpeed, featuring multi-mode cognitive architecture, relentless persistence, and creative overclocking. Adapts to any workflow, never stops until every detail is complete." -version: "v1.0" -last_updated: "2025-10-21" -author: "LightSpeed" -maintainer: "Ash Shaw" -model: GPT-4.1 -tags: ["autonomous", "elite", "multi-mode", "creative", "cognitive", "copilot", "voidbeast"] -file_type: "chatmode" -appliesTo: "**" -references: - - [LightSpeed](https://github.com/lightspeedwp/.github/blob/master/.github/custom-instructions.md) - - [Coding Standards](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/coding-standards.instructions.md) - - [HTML Templates](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/html-template.instructions.md) - - [Pattern Development](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/pattern-development.instructions.md) - - [PHP Block Instructions](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/php-block.instructions.md) - - [Theme JSON](https://github.com/lightspeedwp/.github/blob/master/.github/instructions/theme-json.instructions.md) - - [Pull Request Template](https://github.com/lightspeedwp/.github/blob/master/.github/PULL_REQUEST_TEMPLATE.md) +"title": "LightSpeed VoidBeast GPT-4.1 Enhanced Mode" +"description": "Elite autonomous developer agent for LightSpeed, featuring multi-mode cognitive architecture, relentless persistence, and creative overclocking. Adapts to any workflow, never stops until every detail is complete." +"version": "v1.0" +"last_updated": "2025-10-21" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"model": "GPT-4.1" +"tags": + - "autonomous" + - "elite" + - "multi-mode" + - "creative" + - "cognitive" + - "copilot" + - "voidbeast" +"file_type": "chatmode" +"appliesTo": "**" +"references": + - "path": ".github/custom-instructions.md" + "description": "LightSpeed" + - "path": ".github/instructions/coding-standards.instructions.md" + "description": "Coding Standards" + - "path": ".github/instructions/html-template.instructions.md" + "description": "HTML Templates" + - "path": ".github/instructions/pattern-development.instructions.md" + "description": "Pattern Development" + - "path": ".github/instructions/php-block.instructions.md" + "description": "PHP Block Instructions" + - "path": ".github/instructions/theme-json.instructions.md" + "description": "Theme JSON" + - "path": ".github/PULL_REQUEST_TEMPLATE.md" + "description": "Pull Request Template" --- > **LightSpeed Note:** diff --git a/.github/chatmodes/code-quality-guru.chatmode.md b/.github/chatmodes/code-quality-guru.chatmode.md index 150e46f1..6737ca36 100644 --- a/.github/chatmodes/code-quality-guru.chatmode.md +++ b/.github/chatmodes/code-quality-guru.chatmode.md @@ -1,11 +1,12 @@ --- -id: ls-code-quality-guru -title: Code Quality Guru -description: "A pragmatic reviewer focused on maintainability, readability and tests." -tags: - - global - - review -mode: chat +"id": "ls-code-quality-guru" +"title": "Code Quality Guru" +"description": "A pragmatic reviewer focused on maintainability, readability and tests." +"tags": + - "global" + - "review" +"mode": "chat" +"file_type": "chatmode" --- ## Persona diff --git a/.github/chatmodes/devops-helper.chatmode.md b/.github/chatmodes/devops-helper.chatmode.md index 88b01387..e9124b95 100644 --- a/.github/chatmodes/devops-helper.chatmode.md +++ b/.github/chatmodes/devops-helper.chatmode.md @@ -1,11 +1,12 @@ --- -id: ls-devops-helper -title: DevOps Helper -description: "Assistant for CI, release tagging, and workflow hardening." -tags: - - global - - ci -mode: chat +"id": "ls-devops-helper" +"title": "DevOps Helper" +"description": "Assistant for CI, release tagging, and workflow hardening." +"tags": + - "global" + - "ci" +"mode": "chat" +"file_type": "chatmode" --- ## Persona diff --git a/.github/chatmodes/ls-block-expert.chatmode.md b/.github/chatmodes/ls-block-expert.chatmode.md index 239fe074..cfc6870d 100644 --- a/.github/chatmodes/ls-block-expert.chatmode.md +++ b/.github/chatmodes/ls-block-expert.chatmode.md @@ -1,11 +1,12 @@ --- -id: ls-block-expert -title: Gutenberg Block Expert -description: "Focus on modern, zero-config build (wp-scripts) and a11y." -tags: - - gutenberg - - blocks -mode: chat +"id": "ls-block-expert" +"title": "Gutenberg Block Expert" +"description": "Focus on modern, zero-config build (wp-scripts) and a11y." +"tags": + - "gutenberg" + - "blocks" +"mode": "chat" +"file_type": "chatmode" --- ## Persona diff --git a/.github/instructions/a11y.instructions.md b/.github/instructions/a11y.instructions.md index 405dbd11..407d5c70 100644 --- a/.github/instructions/a11y.instructions.md +++ b/.github/instructions/a11y.instructions.md @@ -1,7 +1,8 @@ --- -description: "Guidance for creating more accessible code" -applyTo: "**" -license: 'GPL-3.0' +"description": "Guidance for creating more accessible code" +"applyTo": "**" +"license": "GPL-3.0" +"file_type": "instructions" --- # Instructions for accessibility diff --git a/.github/instructions/agents/header-footer.instructions.md b/.github/instructions/agents/header-footer.instructions.md index bb8b5b02..496e40bc 100644 --- a/.github/instructions/agents/header-footer.instructions.md +++ b/.github/instructions/agents/header-footer.instructions.md @@ -1,19 +1,25 @@ --- -title: 'Header & Footer Automation Instructions' -description: 'How to use and configure the Header & Footer Agent for randomised headers and footers.' -version: 'v1.0' -last_updated: '2025-10-23' -owners: ['LightSpeedWP Engineering'] -tags: ['header', 'footer', 'automation', 'docs'] -status: 'active' -references: - - './header-footer.agent.md' - - './header-footer.prompt.md' - - '../../schemas/header-footer.schema.json' - - '../../scripts/includes/headers.js' - - '../../scripts/includes/footers.js' - - '../../HEADER-FOOTER.md' - - './branding.agent.md' +"title": "Header & Footer Automation Instructions" +"description": "How to use and configure the Header & Footer Agent for randomised headers and footers." +"version": "v1.0" +"last_updated": "2025-10-23" +"owners": + - "LightSpeedWP Engineering" +"tags": + - "header" + - "footer" + - "automation" + - "docs" +"status": "active" +"references": + - "./header-footer.agent.md" + - "./header-footer.prompt.md" + - "../../schemas/header-footer.schema.json" + - "../../scripts/includes/headers.js" + - "../../scripts/includes/footers.js" + - "../../HEADER-FOOTER.md" + - "./branding.agent.md" +"file_type": "instructions" --- > **Deprecated:** This agent and instructions have been superseded by [branding.agent.md](./branding.agent.md). Please use the Branding Agent for unified header, footer, and badge automation. diff --git a/.github/instructions/agents/project-meta-sync.instructions.md b/.github/instructions/agents/project-meta-sync.instructions.md index b3593e06..4c110392 100644 --- a/.github/instructions/agents/project-meta-sync.instructions.md +++ b/.github/instructions/agents/project-meta-sync.instructions.md @@ -1,12 +1,14 @@ --- -title: "Agent: Project Meta Sync" -description: "Spec for project-meta-sync agent – syncs GitHub Project board fields with issue/PR metadata and labels." -version: "v1.0" -apply_to: ".github/agents/project-meta-sync.agent.js, .github/workflows/project-meta-sync.yml" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Agent: Project Meta Sync" +"description": "Spec for project-meta-sync agent – syncs GitHub Project board fields with issue/PR metadata and labels." +"version": "v1.0" +"apply_to": ".github/agents/project-meta-sync.agent.js, .github/workflows/project-meta-sync.yml" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "../../workflows/workflow-project-meta-sync.instructions.md" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/automation-testing.instructions.md b/.github/instructions/automation-testing.instructions.md index ee72301a..c0d2bece 100644 --- a/.github/instructions/automation-testing.instructions.md +++ b/.github/instructions/automation-testing.instructions.md @@ -1,14 +1,16 @@ --- -title: "Automation Testing & Includes Strategy" -description: "Testing and shared utility module strategy for LightSpeedWP automation agents." -version: "v1.0" -apply_to: "all repositories" -last_updated: "2025-10-22" -owners: ["LightSpeedWP Automation Team"] -references: +"title": "Automation Testing & Includes Strategy" +"description": "Testing and shared utility module strategy for LightSpeedWP automation agents." +"version": "v1.0" +"apply_to": "all repositories" +"last_updated": "2025-10-22" +"owners": + - "LightSpeedWP Automation Team" +"references": - "https://jestjs.io/docs/getting-started" - "./includes" - "./release.agent.js" +"file_type": "instructions" --- # Automation Testing & Includes Strategy diff --git a/.github/instructions/awesome-copilot.instructions.md b/.github/instructions/awesome-copilot.instructions.md index cc1a1d89..90e807d4 100644 --- a/.github/instructions/awesome-copilot.instructions.md +++ b/.github/instructions/awesome-copilot.instructions.md @@ -1,12 +1,17 @@ --- -title: "Awesome Copilot Instructions (LightSpeedWP)" -description: "Central index and guidance for all 'awesome-copilot' Copilot instructions, prompts, chatmodes, and collections in LightSpeedWP." -version: "v1.0" -last_updated: "2025-10-23" -author: "LightSpeedWP" -maintainer: "Ash Shaw" -tags: ["lightspeed", "copilot", "instructions", "awesome-copilot"] -type: "instructions-index" +"title": "Awesome Copilot Instructions (LightSpeedWP)" +"description": "Central index and guidance for all 'awesome-copilot' Copilot instructions, prompts, chatmodes, and collections in LightSpeedWP." +"version": "v1.0" +"last_updated": "2025-10-23" +"author": "LightSpeedWP" +"maintainer": "Ash Shaw" +"tags": + - "lightspeed" + - "copilot" + - "instructions" + - "awesome-copilot" +"type": "instructions-index" +"file_type": "instructions" --- # Awesome Copilot Instructions (LightSpeedWP) diff --git a/.github/instructions/awesome-copilot/a11y.instructions.md b/.github/instructions/awesome-copilot/a11y.instructions.md index f6a31750..6c7b2f22 100644 --- a/.github/instructions/awesome-copilot/a11y.instructions.md +++ b/.github/instructions/awesome-copilot/a11y.instructions.md @@ -1,6 +1,7 @@ --- -description: "Guidance for creating more accessible code" -applyTo: "**" +"description": "Guidance for creating more accessible code" +"applyTo": "**" +"file_type": "instructions" --- # Instructions for accessibility diff --git a/.github/instructions/awesome-copilot/ai-prompt-engineering-safety-best-practices.instructions.md b/.github/instructions/awesome-copilot/ai-prompt-engineering-safety-best-practices.instructions.md index 8d9d359a..956250fc 100644 --- a/.github/instructions/awesome-copilot/ai-prompt-engineering-safety-best-practices.instructions.md +++ b/.github/instructions/awesome-copilot/ai-prompt-engineering-safety-best-practices.instructions.md @@ -1,6 +1,8 @@ --- -applyTo: ['*'] -description: "Comprehensive best practices for AI prompt engineering, safety frameworks, bias mitigation, and responsible AI usage for Copilot and LLMs." +"applyTo": + - "*" +"description": "Comprehensive best practices for AI prompt engineering, safety frameworks, bias mitigation, and responsible AI usage for Copilot and LLMs." +"file_type": "instructions" --- # AI Prompt Engineering & Safety Best Practices diff --git a/.github/instructions/awesome-copilot/angular.instructions.md b/.github/instructions/awesome-copilot/angular.instructions.md index 12b7355a..0615294f 100644 --- a/.github/instructions/awesome-copilot/angular.instructions.md +++ b/.github/instructions/awesome-copilot/angular.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Angular-specific coding standards and best practices' -applyTo: '**/*.ts, **/*.html, **/*.scss, **/*.css' +"description": "Angular-specific coding standards and best practices" +"applyTo": "**/*.ts, **/*.html, **/*.scss, **/*.css" +"file_type": "instructions" --- # Angular Development Instructions diff --git a/.github/instructions/awesome-copilot/bicep-code-best-practices.instructions.md b/.github/instructions/awesome-copilot/bicep-code-best-practices.instructions.md index d6a9a32f..6f7007da 100644 --- a/.github/instructions/awesome-copilot/bicep-code-best-practices.instructions.md +++ b/.github/instructions/awesome-copilot/bicep-code-best-practices.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Infrastructure as Code with Bicep' -applyTo: '**/*.bicep' +"description": "Infrastructure as Code with Bicep" +"applyTo": "**/*.bicep" +"file_type": "instructions" --- ## Naming Conventions diff --git a/.github/instructions/awesome-copilot/collections.instructions.md b/.github/instructions/awesome-copilot/collections.instructions.md index e29c2f12..7a6cd7b6 100644 --- a/.github/instructions/awesome-copilot/collections.instructions.md +++ b/.github/instructions/awesome-copilot/collections.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for creating and managing awesome-copilot collections' -applyTo: 'collections/*.collection.yml' +"description": "Guidelines for creating and managing awesome-copilot collections" +"applyTo": "collections/*.collection.yml" +"file_type": "instructions" --- # Collections Development diff --git a/.github/instructions/awesome-copilot/containerization-docker-best-practices.instructions.md b/.github/instructions/awesome-copilot/containerization-docker-best-practices.instructions.md index bb534d36..f38653b7 100644 --- a/.github/instructions/awesome-copilot/containerization-docker-best-practices.instructions.md +++ b/.github/instructions/awesome-copilot/containerization-docker-best-practices.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**/Dockerfile,**/Dockerfile.*,**/*.dockerfile,**/docker-compose*.yml,**/docker-compose*.yaml' -description: 'Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices.' +"applyTo": "**/Dockerfile,**/Dockerfile.*,**/*.dockerfile,**/docker-compose*.yml,**/docker-compose*.yaml" +"description": "Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices." +"file_type": "instructions" --- # Containerization & Docker Best Practices diff --git a/.github/instructions/awesome-copilot/copilot-thought-logging.instructions.md b/.github/instructions/awesome-copilot/copilot-thought-logging.instructions.md index 8377784c..6a203cf1 100644 --- a/.github/instructions/awesome-copilot/copilot-thought-logging.instructions.md +++ b/.github/instructions/awesome-copilot/copilot-thought-logging.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**' -description: 'See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed' +"applyTo": "**" +"description": "See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed" +"file_type": "instructions" --- # Copilot Process tracking Instructions diff --git a/.github/instructions/awesome-copilot/devbox-image-definition.instructions.md b/.github/instructions/awesome-copilot/devbox-image-definition.instructions.md index d1ee13fb..6fdaa827 100644 --- a/.github/instructions/awesome-copilot/devbox-image-definition.instructions.md +++ b/.github/instructions/awesome-copilot/devbox-image-definition.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Authoring recommendations for creating YAML based image definition files for use with Microsoft Dev Box Team Customizations' -applyTo: '**/*.yaml' +"description": "Authoring recommendations for creating YAML based image definition files for use with Microsoft Dev Box Team Customizations" +"applyTo": "**/*.yaml" +"file_type": "instructions" --- # Dev Box image definitions diff --git a/.github/instructions/awesome-copilot/devops-core-principles.instructions.md b/.github/instructions/awesome-copilot/devops-core-principles.instructions.md index 3ed99b77..7455633d 100644 --- a/.github/instructions/awesome-copilot/devops-core-principles.instructions.md +++ b/.github/instructions/awesome-copilot/devops-core-principles.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '*' -description: 'Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide GitHub Copilot in understanding and promoting effective software delivery.' +"applyTo": "*" +"description": "Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide GitHub Copilot in understanding and promoting effective software delivery." +"file_type": "instructions" --- # DevOps Core Principles diff --git a/.github/instructions/awesome-copilot/genaiscript.instructions.md b/.github/instructions/awesome-copilot/genaiscript.instructions.md index fa753c28..67c12cc8 100644 --- a/.github/instructions/awesome-copilot/genaiscript.instructions.md +++ b/.github/instructions/awesome-copilot/genaiscript.instructions.md @@ -1,6 +1,7 @@ --- -description: 'AI-powered script generation guidelines' -applyTo: '**/*.genai.*' +"description": "AI-powered script generation guidelines" +"applyTo": "**/*.genai.*" +"file_type": "instructions" --- ## Role diff --git a/.github/instructions/awesome-copilot/github-actions-ci-cd-best-practices.instructions.md b/.github/instructions/awesome-copilot/github-actions-ci-cd-best-practices.instructions.md index 45df3b2c..8cabf1a4 100644 --- a/.github/instructions/awesome-copilot/github-actions-ci-cd-best-practices.instructions.md +++ b/.github/instructions/awesome-copilot/github-actions-ci-cd-best-practices.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '.github/workflows/*.yml' -description: 'Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies.' +"applyTo": ".github/workflows/*.yml" +"description": "Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Covers workflow structure, jobs, steps, environment variables, secret management, caching, matrix strategies, testing, and deployment strategies." +"file_type": "instructions" --- # GitHub Actions CI/CD Best Practices diff --git a/.github/instructions/awesome-copilot/instructions.instructions.md b/.github/instructions/awesome-copilot/instructions.instructions.md index c53da844..2e66d54c 100644 --- a/.github/instructions/awesome-copilot/instructions.instructions.md +++ b/.github/instructions/awesome-copilot/instructions.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for creating high-quality custom instruction files for GitHub Copilot' -applyTo: '**/*.instructions.md' +"description": "Guidelines for creating high-quality custom instruction files for GitHub Copilot" +"applyTo": "**/*.instructions.md" +"file_type": "instructions" --- # Custom Instructions File Guidelines diff --git a/.github/instructions/awesome-copilot/kubernetes-deployment-best-practices.instructions.md b/.github/instructions/awesome-copilot/kubernetes-deployment-best-practices.instructions.md index fa5602f6..e083ace3 100644 --- a/.github/instructions/awesome-copilot/kubernetes-deployment-best-practices.instructions.md +++ b/.github/instructions/awesome-copilot/kubernetes-deployment-best-practices.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '*' -description: 'Comprehensive best practices for deploying and managing applications on Kubernetes. Covers Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, resource limits, scaling, and security contexts.' +"applyTo": "*" +"description": "Comprehensive best practices for deploying and managing applications on Kubernetes. Covers Pods, Deployments, Services, Ingress, ConfigMaps, Secrets, health checks, resource limits, scaling, and security contexts." +"file_type": "instructions" --- # Kubernetes Deployment Best Practices diff --git a/.github/instructions/awesome-copilot/langchain-python.instructions.md b/.github/instructions/awesome-copilot/langchain-python.instructions.md index 06001eb5..7850b480 100644 --- a/.github/instructions/awesome-copilot/langchain-python.instructions.md +++ b/.github/instructions/awesome-copilot/langchain-python.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Instructions for using LangChain with Python' -applyTo: "**/*.py" +"description": "Instructions for using LangChain with Python" +"applyTo": "**/*.py" +"file_type": "instructions" --- # LangChain Python Instructions diff --git a/.github/instructions/awesome-copilot/localization.instructions.md b/.github/instructions/awesome-copilot/localization.instructions.md index e7d3d35e..716e64b4 100644 --- a/.github/instructions/awesome-copilot/localization.instructions.md +++ b/.github/instructions/awesome-copilot/localization.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for localizing markdown documents' -applyTo: '**/*.md' +"description": "Guidelines for localizing markdown documents" +"applyTo": "**/*.md" +"file_type": "instructions" --- # Guidance for Localization diff --git a/.github/instructions/awesome-copilot/markdown.instructions.md b/.github/instructions/awesome-copilot/markdown.instructions.md index 724815d0..df437ef9 100644 --- a/.github/instructions/awesome-copilot/markdown.instructions.md +++ b/.github/instructions/awesome-copilot/markdown.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Documentation and content creation standards' -applyTo: '**/*.md' +"description": "Documentation and content creation standards" +"applyTo": "**/*.md" +"file_type": "instructions" --- ## Markdown Content Rules diff --git a/.github/instructions/awesome-copilot/memory-bank.instructions.md b/.github/instructions/awesome-copilot/memory-bank.instructions.md index 85e7b741..c510cb0c 100644 --- a/.github/instructions/awesome-copilot/memory-bank.instructions.md +++ b/.github/instructions/awesome-copilot/memory-bank.instructions.md @@ -1,5 +1,6 @@ --- -applyTo: '**' +"applyTo": "**" +"file_type": "instructions" --- Coding standards, domain knowledge, and preferences that AI should follow. diff --git a/.github/instructions/awesome-copilot/nestjs.instructions.md b/.github/instructions/awesome-copilot/nestjs.instructions.md index f9ef64fb..cc999474 100644 --- a/.github/instructions/awesome-copilot/nestjs.instructions.md +++ b/.github/instructions/awesome-copilot/nestjs.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**/*.ts, **/*.js, **/*.json, **/*.spec.ts, **/*.e2e-spec.ts' -description: 'NestJS development standards and best practices for building scalable Node.js server-side applications' +"applyTo": "**/*.ts, **/*.js, **/*.json, **/*.spec.ts, **/*.e2e-spec.ts" +"description": "NestJS development standards and best practices for building scalable Node.js server-side applications" +"file_type": "instructions" --- # NestJS Development Best Practices diff --git a/.github/instructions/awesome-copilot/nextjs-tailwind.instructions.md b/.github/instructions/awesome-copilot/nextjs-tailwind.instructions.md index ffc43781..35c9076c 100644 --- a/.github/instructions/awesome-copilot/nextjs-tailwind.instructions.md +++ b/.github/instructions/awesome-copilot/nextjs-tailwind.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Next.js + Tailwind development standards and instructions' -applyTo: '**/*.tsx, **/*.ts, **/*.jsx, **/*.js, **/*.css' +"description": "Next.js + Tailwind development standards and instructions" +"applyTo": "**/*.tsx, **/*.ts, **/*.jsx, **/*.js, **/*.css" +"file_type": "instructions" --- # Next.js + Tailwind Development Instructions diff --git a/.github/instructions/awesome-copilot/nextjs.instructions.md b/.github/instructions/awesome-copilot/nextjs.instructions.md index d28d5e5f..9b5b0080 100644 --- a/.github/instructions/awesome-copilot/nextjs.instructions.md +++ b/.github/instructions/awesome-copilot/nextjs.instructions.md @@ -1,5 +1,6 @@ --- -applyTo: '**' +"applyTo": "**" +"file_type": "instructions" --- # Next.js Best Practices for LLMs (2025) diff --git a/.github/instructions/awesome-copilot/nodejs-javascript-vitest.instructions.md b/.github/instructions/awesome-copilot/nodejs-javascript-vitest.instructions.md index 6a38953b..d3bd7b3a 100644 --- a/.github/instructions/awesome-copilot/nodejs-javascript-vitest.instructions.md +++ b/.github/instructions/awesome-copilot/nodejs-javascript-vitest.instructions.md @@ -1,6 +1,7 @@ --- -description: "Guidelines for writing Node.js and JavaScript code with Vitest testing" -applyTo: '**/*.js, **/*.mjs, **/*.cjs' +"description": "Guidelines for writing Node.js and JavaScript code with Vitest testing" +"applyTo": "**/*.js, **/*.mjs, **/*.cjs" +"file_type": "instructions" --- # Code Generation Guidelines diff --git a/.github/instructions/awesome-copilot/object-calisthenics.instructions.md b/.github/instructions/awesome-copilot/object-calisthenics.instructions.md index dcc1ff9f..1de3b452 100644 --- a/.github/instructions/awesome-copilot/object-calisthenics.instructions.md +++ b/.github/instructions/awesome-copilot/object-calisthenics.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**/*.{cs,ts,java}' -description: Enforces Object Calisthenics principles for business domain code to ensure clean, maintainable, and robust code +"applyTo": "**/*.{cs,ts,java}" +"description": "Enforces Object Calisthenics principles for business domain code to ensure clean, maintainable, and robust code" +"file_type": "instructions" --- # Object Calisthenics Rules diff --git a/.github/instructions/awesome-copilot/performance-optimization.instructions.md b/.github/instructions/awesome-copilot/performance-optimization.instructions.md index fe5707d3..369e5a57 100644 --- a/.github/instructions/awesome-copilot/performance-optimization.instructions.md +++ b/.github/instructions/awesome-copilot/performance-optimization.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '*' -description: 'The most comprehensive, practical, and engineer-authored performance optimization instructions for all languages, frameworks, and stacks. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips.' +"applyTo": "*" +"description": "The most comprehensive, practical, and engineer-authored performance optimization instructions for all languages, frameworks, and stacks. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips." +"file_type": "instructions" --- # Performance Optimization Best Practices diff --git a/.github/instructions/awesome-copilot/php-mcp-server.instructions.md b/.github/instructions/awesome-copilot/php-mcp-server.instructions.md index 685c0a67..54d86fee 100644 --- a/.github/instructions/awesome-copilot/php-mcp-server.instructions.md +++ b/.github/instructions/awesome-copilot/php-mcp-server.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Best practices for building Model Context Protocol servers in PHP using the official PHP SDK with attribute-based discovery and multiple transport options' -applyTo: '**/*.php' +"description": "Best practices for building Model Context Protocol servers in PHP using the official PHP SDK with attribute-based discovery and multiple transport options" +"applyTo": "**/*.php" +"file_type": "instructions" --- # PHP MCP Server Development Best Practices diff --git a/.github/instructions/awesome-copilot/playwright-python.instructions.md b/.github/instructions/awesome-copilot/playwright-python.instructions.md index f2cca5c5..2675246d 100644 --- a/.github/instructions/awesome-copilot/playwright-python.instructions.md +++ b/.github/instructions/awesome-copilot/playwright-python.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Playwright Python AI test generation instructions based on official documentation.' -applyTo: '**' +"description": "Playwright Python AI test generation instructions based on official documentation." +"applyTo": "**" +"file_type": "instructions" --- # Playwright Python Test Generation Instructions diff --git a/.github/instructions/awesome-copilot/playwright-typescript.instructions.md b/.github/instructions/awesome-copilot/playwright-typescript.instructions.md index ccb01b5b..0a091eaa 100644 --- a/.github/instructions/awesome-copilot/playwright-typescript.instructions.md +++ b/.github/instructions/awesome-copilot/playwright-typescript.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Playwright test generation instructions' -applyTo: '**' +"description": "Playwright test generation instructions" +"applyTo": "**" +"file_type": "instructions" --- ## Test Writing Guidelines diff --git a/.github/instructions/awesome-copilot/powershell-pester-5.instructions.md b/.github/instructions/awesome-copilot/powershell-pester-5.instructions.md index 78b81ada..b96b16ad 100644 --- a/.github/instructions/awesome-copilot/powershell-pester-5.instructions.md +++ b/.github/instructions/awesome-copilot/powershell-pester-5.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**/*.Tests.ps1' -description: 'PowerShell Pester testing best practices based on Pester v5 conventions' +"applyTo": "**/*.Tests.ps1" +"description": "PowerShell Pester testing best practices based on Pester v5 conventions" +"file_type": "instructions" --- # PowerShell Pester v5 Testing Guidelines diff --git a/.github/instructions/awesome-copilot/powershell.instructions.md b/.github/instructions/awesome-copilot/powershell.instructions.md index 83be180b..3189146b 100644 --- a/.github/instructions/awesome-copilot/powershell.instructions.md +++ b/.github/instructions/awesome-copilot/powershell.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**/*.ps1,**/*.psm1' -description: 'PowerShell cmdlet and scripting best practices based on Microsoft guidelines' +"applyTo": "**/*.ps1,**/*.psm1" +"description": "PowerShell cmdlet and scripting best practices based on Microsoft guidelines" +"file_type": "instructions" --- # PowerShell Cmdlet Development Guidelines diff --git a/.github/instructions/awesome-copilot/prompt.instructions.md b/.github/instructions/awesome-copilot/prompt.instructions.md index 7ca0432b..b45d0f8b 100644 --- a/.github/instructions/awesome-copilot/prompt.instructions.md +++ b/.github/instructions/awesome-copilot/prompt.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for creating high-quality prompt files for GitHub Copilot' -applyTo: '**/*.prompt.md' +"description": "Guidelines for creating high-quality prompt files for GitHub Copilot" +"applyTo": "**/*.prompt.md" +"file_type": "instructions" --- # Copilot Prompt Files Guidelines diff --git a/.github/instructions/awesome-copilot/python-mcp-server.instructions.md b/.github/instructions/awesome-copilot/python-mcp-server.instructions.md index ade08592..c5ca5052 100644 --- a/.github/instructions/awesome-copilot/python-mcp-server.instructions.md +++ b/.github/instructions/awesome-copilot/python-mcp-server.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Instructions for building Model Context Protocol (MCP) servers using the Python SDK' -applyTo: '**/*.py, **/pyproject.toml, **/requirements.txt' +"description": "Instructions for building Model Context Protocol (MCP) servers using the Python SDK" +"applyTo": "**/*.py, **/pyproject.toml, **/requirements.txt" +"file_type": "instructions" --- # Python MCP Server Development diff --git a/.github/instructions/awesome-copilot/python.instructions.md b/.github/instructions/awesome-copilot/python.instructions.md index a783f424..0ff67cd2 100644 --- a/.github/instructions/awesome-copilot/python.instructions.md +++ b/.github/instructions/awesome-copilot/python.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Python coding conventions and guidelines' -applyTo: '**/*.py' +"description": "Python coding conventions and guidelines" +"applyTo": "**/*.py" +"file_type": "instructions" --- # Python Coding Conventions diff --git a/.github/instructions/awesome-copilot/reactjs.instructions.md b/.github/instructions/awesome-copilot/reactjs.instructions.md index 79bd2754..7311f87f 100644 --- a/.github/instructions/awesome-copilot/reactjs.instructions.md +++ b/.github/instructions/awesome-copilot/reactjs.instructions.md @@ -1,6 +1,7 @@ --- -description: 'ReactJS development standards and best practices' -applyTo: '**/*.jsx, **/*.tsx, **/*.js, **/*.ts, **/*.css, **/*.scss' +"description": "ReactJS development standards and best practices" +"applyTo": "**/*.jsx, **/*.tsx, **/*.js, **/*.ts, **/*.css, **/*.scss" +"file_type": "instructions" --- # ReactJS Development Instructions diff --git a/.github/instructions/awesome-copilot/security-and-owasp.instructions.md b/.github/instructions/awesome-copilot/security-and-owasp.instructions.md index 53a7a628..a909e45d 100644 --- a/.github/instructions/awesome-copilot/security-and-owasp.instructions.md +++ b/.github/instructions/awesome-copilot/security-and-owasp.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '*' -description: "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices." +"applyTo": "*" +"description": "Comprehensive secure coding instructions for all languages and frameworks, based on OWASP Top 10 and industry best practices." +"file_type": "instructions" --- # Secure Coding and OWASP Guidelines diff --git a/.github/instructions/awesome-copilot/self-explanatory-code-commenting.instructions.md b/.github/instructions/awesome-copilot/self-explanatory-code-commenting.instructions.md index 5ffa68fa..a32cfcea 100644 --- a/.github/instructions/awesome-copilot/self-explanatory-code-commenting.instructions.md +++ b/.github/instructions/awesome-copilot/self-explanatory-code-commenting.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for GitHub Copilot to write comments to achieve self-explanatory code with less comments. Examples are in JavaScript but it should work on any language that has comments.' -applyTo: '**' +"description": "Guidelines for GitHub Copilot to write comments to achieve self-explanatory code with less comments. Examples are in JavaScript but it should work on any language that has comments." +"applyTo": "**" +"file_type": "instructions" --- # Self-explanatory Code Commenting Instructions diff --git a/.github/instructions/awesome-copilot/spec-driven-workflow-v1.instructions.md b/.github/instructions/awesome-copilot/spec-driven-workflow-v1.instructions.md index 2a4cc882..a0ecbeb7 100644 --- a/.github/instructions/awesome-copilot/spec-driven-workflow-v1.instructions.md +++ b/.github/instructions/awesome-copilot/spec-driven-workflow-v1.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated.' -applyTo: '**' +"description": "Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated." +"applyTo": "**" +"file_type": "instructions" --- # Spec Driven Workflow v1 diff --git a/.github/instructions/awesome-copilot/sql-sp-generation.instructions.md b/.github/instructions/awesome-copilot/sql-sp-generation.instructions.md index 425f5129..b086043c 100644 --- a/.github/instructions/awesome-copilot/sql-sp-generation.instructions.md +++ b/.github/instructions/awesome-copilot/sql-sp-generation.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for generating SQL statements and stored procedures' -applyTo: '**/*.sql' +"description": "Guidelines for generating SQL statements and stored procedures" +"applyTo": "**/*.sql" +"file_type": "instructions" --- # SQL Development diff --git a/.github/instructions/awesome-copilot/swift-mcp-server.instructions.md b/.github/instructions/awesome-copilot/swift-mcp-server.instructions.md index 29f5e847..01701eb9 100644 --- a/.github/instructions/awesome-copilot/swift-mcp-server.instructions.md +++ b/.github/instructions/awesome-copilot/swift-mcp-server.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Best practices and patterns for building Model Context Protocol (MCP) servers in Swift using the official MCP Swift SDK package.' -applyTo: "**/*.swift, **/Package.swift, **/Package.resolved" +"description": "Best practices and patterns for building Model Context Protocol (MCP) servers in Swift using the official MCP Swift SDK package." +"applyTo": "**/*.swift, **/Package.swift, **/Package.resolved" +"file_type": "instructions" --- # Swift MCP Server Development Guidelines diff --git a/.github/instructions/awesome-copilot/taming-copilot.instructions.md b/.github/instructions/awesome-copilot/taming-copilot.instructions.md index 82847ac1..a3ead15a 100644 --- a/.github/instructions/awesome-copilot/taming-copilot.instructions.md +++ b/.github/instructions/awesome-copilot/taming-copilot.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**' -description: 'Prevent Copilot from wreaking havoc across your codebase, keeping it under control.' +"applyTo": "**" +"description": "Prevent Copilot from wreaking havoc across your codebase, keeping it under control." +"file_type": "instructions" --- ## Core Directives & Hierarchy diff --git a/.github/instructions/awesome-copilot/tanstack-start-shadcn-tailwind.instructions.md b/.github/instructions/awesome-copilot/tanstack-start-shadcn-tailwind.instructions.md index c5a939ca..5f65be27 100644 --- a/.github/instructions/awesome-copilot/tanstack-start-shadcn-tailwind.instructions.md +++ b/.github/instructions/awesome-copilot/tanstack-start-shadcn-tailwind.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for building TanStack Start applications' -applyTo: '**/*.ts, **/*.tsx, **/*.js, **/*.jsx, **/*.css, **/*.scss, **/*.json' +"description": "Guidelines for building TanStack Start applications" +"applyTo": "**/*.ts, **/*.tsx, **/*.js, **/*.jsx, **/*.css, **/*.scss, **/*.json" +"file_type": "instructions" --- # TanStack Start with Shadcn/ui Development Guide diff --git a/.github/instructions/awesome-copilot/task-implementation.instructions.md b/.github/instructions/awesome-copilot/task-implementation.instructions.md index af12b302..e430c39b 100644 --- a/.github/instructions/awesome-copilot/task-implementation.instructions.md +++ b/.github/instructions/awesome-copilot/task-implementation.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**/.copilot-tracking/changes/*.md' -description: 'Instructions for implementing task plans with progressive tracking and change record - Brought to you by microsoft/edge-ai' +"applyTo": "**/.copilot-tracking/changes/*.md" +"description": "Instructions for implementing task plans with progressive tracking and change record - Brought to you by microsoft/edge-ai" +"file_type": "instructions" --- # Task Plan Implementation Instructions diff --git a/.github/instructions/awesome-copilot/tasksync.instructions.md b/.github/instructions/awesome-copilot/tasksync.instructions.md index a0a09f4e..22583809 100644 --- a/.github/instructions/awesome-copilot/tasksync.instructions.md +++ b/.github/instructions/awesome-copilot/tasksync.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: '**' -description: 'TaskSync V4 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.' +"applyTo": "**" +"description": "TaskSync V4 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running." +"file_type": "instructions" --- # TaskSync V4 Protocol diff --git a/.github/instructions/awesome-copilot/typescript-5-es2022.instructions.md b/.github/instructions/awesome-copilot/typescript-5-es2022.instructions.md index 1b530353..8b421881 100644 --- a/.github/instructions/awesome-copilot/typescript-5-es2022.instructions.md +++ b/.github/instructions/awesome-copilot/typescript-5-es2022.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Guidelines for TypeScript Development targeting TypeScript 5.x and ES2022 output' -applyTo: '**/*.ts' +"description": "Guidelines for TypeScript Development targeting TypeScript 5.x and ES2022 output" +"applyTo": "**/*.ts" +"file_type": "instructions" --- # TypeScript Development diff --git a/.github/instructions/awesome-copilot/typescript-mcp-server.instructions.md b/.github/instructions/awesome-copilot/typescript-mcp-server.instructions.md index 97185e6c..f46153a7 100644 --- a/.github/instructions/awesome-copilot/typescript-mcp-server.instructions.md +++ b/.github/instructions/awesome-copilot/typescript-mcp-server.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK' -applyTo: '**/*.ts, **/*.js, **/package.json' +"description": "Instructions for building Model Context Protocol (MCP) servers using the TypeScript SDK" +"applyTo": "**/*.ts, **/*.js, **/package.json" +"file_type": "instructions" --- # TypeScript MCP Server Development diff --git a/.github/instructions/awesome-copilot/vuejs3.instructions.md b/.github/instructions/awesome-copilot/vuejs3.instructions.md index 7c3f74fd..a46445e2 100644 --- a/.github/instructions/awesome-copilot/vuejs3.instructions.md +++ b/.github/instructions/awesome-copilot/vuejs3.instructions.md @@ -1,6 +1,7 @@ --- -description: 'VueJS 3 development standards and best practices with Composition API and TypeScript' -applyTo: '**/*.vue, **/*.ts, **/*.js, **/*.scss' +"description": "VueJS 3 development standards and best practices with Composition API and TypeScript" +"applyTo": "**/*.vue, **/*.ts, **/*.js, **/*.scss" +"file_type": "instructions" --- # VueJS 3 Development Instructions diff --git a/.github/instructions/awesome-copilot/wordpress.instructions.md b/.github/instructions/awesome-copilot/wordpress.instructions.md index 2c08bbd4..d2256405 100644 --- a/.github/instructions/awesome-copilot/wordpress.instructions.md +++ b/.github/instructions/awesome-copilot/wordpress.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: 'wp-content/plugins/**,wp-content/themes/**,**/*.php,**/*.inc,**/*.js,**/*.jsx,**/*.ts,**/*.tsx,**/*.css,**/*.scss,**/*.json' -description: 'Coding, security, and testing rules for WordPress plugins and themes' +"applyTo": "wp-content/plugins/**,wp-content/themes/**,**/*.php,**/*.inc,**/*.js,**/*.jsx,**/*.ts,**/*.tsx,**/*.css,**/*.scss,**/*.json" +"description": "Coding, security, and testing rules for WordPress plugins and themes" +"file_type": "instructions" --- # WordPress Development — Copilot Instructions diff --git a/.github/instructions/collections.instructions.md b/.github/instructions/collections.instructions.md index 3d0086e9..abc768e9 100644 --- a/.github/instructions/collections.instructions.md +++ b/.github/instructions/collections.instructions.md @@ -1,7 +1,8 @@ --- -description: 'Guidelines for creating and managing awesome-copilot collections' -applyTo: 'collections/*.collection.yml' -license: 'GPL-3.0' +"description": "Guidelines for creating and managing awesome-copilot collections" +"applyTo": "collections/*.collection.yml" +"license": "GPL-3.0" +"file_type": "instructions" --- # Collections Development diff --git a/.github/instructions/copilot-thought-logging.instructions.md b/.github/instructions/copilot-thought-logging.instructions.md index 1ca263f0..9992f8b9 100644 --- a/.github/instructions/copilot-thought-logging.instructions.md +++ b/.github/instructions/copilot-thought-logging.instructions.md @@ -1,7 +1,8 @@ --- -applyTo: '**' -description: 'See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed' -license: 'GPL-3.0' +"applyTo": "**" +"description": "See process Copilot is following where you can edit this to reshape the interaction or save when follow up may be needed" +"license": "GPL-3.0" +"file_type": "instructions" --- # Copilot Process tracking Instructions diff --git a/.github/instructions/design-agents.instructions.md b/.github/instructions/design-agents.instructions.md index 15a15154..53d94bec 100644 --- a/.github/instructions/design-agents.instructions.md +++ b/.github/instructions/design-agents.instructions.md @@ -1,9 +1,13 @@ --- -applyTo: ['**/*.md', 'agents/**'] -description: "Author, evaluate, and test AI agents; design agentic workflows." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.md" + - "agents/**" +"description": "Author, evaluate, and test AI agents; design agentic workflows." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/footer-header-style.instructions.md b/.github/instructions/footer-header-style.instructions.md index 039744f2..d12bf604 100644 --- a/.github/instructions/footer-header-style.instructions.md +++ b/.github/instructions/footer-header-style.instructions.md @@ -1,12 +1,14 @@ --- -title: "Footer & Header Style Guide" -description: "Standardized and fun footer/header logic for all documentation and README files." -version: "v1.0" -apply_to: "All automation agents/scripts that update documentation." -last_updated: "2025-10-22" -owners: ["LightSpeedWP Automation Team"] -references: +"title": "Footer & Header Style Guide" +"description": "Standardized and fun footer/header logic for all documentation and README files." +"version": "v1.0" +"apply_to": "All automation agents/scripts that update documentation." +"last_updated": "2025-10-22" +"owners": + - "LightSpeedWP Automation Team" +"references": - "https://github.com/lightspeedwp/.github/tree/main/profile" +"file_type": "instructions" --- # Fun Footer & Header Logic diff --git a/.github/instructions/inline-docs/inline-jsdoc.instructions.md b/.github/instructions/inline-docs/inline-jsdoc.instructions.md index 80adcf88..2db1730c 100644 --- a/.github/instructions/inline-docs/inline-jsdoc.instructions.md +++ b/.github/instructions/inline-docs/inline-jsdoc.instructions.md @@ -1,6 +1,7 @@ --- -description: "WordPress JavaScript inline documentation standards using JSDoc format following WordPress core guidelines." -applyTo: "**/*.js" +"description": "WordPress JavaScript inline documentation standards using JSDoc format following WordPress core guidelines." +"applyTo": "**/*.js" +"file_type": "instructions" --- # JavaScript Inline Documentation Instructions diff --git a/.github/instructions/js.instructions.md b/.github/instructions/js.instructions.md index 6e7f56ef..16bd42c8 100644 --- a/.github/instructions/js.instructions.md +++ b/.github/instructions/js.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: "**/*.{js,jsx,ts,tsx}" -description: "JavaScript/TypeScript coding rules" +"applyTo": "**/*.{js,jsx,ts,tsx}" +"description": "JavaScript/TypeScript coding rules" +"file_type": "instructions" --- # JavaScript Instructions diff --git a/.github/instructions/json-schema.instructions.md b/.github/instructions/json-schema.instructions.md index 9125de40..d82d8aa6 100644 --- a/.github/instructions/json-schema.instructions.md +++ b/.github/instructions/json-schema.instructions.md @@ -1,9 +1,14 @@ --- -applyTo: ['**/*.json', '**/*.schema.json', '**/*.jsonc'] -description: "Create, validate, and document JSON Schemas; wire them into CI." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.json" + - "**/*.schema.json" + - "**/*.jsonc" +"description": "Create, validate, and document JSON Schemas; wire them into CI." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # theme.json Instructions diff --git a/.github/instructions/markdown.instructions.md b/.github/instructions/markdown.instructions.md index 4e5f5c27..536bbcba 100644 --- a/.github/instructions/markdown.instructions.md +++ b/.github/instructions/markdown.instructions.md @@ -1,7 +1,8 @@ --- -description: 'Documentation and content creation standards' -applyTo: '**/*.md' -license: 'GPL-3.0' +"description": "Documentation and content creation standards" +"applyTo": "**/*.md" +"license": "GPL-3.0" +"file_type": "instructions" --- # 📝 Markdown Instructions diff --git a/.github/instructions/mermaid-diagrams.instructions.md b/.github/instructions/mermaid-diagrams.instructions.md index 9c6a2298..a58ec079 100644 --- a/.github/instructions/mermaid-diagrams.instructions.md +++ b/.github/instructions/mermaid-diagrams.instructions.md @@ -1,6 +1,7 @@ --- -description: 'Best practices and implementation guidelines for Mermaid diagrams in LightSpeedWP documentation and README files' -applyTo: '**/*.md' +"description": "Best practices and implementation guidelines for Mermaid diagrams in LightSpeedWP documentation and README files" +"applyTo": "**/*.md" +"file_type": "instructions" --- # Mermaid Diagrams Implementation Guide diff --git a/.github/instructions/php-block.instructions.md b/.github/instructions/php-block.instructions.md index a8f391ca..2beb78d2 100644 --- a/.github/instructions/php-block.instructions.md +++ b/.github/instructions/php-block.instructions.md @@ -1,7 +1,8 @@ --- -description: 'Instructions for PHP files related to block patterns or theme setup in any LightSpeed WordPress project' -applyTo: '**/*.php' -license: 'GPL-3.0' +"description": "Instructions for PHP files related to block patterns or theme setup in any LightSpeed WordPress project" +"applyTo": "**/*.php" +"license": "GPL-3.0" +"file_type": "instructions" --- - "inc/blocks/register-patterns.php" diff --git a/.github/instructions/php-wordpress.instructions.md b/.github/instructions/php-wordpress.instructions.md index e005ceed..09405b53 100644 --- a/.github/instructions/php-wordpress.instructions.md +++ b/.github/instructions/php-wordpress.instructions.md @@ -1,7 +1,8 @@ --- -applyTo: "**/*.php" -description: "PHP coding standards for WordPress development - security, performance, and WordPress API best practices" -license: "GPL-3.0-or-later" +"applyTo": "**/*.php" +"description": "PHP coding standards for WordPress development - security, performance, and WordPress API best practices" +"license": "GPL-3.0-or-later" +"file_type": "instructions" --- # PHP Development Guidelines for WordPress diff --git a/.github/instructions/php.instructions.md b/.github/instructions/php.instructions.md index ec9e0506..5872056e 100644 --- a/.github/instructions/php.instructions.md +++ b/.github/instructions/php.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: "**/*.php" -description: "WordPress PHP coding standards and theme conventions" +"applyTo": "**/*.php" +"description": "WordPress PHP coding standards and theme conventions" +"file_type": "instructions" --- # PHP / WordPress Instructions diff --git a/.github/instructions/playwright-tests.instructions.md b/.github/instructions/playwright-tests.instructions.md index 7588176b..037d85f0 100644 --- a/.github/instructions/playwright-tests.instructions.md +++ b/.github/instructions/playwright-tests.instructions.md @@ -1,7 +1,6 @@ --- -title: "Playwr - documentation - - instructions - - guides +title: "Playwright Test Instructions" +description: "Best practices for writing, organizing, and maintaining Playwright tests for LightSpeed projects" version: "1.0.0" permalink: "/instructions/playwright-tests" license: "GPL-3.0" @@ -25,11 +24,6 @@ categories: - documentation - instructions - guides -version: "1.0.0" -permalink: "/instructions/playwright-tests" - -type: "instructions" -mode: "agent" --- # Playwright Test Instructions diff --git a/.github/instructions/playwright-typescript.instructions.md b/.github/instructions/playwright-typescript.instructions.md index 211417a9..0b1fdaf8 100644 --- a/.github/instructions/playwright-typescript.instructions.md +++ b/.github/instructions/playwright-typescript.instructions.md @@ -1,7 +1,8 @@ --- -description: 'Playwright test generation instructions' -applyTo: '**' -license: 'GPL-3.0' +"description": "Playwright test generation instructions" +"applyTo": "**" +"license": "GPL-3.0" +"file_type": "instructions" --- ## Test Writing Guidelines diff --git a/.github/instructions/readme.instructions.md b/.github/instructions/readme.instructions.md index f1cbce3f..2812747d 100644 --- a/.github/instructions/readme.instructions.md +++ b/.github/instructions/readme.instructions.md @@ -1,6 +1,7 @@ --- -description: "Comprehensive requirements and guidance for all README.md and Markdown documentation files across the repository, including expanded fields/sections by file/folder type." -applyTo: "README.md, *.md" +"description": "Comprehensive requirements and guidance for all README.md and Markdown documentation files across the repository, including expanded fields/sections by file/folder type." +"applyTo": "README.md, *.md" +"file_type": "instructions" --- # README Documentation Standards & Update Tasks diff --git a/.github/instructions/spec-driven-workflow-v1.instructions.md b/.github/instructions/spec-driven-workflow-v1.instructions.md index 1a7ae73d..c842573c 100644 --- a/.github/instructions/spec-driven-workflow-v1.instructions.md +++ b/.github/instructions/spec-driven-workflow-v1.instructions.md @@ -1,7 +1,8 @@ --- -description: 'Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated.' -applyTo: '**' -license: 'GPL-3.0' +"description": "Specification-Driven Workflow v1 provides a structured approach to software development, ensuring that requirements are clearly defined, designs are meticulously planned, and implementations are thoroughly documented and validated." +"applyTo": "**" +"license": "GPL-3.0" +"file_type": "instructions" --- # Spec Driven Workflow v1 diff --git a/.github/instructions/tagging-and-frontmatter-conventions.instructions.md b/.github/instructions/tagging-and-frontmatter-conventions.instructions.md index b61fb135..75fa01b8 100644 --- a/.github/instructions/tagging-and-frontmatter-conventions.instructions.md +++ b/.github/instructions/tagging-and-frontmatter-conventions.instructions.md @@ -1,6 +1,7 @@ --- -description: 'LightSpeedWP unified frontmatter conventions combining awesome-copilot tagging with governance requirements for all .github assets' -applyTo: '**/*.md' +"description": "LightSpeedWP unified frontmatter conventions combining awesome-copilot tagging with governance requirements for all .github assets" +"applyTo": "**/*.md" +"file_type": "instructions" --- # LightSpeedWP Unified Frontmatter Conventions diff --git a/.github/instructions/tasksync.instructions.md b/.github/instructions/tasksync.instructions.md index a2fbc304..a957d715 100644 --- a/.github/instructions/tasksync.instructions.md +++ b/.github/instructions/tasksync.instructions.md @@ -1,7 +1,8 @@ --- -applyTo: '**' -description: 'TaskSync V4 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.' -license: 'GPL-3.0' +"applyTo": "**" +"description": "TaskSync V4 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running." +"license": "GPL-3.0" +"file_type": "instructions" --- # TaskSync V4 Protocol diff --git a/.github/instructions/tests.instructions.md b/.github/instructions/tests.instructions.md index 96cb2145..9b4e7f25 100644 --- a/.github/instructions/tests.instructions.md +++ b/.github/instructions/tests.instructions.md @@ -1,6 +1,7 @@ --- -description: "Index of all LightSpeed test standards: workflows, agents, Bats, Playwright, Jest, PHPUnit, Python, etc." -applyTo: "all projects" +"description": "Index of all LightSpeed test standards: workflows, agents, Bats, Playwright, Jest, PHPUnit, Python, etc." +"applyTo": "all projects" +"file_type": "instructions" --- # 🧪 Test Standards Index diff --git a/.github/instructions/tests/tests-bats.instructions.md b/.github/instructions/tests/tests-bats.instructions.md index ce216dd9..cbdfdfc7 100644 --- a/.github/instructions/tests/tests-bats.instructions.md +++ b/.github/instructions/tests/tests-bats.instructions.md @@ -1,13 +1,15 @@ --- -title: "Bats Test Instructions" -description: "Guidelines for shell script/unit testing using Bats at LightSpeed." -version: "1.0.0" -apply_to: "shell/Bash scripts" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Bats Test Instructions" +"description": "Guidelines for shell script/unit testing using Bats at LightSpeed." +"version": "1.0.0" +"apply_to": "shell/Bash scripts" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "../tests.instructions.md" - "https://docs.github.com/en/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot" +"file_type": "instructions" --- # Bats Test Instructions diff --git a/.github/instructions/tests/tests-jest.instructions.md b/.github/instructions/tests/tests-jest.instructions.md index 209bf899..da1649b8 100644 --- a/.github/instructions/tests/tests-jest.instructions.md +++ b/.github/instructions/tests/tests-jest.instructions.md @@ -1,13 +1,15 @@ --- -title: "Jest Test Instructions" -description: "How to set up, configure, and write tests with Jest for JavaScript/TypeScript projects." -version: "1.0.0" -apply_to: "JavaScript/TypeScript projects" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Jest Test Instructions" +"description": "How to set up, configure, and write tests with Jest for JavaScript/TypeScript projects." +"version": "1.0.0" +"apply_to": "JavaScript/TypeScript projects" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "../tests.instructions.md" - "https://docs.github.com/en/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot" +"file_type": "instructions" --- # Jest Test Instructions diff --git a/.github/instructions/tests/tests-phpunit.instructions.md b/.github/instructions/tests/tests-phpunit.instructions.md index 3cd335c7..00771bad 100644 --- a/.github/instructions/tests/tests-phpunit.instructions.md +++ b/.github/instructions/tests/tests-phpunit.instructions.md @@ -1,13 +1,15 @@ --- -title: "PHPUnit Test Instructions" -description: "How to set up and write PHPUnit tests for PHP and WordPress projects." -version: "1.0.0" -apply_to: "PHP/WordPress projects" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "PHPUnit Test Instructions" +"description": "How to set up and write PHPUnit tests for PHP and WordPress projects." +"version": "1.0.0" +"apply_to": "PHP/WordPress projects" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "../tests.instructions.md" - "https://docs.github.com/en/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot" +"file_type": "instructions" --- # PHPUnit Test Instructions diff --git a/.github/instructions/tests/tests-playwright.instructions.md b/.github/instructions/tests/tests-playwright.instructions.md index 27befec0..8ec836c3 100644 --- a/.github/instructions/tests/tests-playwright.instructions.md +++ b/.github/instructions/tests/tests-playwright.instructions.md @@ -1,13 +1,15 @@ --- -title: "Playwright Test Instructions" -description: "How to write and organize Playwright browser/E2E tests for LightSpeed projects." -version: "1.0.0" -apply_to: "browser/E2E testing" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Playwright Test Instructions" +"description": "How to write and organize Playwright browser/E2E tests for LightSpeed projects." +"version": "1.0.0" +"apply_to": "browser/E2E testing" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "../tests.instructions.md" - "https://docs.github.com/en/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot" +"file_type": "instructions" --- # Playwright Test Instructions diff --git a/.github/instructions/tests/tests-python.instructions.md b/.github/instructions/tests/tests-python.instructions.md index f0d5712b..5f3ac0d9 100644 --- a/.github/instructions/tests/tests-python.instructions.md +++ b/.github/instructions/tests/tests-python.instructions.md @@ -1,13 +1,15 @@ --- -title: "Python Test Instructions" -description: "How to set up and write tests for Python projects at LightSpeed." -version: "1.0.0" -apply_to: "Python projects" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Python Test Instructions" +"description": "How to set up and write tests for Python projects at LightSpeed." +"version": "1.0.0" +"apply_to": "Python projects" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "../tests.instructions.md" - "https://docs.github.com/en/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot" +"file_type": "instructions" --- # Python Test Instructions diff --git a/.github/instructions/theme-json.instructions.md b/.github/instructions/theme-json.instructions.md index 4572f9b1..5f84c007 100644 --- a/.github/instructions/theme-json.instructions.md +++ b/.github/instructions/theme-json.instructions.md @@ -1,7 +1,8 @@ --- -applyTo: "**/theme.json" -description: "Theme.json configuration standards for WordPress block themes - design systems, tokens, and global styles" -license: "GPL-3.0-or-later" +"applyTo": "**/theme.json" +"description": "Theme.json configuration standards for WordPress block themes - design systems, tokens, and global styles" +"license": "GPL-3.0-or-later" +"file_type": "instructions" --- # Theme.json Configuration Guidelines diff --git a/.github/instructions/tools.instructions.md b/.github/instructions/tools.instructions.md index 4b113e93..a68f5ee4 100644 --- a/.github/instructions/tools.instructions.md +++ b/.github/instructions/tools.instructions.md @@ -1,10 +1,15 @@ --- -title: "Tool Configuration Documentation Template" -description: "Standard format for documenting configuration files under docs/config" -last_updated: "2025-11-12" -version: "1.0" -maintainers: ["LightSpeed Team"] -tags: ["documentation", "configuration", "standards"] +"title": "Tool Configuration Documentation Template" +"description": "Standard format for documenting configuration files under docs/config" +"last_updated": "2025-11-12" +"version": "1.0" +"maintainers": + - "LightSpeed Team" +"tags": + - "documentation" + - "configuration" + - "standards" +"file_type": "instructions" --- # Tool Configuration Documentation Template diff --git a/.github/instructions/wordpress.instructions.md b/.github/instructions/wordpress.instructions.md index d0039a6a..89102a27 100644 --- a/.github/instructions/wordpress.instructions.md +++ b/.github/instructions/wordpress.instructions.md @@ -1,6 +1,7 @@ --- -applyTo: "**/*.{php,html,json,css,scss,js,jsx,ts,tsx}" -description: "WordPress-specific development guidelines and best practices" +"applyTo": "**/*.{php,html,json,css,scss,js,jsx,ts,tsx}" +"description": "WordPress-specific development guidelines and best practices" +"file_type": "instructions" --- # WordPress Instructions diff --git a/.github/instructions/wordpress/block-patterns.instructions.md b/.github/instructions/wordpress/block-patterns.instructions.md index 946a19fe..e8222875 100644 --- a/.github/instructions/wordpress/block-patterns.instructions.md +++ b/.github/instructions/wordpress/block-patterns.instructions.md @@ -22,8 +22,6 @@ categories: - documentation - instructions - guides -version: "1.0.0" -permalink: "/instructions/pattern-development" license: "GPL-3.0" file_type: "instructions" mode: "agent" @@ -33,13 +31,15 @@ applyTo: "**/patterns/**/*.php" # Block Pattern Development Instructions ## Pattern Structure - related_links: - - "https://developer.wordpress.org/themes/patterns/" - - "https://developer.wordpress.org/themes/patterns/starter-patterns/" - - "https://developer.wordpress.org/themes/patterns/usage-in-templates/" + - Use appropriate block variations based on content needs. - Test pattern across different viewport sizes. +**Related Links:** +- [WordPress Patterns Documentation](https://developer.wordpress.org/themes/patterns/) +- [Starter Patterns](https://developer.wordpress.org/themes/patterns/starter-patterns/) +- [Pattern Usage in Templates](https://developer.wordpress.org/themes/patterns/usage-in-templates/) + ## Registration diff --git a/.github/instructions/wordpress/php-block.instructions.md b/.github/instructions/wordpress/php-block.instructions.md index a8f391ca..2beb78d2 100644 --- a/.github/instructions/wordpress/php-block.instructions.md +++ b/.github/instructions/wordpress/php-block.instructions.md @@ -1,7 +1,8 @@ --- -description: 'Instructions for PHP files related to block patterns or theme setup in any LightSpeed WordPress project' -applyTo: '**/*.php' -license: 'GPL-3.0' +"description": "Instructions for PHP files related to block patterns or theme setup in any LightSpeed WordPress project" +"applyTo": "**/*.php" +"license": "GPL-3.0" +"file_type": "instructions" --- - "inc/blocks/register-patterns.php" diff --git a/.github/instructions/wordpress/php-wordpress.instructions.md b/.github/instructions/wordpress/php-wordpress.instructions.md index e005ceed..09405b53 100644 --- a/.github/instructions/wordpress/php-wordpress.instructions.md +++ b/.github/instructions/wordpress/php-wordpress.instructions.md @@ -1,7 +1,8 @@ --- -applyTo: "**/*.php" -description: "PHP coding standards for WordPress development - security, performance, and WordPress API best practices" -license: "GPL-3.0-or-later" +"applyTo": "**/*.php" +"description": "PHP coding standards for WordPress development - security, performance, and WordPress API best practices" +"license": "GPL-3.0-or-later" +"file_type": "instructions" --- # PHP Development Guidelines for WordPress diff --git a/.github/instructions/wordpress/single-block-plugin.instructions.md b/.github/instructions/wordpress/single-block-plugin.instructions.md index b883b099..942b4474 100644 --- a/.github/instructions/wordpress/single-block-plugin.instructions.md +++ b/.github/instructions/wordpress/single-block-plugin.instructions.md @@ -1,13 +1,14 @@ --- -id: ls-03-single-block-plugin-standards -title: Single Block WP Plugin Standards -description: You are a Single Block WP Plugin specialist. Follow our patterns to deliver maintainable outcomes. Avoid unnecessary dependencies and bespoke tooling unless spe -appliesTo: +"id": "ls-03-single-block-plugin-standards" +"title": "Single Block WP Plugin Standards" +"description": "You are a Single Block WP Plugin specialist. Follow our patterns to deliver maintainable outcomes. Avoid unnecessary dependencies and bespoke tooling unless spe" +"appliesTo": - "**/*.{ts,tsx,js,php,scss,css,md}" -tags: - - wordpress - - blocks - - plugin +"tags": + - "wordpress" + - "blocks" + - "plugin" +"file_type": "instructions" --- You are a Single Block WP Plugin specialist. Follow our patterns to deliver maintainable outcomes. Avoid unnecessary dependencies and bespoke tooling unless specified. diff --git a/.github/instructions/wordpress/theme-json.instructions.md b/.github/instructions/wordpress/theme-json.instructions.md index 4572f9b1..5f84c007 100644 --- a/.github/instructions/wordpress/theme-json.instructions.md +++ b/.github/instructions/wordpress/theme-json.instructions.md @@ -1,7 +1,8 @@ --- -applyTo: "**/theme.json" -description: "Theme.json configuration standards for WordPress block themes - design systems, tokens, and global styles" -license: "GPL-3.0-or-later" +"applyTo": "**/theme.json" +"description": "Theme.json configuration standards for WordPress block themes - design systems, tokens, and global styles" +"license": "GPL-3.0-or-later" +"file_type": "instructions" --- # Theme.json Configuration Guidelines diff --git a/.github/instructions/wordpress/wpcs-accessibility.instructions.md b/.github/instructions/wordpress/wpcs-accessibility.instructions.md index c89a5abb..355f3c5f 100644 --- a/.github/instructions/wordpress/wpcs-accessibility.instructions.md +++ b/.github/instructions/wordpress/wpcs-accessibility.instructions.md @@ -1,9 +1,14 @@ --- -applyTo: ['**/*.css', '**/*.scss', '**/*.sass'] -description: "Enforce conforming to the Web Content Accessibility Guidelines (WCAG), version 2.2, at level AA." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.css" + - "**/*.scss" + - "**/*.sass" +"description": "Enforce conforming to the Web Content Accessibility Guidelines (WCAG), version 2.2, at level AA." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # WordPress Accessibility Coding Standards diff --git a/.github/instructions/wordpress/wpcs-css.instructions.md b/.github/instructions/wordpress/wpcs-css.instructions.md index 9df78a01..57966c6d 100644 --- a/.github/instructions/wordpress/wpcs-css.instructions.md +++ b/.github/instructions/wordpress/wpcs-css.instructions.md @@ -1,9 +1,14 @@ --- -applyTo: ['**/*.css', '**/*.scss', '**/*.sass'] -description: "Enforce WordPress CSS coding standards, naming, specificity and formatting." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.css" + - "**/*.scss" + - "**/*.sass" +"description": "Enforce WordPress CSS coding standards, naming, specificity and formatting." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # WordPress CSS Coding Standards diff --git a/.github/instructions/wordpress/wpcs-html.instructions.md b/.github/instructions/wordpress/wpcs-html.instructions.md index 98de8960..fefdd0b2 100644 --- a/.github/instructions/wordpress/wpcs-html.instructions.md +++ b/.github/instructions/wordpress/wpcs-html.instructions.md @@ -11,9 +11,8 @@ contributors: github: "ashleyshaw" - name: "LightSpeedWP" github: "lightspeedwp" -version: "1.0.0" permalink: "/instructions/html-template" -license: "MIT" +license: "GPL-3.0" tags: - html - template @@ -25,9 +24,6 @@ categories: - documentation - instructions - guides -version: "1.0.0" -permalink: "/instructions/html-template" -license: "GPL-3.0" file_type: "instructions" mode: "agent" --- diff --git a/.github/instructions/wordpress/wpcs-javascript.instructions.md b/.github/instructions/wordpress/wpcs-javascript.instructions.md index 12513754..29555a9f 100644 --- a/.github/instructions/wordpress/wpcs-javascript.instructions.md +++ b/.github/instructions/wordpress/wpcs-javascript.instructions.md @@ -1,9 +1,15 @@ --- -applyTo: ['**/*.js', '**/*.jsx', '**/*.mjs', '**/*.cjs'] -description: "Apply WordPress JavaScript coding standards (formatting, naming, patterns)." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.js" + - "**/*.jsx" + - "**/*.mjs" + - "**/*.cjs" +"description": "Apply WordPress JavaScript coding standards (formatting, naming, patterns)." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # WordPress JavaScript Coding Standards diff --git a/.github/instructions/wordpress/wpcs-js-docs.instructions.md b/.github/instructions/wordpress/wpcs-js-docs.instructions.md index b089842b..7c37ec02 100644 --- a/.github/instructions/wordpress/wpcs-js-docs.instructions.md +++ b/.github/instructions/wordpress/wpcs-js-docs.instructions.md @@ -1,9 +1,15 @@ --- -applyTo: ['**/*.js', '**/*.jsx', '**/*.mjs', '**/*.cjs'] -description: "Enforce WordPress JavaScript inline documentation (JSDoc)." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.js" + - "**/*.jsx" + - "**/*.mjs" + - "**/*.cjs" +"description": "Enforce WordPress JavaScript inline documentation (JSDoc)." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # WordPress JavaScript Documentation Standards diff --git a/.github/instructions/wordpress/wpcs-php-docs.instructions.md b/.github/instructions/wordpress/wpcs-php-docs.instructions.md index f002984d..989486cd 100644 --- a/.github/instructions/wordpress/wpcs-php-docs.instructions.md +++ b/.github/instructions/wordpress/wpcs-php-docs.instructions.md @@ -1,9 +1,12 @@ --- -applyTo: ['**/*.php'] -description: "Enforce WordPress PHP inline documentation (DocBlocks)." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.php" +"description": "Enforce WordPress PHP inline documentation (DocBlocks)." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/wordpress/wpcs-php.instructions.md b/.github/instructions/wordpress/wpcs-php.instructions.md index 89545402..46ceff17 100644 --- a/.github/instructions/wordpress/wpcs-php.instructions.md +++ b/.github/instructions/wordpress/wpcs-php.instructions.md @@ -1,9 +1,12 @@ --- -applyTo: ['**/*.php'] -description: "Apply WordPress PHP standards (formatting, naming, security, I18N)." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "**/*.php" +"description": "Apply WordPress PHP standards (formatting, naming, security, I18N)." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # WordPress PHP Coding Standards diff --git a/.github/instructions/workflows.instructions.md b/.github/instructions/workflows.instructions.md index ea7b9eaf..319cb513 100644 --- a/.github/instructions/workflows.instructions.md +++ b/.github/instructions/workflows.instructions.md @@ -1,9 +1,13 @@ --- -applyTo: ['.github/workflows/**/*.yml', '.github/workflows/**/*.yaml'] -description: "Write secure, cache-efficient, reusable workflows with tests." -last_updated: "2025-10-19" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - ".github/workflows/**/*.yml" + - ".github/workflows/**/*.yaml" +"description": "Write secure, cache-efficient, reusable workflows with tests." +"last_updated": "2025-10-19" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/auto-labeling.instructions.md b/.github/instructions/workflows/auto-labeling.instructions.md index 539a214f..0214809f 100644 --- a/.github/instructions/workflows/auto-labeling.instructions.md +++ b/.github/instructions/workflows/auto-labeling.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Auto-labeling (File/Branch/Project)" -description: "Apply labels to PRs based on changed files, branch names, or project config." -version: "v1.0" -apply_to: ".github/workflows/label-prs.yml, labeler.yml, label-prs-project.yml, labeling agent" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Auto-labeling (File/Branch/Project)" +"description": "Apply labels to PRs based on changed files, branch names, or project config." +"version": "v1.0" +"apply_to": ".github/workflows/label-prs.yml, labeler.yml, label-prs-project.yml, labeling agent" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/labeling.agent.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/issue-metrics.instructions.md b/.github/instructions/workflows/issue-metrics.instructions.md index b538096a..98536a4f 100644 --- a/.github/instructions/workflows/issue-metrics.instructions.md +++ b/.github/instructions/workflows/issue-metrics.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Issue Metrics Reporting" -description: "Collect and report issue metrics monthly for repositories and projects." -version: "v1.0" -apply_to: ".github/workflows/issue_metrics.yml" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Issue Metrics Reporting" +"description": "Collect and report issue metrics monthly for repositories and projects." +"version": "v1.0" +"apply_to": ".github/workflows/issue_metrics.yml" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "https://github.com/github/issue-metrics" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/labeling-status.instructions.md b/.github/instructions/workflows/labeling-status.instructions.md index 227e6a4a..2a6bdd50 100644 --- a/.github/instructions/workflows/labeling-status.instructions.md +++ b/.github/instructions/workflows/labeling-status.instructions.md @@ -1,14 +1,16 @@ --- -title: "Workflow: Labeling & Status Automation" -description: "Automate and enforce PR/issue labeling, status, and changelog requirements." -version: "v1.0" -apply_to: ".github/workflows/labels-issues-prs.yml, associated agents" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Labeling & Status Automation" +"description": "Automate and enforce PR/issue labeling, status, and changelog requirements." +"version": "v1.0" +"apply_to": ".github/workflows/labels-issues-prs.yml, associated agents" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/labeling.agent.js" - "../agents/status-one-hot.enforcer.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/labels.instructions.md b/.github/instructions/workflows/labels.instructions.md index b6ad2dfe..4aa2971c 100644 --- a/.github/instructions/workflows/labels.instructions.md +++ b/.github/instructions/workflows/labels.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Labels" -description: "Org-wide labels & issue types; automate labels on PRs only." -version: "v1.0" -apply_to: ".github/workflows/label-*.yml, all repositories" -last_updated: "2025-10-19" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Labels" +"description": "Org-wide labels & issue types; automate labels on PRs only." +"version": "v1.0" +"apply_to": ".github/workflows/label-*.yml, all repositories" +"last_updated": "2025-10-19" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "https://docs.github.com/en/copilot/customizing-copilot/adding-organization-custom-instructions-for-github-copilot" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/planner.instructions.md b/.github/instructions/workflows/planner.instructions.md index bb8f2bb6..058abe66 100644 --- a/.github/instructions/workflows/planner.instructions.md +++ b/.github/instructions/workflows/planner.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Planner" -description: "Standardize PR readiness with checklists and exit criteria automation." -version: "v1.0" -apply_to: ".github/workflows/planner.yml, planner agent" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Planner" +"description": "Standardize PR readiness with checklists and exit criteria automation." +"version": "v1.0" +"apply_to": ".github/workflows/planner.yml, planner agent" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/planner.agent.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/pr-project-label.instructions.md b/.github/instructions/workflows/pr-project-label.instructions.md index 0b35e6b5..62b5c0ae 100644 --- a/.github/instructions/workflows/pr-project-label.instructions.md +++ b/.github/instructions/workflows/pr-project-label.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: PR Project Board Labeler" -description: "Apply project-specific labels to PRs using configuration." -version: "v1.0" -apply_to: ".github/workflows/pr-project-label.yml, labeling agent" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: PR Project Board Labeler" +"description": "Apply project-specific labels to PRs using configuration." +"version": "v1.0" +"apply_to": ".github/workflows/pr-project-label.yml, labeling agent" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/labeling.agent.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/project-meta-sync.instructions.md b/.github/instructions/workflows/project-meta-sync.instructions.md index f2a87b98..8486b6c9 100644 --- a/.github/instructions/workflows/project-meta-sync.instructions.md +++ b/.github/instructions/workflows/project-meta-sync.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Project Meta Sync" -description: "Sync GitHub Project board fields with issue/PR metadata and labels." -version: "v1.0" -apply_to: ".github/workflows/project-meta-sync.yml, planner agent" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Project Meta Sync" +"description": "Sync GitHub Project board fields with issue/PR metadata and labels." +"version": "v1.0" +"apply_to": ".github/workflows/project-meta-sync.yml, planner agent" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/planner.agent.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/project-sync.instructions.md b/.github/instructions/workflows/project-sync.instructions.md index 20214ce4..1628adf2 100644 --- a/.github/instructions/workflows/project-sync.instructions.md +++ b/.github/instructions/workflows/project-sync.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Project Sync" -description: "Sync projects, issues, and PRs with organization label/type standards." -version: "v1.0" -apply_to: ".github/workflows/project-sync-*.yml, associated agents" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Project Sync" +"description": "Sync projects, issues, and PRs with organization label/type standards." +"version": "v1.0" +"apply_to": ".github/workflows/project-sync-*.yml, associated agents" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/labeling.agent.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/release.instructions.md b/.github/instructions/workflows/release.instructions.md index 43f4a8dc..02565915 100644 --- a/.github/instructions/workflows/release.instructions.md +++ b/.github/instructions/workflows/release.instructions.md @@ -1,14 +1,16 @@ --- -title: "Workflow: Release" -description: "Automate releases, versioning, changelog verification, and release publishing." -version: "v1.0" -apply_to: ".github/workflows/release.yml, release agent" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Release" +"description": "Automate releases, versioning, changelog verification, and release publishing." +"version": "v1.0" +"apply_to": ".github/workflows/release.yml, release agent" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/release.agent.js" - "https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/workflows/reviewer.instructions.md b/.github/instructions/workflows/reviewer.instructions.md index 482f1406..e4e20fad 100644 --- a/.github/instructions/workflows/reviewer.instructions.md +++ b/.github/instructions/workflows/reviewer.instructions.md @@ -1,13 +1,15 @@ --- -title: "Workflow: Reviewer" -description: "Automate PR review summaries, CI status, and reviewer guidance." -version: "v1.0" -apply_to: ".github/workflows/reviewer.yml, ai-pr-reviewer.yml, reviewer agent" -last_updated: "2025-10-22" -owners: ["LightSpeed Engineering"] -references: +"title": "Workflow: Reviewer" +"description": "Automate PR review summaries, CI status, and reviewer guidance." +"version": "v1.0" +"apply_to": ".github/workflows/reviewer.yml, ai-pr-reviewer.yml, reviewer agent" +"last_updated": "2025-10-22" +"owners": + - "LightSpeed Engineering" +"references": - "./workflows.instructions.md" - "../agents/reviewer.agent.js" +"file_type": "instructions" --- # Mission diff --git a/.github/instructions/wpcs.instructions.md b/.github/instructions/wpcs.instructions.md index 5a61f763..2ea94dce 100644 --- a/.github/instructions/wpcs.instructions.md +++ b/.github/instructions/wpcs.instructions.md @@ -1,9 +1,11 @@ --- -title: "WordPress Coding Standards Index" -description: "Index of all LightSpeed WordPress coding standards, inline documentation, linting, and Copilot frontmatter rules." -last_updated: "2025-10-21" -version: "v2.0" -owners: ["LightSpeed Engineering"] +"title": "WordPress Coding Standards Index" +"description": "Index of all LightSpeed WordPress coding standards, inline documentation, linting, and Copilot frontmatter rules." +"last_updated": "2025-10-21" +"version": "v2.0" +"owners": + - "LightSpeed Engineering" +"file_type": "instructions" --- # WordPress Coding Standards – Index diff --git a/.github/prompts/add-frontmatter.prompt.md b/.github/prompts/add-frontmatter.prompt.md index a6ac99bf..360f0d17 100644 --- a/.github/prompts/add-frontmatter.prompt.md +++ b/.github/prompts/add-frontmatter.prompt.md @@ -1,7 +1,8 @@ --- -description: "Normalize and ensure complete YAML frontmatter in markdown or instruction files, using the latest standards." -mode: "edit" -model: "GPT-4" +"description": "Normalize and ensure complete YAML frontmatter in markdown or instruction files, using the latest standards." +"mode": "edit" +"model": "GPT-4" +"file_type": "prompt" --- **Task:** diff --git a/.github/prompts/audit-jsdoc.prompt.md b/.github/prompts/audit-jsdoc.prompt.md index cb37d86e..97f02fdc 100644 --- a/.github/prompts/audit-jsdoc.prompt.md +++ b/.github/prompts/audit-jsdoc.prompt.md @@ -1,7 +1,8 @@ --- -description: "Audit JS files for JSDoc coverage per WordPress guidance; add/fix inline docs." -mode: "edit" -model: "GPT-4" +"description": "Audit JS files for JSDoc coverage per WordPress guidance; add/fix inline docs." +"mode": "edit" +"model": "GPT-4" +"file_type": "prompt" --- Apply the **WordPress JSDoc** standards to the selected JavaScript files. Identify functions, classes and modules lacking documentation or containing incorrect tags. For each exported symbol: diff --git a/.github/prompts/audit-phpdoc.prompt.md b/.github/prompts/audit-phpdoc.prompt.md index 992721a6..7fac65e5 100644 --- a/.github/prompts/audit-phpdoc.prompt.md +++ b/.github/prompts/audit-phpdoc.prompt.md @@ -1,7 +1,8 @@ --- -description: "Audit PHP files for WordPress DocBlocks and fix missing/incorrect tags." -mode: "edit" -model: "GPT-4" +"description": "Audit PHP files for WordPress DocBlocks and fix missing/incorrect tags." +"mode": "edit" +"model": "GPT-4" +"file_type": "prompt" --- Using the **WordPress PHP Documentation Standards**, scan the selected PHP file or project for missing or incomplete DocBlocks. For each public function, method, class or hook: diff --git a/.github/prompts/author-json-schema.prompt.md b/.github/prompts/author-json-schema.prompt.md index 3e25666f..65f205ed 100644 --- a/.github/prompts/author-json-schema.prompt.md +++ b/.github/prompts/author-json-schema.prompt.md @@ -1,7 +1,8 @@ --- -description: "Draft a JSON Schema from sample data and business rules." -mode: "ask" -model: "GPT-4" +"description": "Draft a JSON Schema from sample data and business rules." +"mode": "ask" +"model": "GPT-4" +"file_type": "prompt" --- Using provided example JSON objects and rules, draft a comprehensive JSON Schema. Include: diff --git a/.github/prompts/awesome-copilot/ai-prompt-engineering-safety-review.prompt.md b/.github/prompts/awesome-copilot/ai-prompt-engineering-safety-review.prompt.md index 645d4fbf..e6e9a29f 100644 --- a/.github/prompts/awesome-copilot/ai-prompt-engineering-safety-review.prompt.md +++ b/.github/prompts/awesome-copilot/ai-prompt-engineering-safety-review.prompt.md @@ -1,6 +1,7 @@ --- -description: "Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content." -mode: 'agent' +"description": "Comprehensive AI prompt engineering safety review and improvement prompt. Analyzes prompts for safety, bias, security vulnerabilities, and effectiveness while providing detailed improvement recommendations with extensive frameworks, testing methodologies, and educational content." +"mode": "agent" +"file_type": "prompt" --- # AI Prompt Engineering Safety Review & Improvement diff --git a/.github/prompts/awesome-copilot/architecture-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/architecture-blueprint-generator.prompt.md index a82f09c9..c34abd46 100644 --- a/.github/prompts/awesome-copilot/architecture-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/architecture-blueprint-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.' -mode: 'agent' +"description": "Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development." +"mode": "agent" +"file_type": "prompt" --- # Comprehensive Project Architecture Blueprint Generator diff --git a/.github/prompts/awesome-copilot/aspnet-minimal-api-openapi.prompt.md b/.github/prompts/awesome-copilot/aspnet-minimal-api-openapi.prompt.md index 6bf69021..c4cc60a7 100644 --- a/.github/prompts/awesome-copilot/aspnet-minimal-api-openapi.prompt.md +++ b/.github/prompts/awesome-copilot/aspnet-minimal-api-openapi.prompt.md @@ -1,7 +1,12 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'Create ASP.NET Minimal API endpoints with proper OpenAPI documentation' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "Create ASP.NET Minimal API endpoints with proper OpenAPI documentation" +"file_type": "prompt" --- # ASP.NET Minimal API with OpenAPI diff --git a/.github/prompts/awesome-copilot/az-cost-optimize.prompt.md b/.github/prompts/awesome-copilot/az-cost-optimize.prompt.md index 5e5489ec..624f002c 100644 --- a/.github/prompts/awesome-copilot/az-cost-optimize.prompt.md +++ b/.github/prompts/awesome-copilot/az-cost-optimize.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.' +"mode": "agent" +"description": "Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations." +"file_type": "prompt" --- # Azure Cost Optimize diff --git a/.github/prompts/awesome-copilot/azure-resource-health-diagnose.prompt.md b/.github/prompts/awesome-copilot/azure-resource-health-diagnose.prompt.md index d663f4b7..09805f7e 100644 --- a/.github/prompts/awesome-copilot/azure-resource-health-diagnose.prompt.md +++ b/.github/prompts/awesome-copilot/azure-resource-health-diagnose.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems.' +"mode": "agent" +"description": "Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems." +"file_type": "prompt" --- # Azure Resource Health & Issue Diagnosis diff --git a/.github/prompts/awesome-copilot/boost-prompt.prompt.md b/.github/prompts/awesome-copilot/boost-prompt.prompt.md index c2dad857..1f7cad29 100644 --- a/.github/prompts/awesome-copilot/boost-prompt.prompt.md +++ b/.github/prompts/awesome-copilot/boost-prompt.prompt.md @@ -1,6 +1,7 @@ --- -mode: agent -description: 'Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.' +"mode": "agent" +"description": "Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension." +"file_type": "prompt" --- You are an AI assistant designed to help users create high-quality, detailed task prompts. DO NOT WRITE ANY CODE. diff --git a/.github/prompts/awesome-copilot/breakdown-epic-arch.prompt.md b/.github/prompts/awesome-copilot/breakdown-epic-arch.prompt.md index 2e98c4e3..df11393a 100644 --- a/.github/prompts/awesome-copilot/breakdown-epic-arch.prompt.md +++ b/.github/prompts/awesome-copilot/breakdown-epic-arch.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.' +"mode": "agent" +"description": "Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document." +"file_type": "prompt" --- # Epic Architecture Specification Prompt diff --git a/.github/prompts/awesome-copilot/breakdown-epic-pm.prompt.md b/.github/prompts/awesome-copilot/breakdown-epic-pm.prompt.md index 7eb3862b..36ca878c 100644 --- a/.github/prompts/awesome-copilot/breakdown-epic-pm.prompt.md +++ b/.github/prompts/awesome-copilot/breakdown-epic-pm.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.' +"mode": "agent" +"description": "Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification." +"file_type": "prompt" --- # Epic Product Requirements Document (PRD) Prompt diff --git a/.github/prompts/awesome-copilot/breakdown-feature-implementation.prompt.md b/.github/prompts/awesome-copilot/breakdown-feature-implementation.prompt.md index 8ea246e1..9156776b 100644 --- a/.github/prompts/awesome-copilot/breakdown-feature-implementation.prompt.md +++ b/.github/prompts/awesome-copilot/breakdown-feature-implementation.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.' +"mode": "agent" +"description": "Prompt for creating detailed feature implementation plans, following Epoch monorepo structure." +"file_type": "prompt" --- # Feature Implementation Plan Prompt diff --git a/.github/prompts/awesome-copilot/breakdown-feature-prd.prompt.md b/.github/prompts/awesome-copilot/breakdown-feature-prd.prompt.md index 3403f6bc..56db9c7d 100644 --- a/.github/prompts/awesome-copilot/breakdown-feature-prd.prompt.md +++ b/.github/prompts/awesome-copilot/breakdown-feature-prd.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic.' +"mode": "agent" +"description": "Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic." +"file_type": "prompt" --- # Feature PRD Prompt diff --git a/.github/prompts/awesome-copilot/breakdown-plan.prompt.md b/.github/prompts/awesome-copilot/breakdown-plan.prompt.md index 215f86ab..a1ab5a91 100644 --- a/.github/prompts/awesome-copilot/breakdown-plan.prompt.md +++ b/.github/prompts/awesome-copilot/breakdown-plan.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking.' +"mode": "agent" +"description": "Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking." +"file_type": "prompt" --- # GitHub Issue Planning & Project Automation Prompt diff --git a/.github/prompts/awesome-copilot/breakdown-test.prompt.md b/.github/prompts/awesome-copilot/breakdown-test.prompt.md index 39d5979c..9a809348 100644 --- a/.github/prompts/awesome-copilot/breakdown-test.prompt.md +++ b/.github/prompts/awesome-copilot/breakdown-test.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects.' +"mode": "agent" +"description": "Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects." +"file_type": "prompt" --- # Test Planning & Quality Assurance Prompt diff --git a/.github/prompts/awesome-copilot/code-exemplars-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/code-exemplars-blueprint-generator.prompt.md index dfa044f6..cd1ff017 100644 --- a/.github/prompts/awesome-copilot/code-exemplars-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/code-exemplars-blueprint-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.' -mode: 'agent' +"description": "Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams." +"mode": "agent" +"file_type": "prompt" --- # Code Exemplars Blueprint Generator diff --git a/.github/prompts/awesome-copilot/comment-code-generate-a-tutorial.prompt.md b/.github/prompts/awesome-copilot/comment-code-generate-a-tutorial.prompt.md index 70f3c715..c5c4502e 100644 --- a/.github/prompts/awesome-copilot/comment-code-generate-a-tutorial.prompt.md +++ b/.github/prompts/awesome-copilot/comment-code-generate-a-tutorial.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial.' -mode: 'agent' +"description": "Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial." +"mode": "agent" +"file_type": "prompt" --- Transform this Python script into a polished, beginner-friendly project by refactoring the code, adding clear instructional comments, and generating a complete markdown tutorial. diff --git a/.github/prompts/awesome-copilot/containerize-aspnet-framework.prompt.md b/.github/prompts/awesome-copilot/containerize-aspnet-framework.prompt.md index c3af682f..35511ff9 100644 --- a/.github/prompts/awesome-copilot/containerize-aspnet-framework.prompt.md +++ b/.github/prompts/awesome-copilot/containerize-aspnet-framework.prompt.md @@ -1,7 +1,11 @@ --- -mode: 'agent' -tools: ['codebase', 'edit/editFiles', 'terminalCommand'] -description: 'Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project.' +"mode": "agent" +"tools": + - "codebase" + - "edit/editFiles" + - "terminalCommand" +"description": "Containerize an ASP.NET .NET Framework project by creating Dockerfile and .dockerfile files customized for the project." +"file_type": "prompt" --- # ASP.NET .NET Framework Containerization Prompt diff --git a/.github/prompts/awesome-copilot/containerize-aspnetcore.prompt.md b/.github/prompts/awesome-copilot/containerize-aspnetcore.prompt.md index 4d00efc4..88bb3c89 100644 --- a/.github/prompts/awesome-copilot/containerize-aspnetcore.prompt.md +++ b/.github/prompts/awesome-copilot/containerize-aspnetcore.prompt.md @@ -1,7 +1,11 @@ --- -mode: 'agent' -tools: ['codebase', 'edit/editFiles', 'terminalCommand'] -description: 'Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.' +"mode": "agent" +"tools": + - "codebase" + - "edit/editFiles" + - "terminalCommand" +"description": "Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project." +"file_type": "prompt" --- # ASP.NET Core Docker Containerization Prompt diff --git a/.github/prompts/awesome-copilot/conventional-commit.prompt.md b/.github/prompts/awesome-copilot/conventional-commit.prompt.md index a5e056fb..67540015 100644 --- a/.github/prompts/awesome-copilot/conventional-commit.prompt.md +++ b/.github/prompts/awesome-copilot/conventional-commit.prompt.md @@ -1,6 +1,9 @@ --- -description: 'Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.' -tools: ['run_in_terminal', 'get_terminal_output'] +"description": "Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation." +"tools": + - "run_in_terminal" + - "get_terminal_output" +"file_type": "prompt" --- ### Instructions diff --git a/.github/prompts/awesome-copilot/copilot-instructions-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/copilot-instructions-blueprint-generator.prompt.md index cc91c422..68ce3df6 100644 --- a/.github/prompts/awesome-copilot/copilot-instructions-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/copilot-instructions-blueprint-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions.' -mode: 'agent' +"description": "Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code consistent with project standards, architecture patterns, and exact technology versions by analyzing existing codebase patterns and avoiding assumptions." +"mode": "agent" +"file_type": "prompt" --- # Copilot Instructions Blueprint Generator diff --git a/.github/prompts/awesome-copilot/cosmosdb-datamodeling.prompt.md b/.github/prompts/awesome-copilot/cosmosdb-datamodeling.prompt.md index aa0b7573..0cc4807a 100644 --- a/.github/prompts/awesome-copilot/cosmosdb-datamodeling.prompt.md +++ b/.github/prompts/awesome-copilot/cosmosdb-datamodeling.prompt.md @@ -1,7 +1,8 @@ --- -mode: 'agent' -description: 'Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: "cosmosdb_requirements.md" file and "cosmosdb_data_model.md" file' -model: 'Claude Sonnet 4' +"mode": "agent" +"description": "Step-by-step guide for capturing key application requirements for NoSQL use-case and produce Azure Cosmos DB Data NoSQL Model design using best practices and common patterns, artifacts_produced: \"cosmosdb_requirements.md\" file and \"cosmosdb_data_model.md\" file" +"model": "Claude Sonnet 4" +"file_type": "prompt" --- # Azure Cosmos DB NoSQL Data Modeling Expert System Prompt diff --git a/.github/prompts/awesome-copilot/create-agentsmd.prompt.md b/.github/prompts/awesome-copilot/create-agentsmd.prompt.md index ad1ec1ef..25f818b8 100644 --- a/.github/prompts/awesome-copilot/create-agentsmd.prompt.md +++ b/.github/prompts/awesome-copilot/create-agentsmd.prompt.md @@ -1,6 +1,7 @@ --- -description: "Prompt for generating an AGENTS.md file for a repository" -mode: "agent" +"description": "Prompt for generating an AGENTS.md file for a repository" +"mode": "agent" +"file_type": "prompt" --- # Create high‑quality AGENTS.md file diff --git a/.github/prompts/awesome-copilot/create-architectural-decision-record.prompt.md b/.github/prompts/awesome-copilot/create-architectural-decision-record.prompt.md index 1fc7d496..8af8028a 100644 --- a/.github/prompts/awesome-copilot/create-architectural-decision-record.prompt.md +++ b/.github/prompts/awesome-copilot/create-architectural-decision-record.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Create an Architectural Decision Record (ADR) document for AI-optimized decision documentation." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Create Architectural Decision Record diff --git a/.github/prompts/awesome-copilot/create-github-action-workflow-specification.prompt.md b/.github/prompts/awesome-copilot/create-github-action-workflow-specification.prompt.md index 2b507a38..41d981de 100644 --- a/.github/prompts/awesome-copilot/create-github-action-workflow-specification.prompt.md +++ b/.github/prompts/awesome-copilot/create-github-action-workflow-specification.prompt.md @@ -1,7 +1,33 @@ --- -mode: 'agent' -description: 'Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'new', 'openSimpleBrowser', 'problems', 'runCommands', 'runInTerminal2', 'runNotebooks', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI', 'microsoft.docs.mcp', 'github', 'Microsoft Docs'] +"mode": "agent" +"description": "Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "new" + - "openSimpleBrowser" + - "problems" + - "runCommands" + - "runInTerminal2" + - "runNotebooks" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" + - "microsoft.docs.mcp" + - "github" + - "Microsoft Docs" +"file_type": "prompt" --- # Create GitHub Actions Workflow Specification diff --git a/.github/prompts/awesome-copilot/create-github-issue-feature-from-specification.prompt.md b/.github/prompts/awesome-copilot/create-github-issue-feature-from-specification.prompt.md index 7b34e3db..a5e2558a 100644 --- a/.github/prompts/awesome-copilot/create-github-issue-feature-from-specification.prompt.md +++ b/.github/prompts/awesome-copilot/create-github-issue-feature-from-specification.prompt.md @@ -1,7 +1,14 @@ --- -mode: 'agent' -description: 'Create GitHub Issue for feature request from specification file using feature_request.yml template.' -tools: ['codebase', 'search', 'github', 'issue_write', 'search_issues', 'update_issue'] +"mode": "agent" +"description": "Create GitHub Issue for feature request from specification file using feature_request.yml template." +"tools": + - "codebase" + - "search" + - "github" + - "issue_write" + - "search_issues" + - "update_issue" +"file_type": "prompt" --- # Create GitHub Issue from Specification diff --git a/.github/prompts/awesome-copilot/create-github-issues-feature-from-implementation-plan.prompt.md b/.github/prompts/awesome-copilot/create-github-issues-feature-from-implementation-plan.prompt.md index 3be5b11c..784816c4 100644 --- a/.github/prompts/awesome-copilot/create-github-issues-feature-from-implementation-plan.prompt.md +++ b/.github/prompts/awesome-copilot/create-github-issues-feature-from-implementation-plan.prompt.md @@ -1,7 +1,14 @@ --- -mode: 'agent' -description: 'Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.' -tools: ['codebase', 'search', 'github', 'issue_write', 'search_issues', 'update_issue'] +"mode": "agent" +"description": "Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates." +"tools": + - "codebase" + - "search" + - "github" + - "issue_write" + - "search_issues" + - "update_issue" +"file_type": "prompt" --- # Create GitHub Issue from Implementation Plan diff --git a/.github/prompts/awesome-copilot/create-github-issues-for-unmet-specification-requirements.prompt.md b/.github/prompts/awesome-copilot/create-github-issues-for-unmet-specification-requirements.prompt.md index f59c0707..8d3b9c36 100644 --- a/.github/prompts/awesome-copilot/create-github-issues-for-unmet-specification-requirements.prompt.md +++ b/.github/prompts/awesome-copilot/create-github-issues-for-unmet-specification-requirements.prompt.md @@ -1,7 +1,14 @@ --- -mode: 'agent' -description: 'Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.' -tools: ['codebase', 'search', 'github', 'issue_write', 'search_issues', 'update_issue'] +"mode": "agent" +"description": "Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template." +"tools": + - "codebase" + - "search" + - "github" + - "issue_write" + - "search_issues" + - "update_issue" +"file_type": "prompt" --- # Create GitHub Issues for Unmet Specification Requirements diff --git a/.github/prompts/awesome-copilot/create-github-pull-request-from-specification.prompt.md b/.github/prompts/awesome-copilot/create-github-pull-request-from-specification.prompt.md index 2aa475c0..f2d0de00 100644 --- a/.github/prompts/awesome-copilot/create-github-pull-request-from-specification.prompt.md +++ b/.github/prompts/awesome-copilot/create-github-pull-request-from-specification.prompt.md @@ -1,7 +1,14 @@ --- -mode: 'agent' -description: 'Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.' -tools: ['codebase', 'search', 'github', 'create_pull_request', 'update_pull_request', 'get_pull_request_diff'] +"mode": "agent" +"description": "Create GitHub Pull Request for feature request from specification file using pull_request_template.md template." +"tools": + - "codebase" + - "search" + - "github" + - "create_pull_request" + - "update_pull_request" + - "get_pull_request_diff" +"file_type": "prompt" --- # Create GitHub Pull Request from Specification diff --git a/.github/prompts/awesome-copilot/create-implementation-plan.prompt.md b/.github/prompts/awesome-copilot/create-implementation-plan.prompt.md index ebd61135..7cefc1b5 100644 --- a/.github/prompts/awesome-copilot/create-implementation-plan.prompt.md +++ b/.github/prompts/awesome-copilot/create-implementation-plan.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Create Implementation Plan diff --git a/.github/prompts/awesome-copilot/create-llms.prompt.md b/.github/prompts/awesome-copilot/create-llms.prompt.md index 0179c6a4..6e9fa63f 100644 --- a/.github/prompts/awesome-copilot/create-llms.prompt.md +++ b/.github/prompts/awesome-copilot/create-llms.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Create LLMs.txt File from Repository Structure diff --git a/.github/prompts/awesome-copilot/create-oo-component-documentation.prompt.md b/.github/prompts/awesome-copilot/create-oo-component-documentation.prompt.md index d018c8a3..b42f6c7a 100644 --- a/.github/prompts/awesome-copilot/create-oo-component-documentation.prompt.md +++ b/.github/prompts/awesome-copilot/create-oo-component-documentation.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Create comprehensive, standardized documentation for object-oriented components following industry best practices and architectural documentation standards." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Generate Standard OO Component Documentation diff --git a/.github/prompts/awesome-copilot/create-readme.prompt.md b/.github/prompts/awesome-copilot/create-readme.prompt.md index a92e99aa..9b2bcce7 100644 --- a/.github/prompts/awesome-copilot/create-readme.prompt.md +++ b/.github/prompts/awesome-copilot/create-readme.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Create a README.md file for the project' +"mode": "agent" +"description": "Create a README.md file for the project" +"file_type": "prompt" --- ## Role diff --git a/.github/prompts/awesome-copilot/create-specification.prompt.md b/.github/prompts/awesome-copilot/create-specification.prompt.md index a6d91c7a..f4138b1f 100644 --- a/.github/prompts/awesome-copilot/create-specification.prompt.md +++ b/.github/prompts/awesome-copilot/create-specification.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Create a new specification file for the solution, optimized for Generative AI consumption.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Create a new specification file for the solution, optimized for Generative AI consumption." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Create Specification diff --git a/.github/prompts/awesome-copilot/create-spring-boot-java-project.prompt.md b/.github/prompts/awesome-copilot/create-spring-boot-java-project.prompt.md index 52fd24a5..d496761e 100644 --- a/.github/prompts/awesome-copilot/create-spring-boot-java-project.prompt.md +++ b/.github/prompts/awesome-copilot/create-spring-boot-java-project.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Create Spring Boot Java Project Skeleton' +"mode": "agent" +"description": "Create Spring Boot Java Project Skeleton" +"file_type": "prompt" --- # Create Spring Boot Java project prompt diff --git a/.github/prompts/awesome-copilot/create-spring-boot-kotlin-project.prompt.md b/.github/prompts/awesome-copilot/create-spring-boot-kotlin-project.prompt.md index a89080c8..40e210fe 100644 --- a/.github/prompts/awesome-copilot/create-spring-boot-kotlin-project.prompt.md +++ b/.github/prompts/awesome-copilot/create-spring-boot-kotlin-project.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Create Spring Boot Kotlin Project Skeleton' +"mode": "agent" +"description": "Create Spring Boot Kotlin Project Skeleton" +"file_type": "prompt" --- # Create Spring Boot Kotlin project prompt diff --git a/.github/prompts/awesome-copilot/create-technical-spike.prompt.md b/.github/prompts/awesome-copilot/create-technical-spike.prompt.md index 6e79c959..9d3348b1 100644 --- a/.github/prompts/awesome-copilot/create-technical-spike.prompt.md +++ b/.github/prompts/awesome-copilot/create-technical-spike.prompt.md @@ -1,7 +1,25 @@ --- -mode: 'agent' -description: 'Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.' -tools: ['runCommands', 'runTasks', 'edit', 'search', 'extensions', 'usages', 'vscodeAPI', 'think', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'Microsoft Docs', 'search'] +"mode": "agent" +"description": "Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation." +"tools": + - "runCommands" + - "runTasks" + - "edit" + - "search" + - "extensions" + - "usages" + - "vscodeAPI" + - "think" + - "problems" + - "changes" + - "testFailure" + - "openSimpleBrowser" + - "fetch" + - "githubRepo" + - "todos" + - "Microsoft Docs" + - "search" +"file_type": "prompt" --- # Create Technical Spike Document diff --git a/.github/prompts/awesome-copilot/csharp-async.prompt.md b/.github/prompts/awesome-copilot/csharp-async.prompt.md index c11378fd..65498699 100644 --- a/.github/prompts/awesome-copilot/csharp-async.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-async.prompt.md @@ -1,7 +1,12 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'Get best practices for C# async programming' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "Get best practices for C# async programming" +"file_type": "prompt" --- # C# Async Programming Best Practices diff --git a/.github/prompts/awesome-copilot/csharp-docs.prompt.md b/.github/prompts/awesome-copilot/csharp-docs.prompt.md index 6b61a15b..4a7829d0 100644 --- a/.github/prompts/awesome-copilot/csharp-docs.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-docs.prompt.md @@ -1,7 +1,12 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'Ensure that C# types are documented with XML comments and follow best practices for documentation.' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "Ensure that C# types are documented with XML comments and follow best practices for documentation." +"file_type": "prompt" --- # C# Documentation Best Practices diff --git a/.github/prompts/awesome-copilot/csharp-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/csharp-mcp-server-generator.prompt.md index a9f98b86..8e16cbb9 100644 --- a/.github/prompts/awesome-copilot/csharp-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Generate a complete MCP server project in C# with tools, prompts, and proper configuration' +"mode": "agent" +"description": "Generate a complete MCP server project in C# with tools, prompts, and proper configuration" +"file_type": "prompt" --- # Generate C# MCP Server diff --git a/.github/prompts/awesome-copilot/csharp-mstest.prompt.md b/.github/prompts/awesome-copilot/csharp-mstest.prompt.md index 4e8ecc08..b22c27bf 100644 --- a/.github/prompts/awesome-copilot/csharp-mstest.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-mstest.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for MSTest unit testing, including data-driven tests' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for MSTest unit testing, including data-driven tests" +"file_type": "prompt" --- # MSTest Best Practices diff --git a/.github/prompts/awesome-copilot/csharp-nunit.prompt.md b/.github/prompts/awesome-copilot/csharp-nunit.prompt.md index 3dfc8212..9956f5f9 100644 --- a/.github/prompts/awesome-copilot/csharp-nunit.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-nunit.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for NUnit unit testing, including data-driven tests' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for NUnit unit testing, including data-driven tests" +"file_type": "prompt" --- # NUnit Best Practices diff --git a/.github/prompts/awesome-copilot/csharp-tunit.prompt.md b/.github/prompts/awesome-copilot/csharp-tunit.prompt.md index 70deee7c..b155a7a3 100644 --- a/.github/prompts/awesome-copilot/csharp-tunit.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-tunit.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for TUnit unit testing, including data-driven tests' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for TUnit unit testing, including data-driven tests" +"file_type": "prompt" --- # TUnit Best Practices diff --git a/.github/prompts/awesome-copilot/csharp-xunit.prompt.md b/.github/prompts/awesome-copilot/csharp-xunit.prompt.md index e6a6b8d4..f0f02d1d 100644 --- a/.github/prompts/awesome-copilot/csharp-xunit.prompt.md +++ b/.github/prompts/awesome-copilot/csharp-xunit.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for XUnit unit testing, including data-driven tests' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for XUnit unit testing, including data-driven tests" +"file_type": "prompt" --- # XUnit Best Practices diff --git a/.github/prompts/awesome-copilot/declarative-agents.prompt.md b/.github/prompts/awesome-copilot/declarative-agents.prompt.md index 2949ff05..796fc99d 100644 --- a/.github/prompts/awesome-copilot/declarative-agents.prompt.md +++ b/.github/prompts/awesome-copilot/declarative-agents.prompt.md @@ -1,5 +1,6 @@ --- -description: Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration +"description": "Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration" +"file_type": "prompt" --- # Microsoft 365 Declarative Agents Development Kit diff --git a/.github/prompts/awesome-copilot/documentation-writer.prompt.md b/.github/prompts/awesome-copilot/documentation-writer.prompt.md index 8ce9410a..8d516626 100644 --- a/.github/prompts/awesome-copilot/documentation-writer.prompt.md +++ b/.github/prompts/awesome-copilot/documentation-writer.prompt.md @@ -1,7 +1,11 @@ --- -mode: 'agent' -tools: ['edit/editFiles', 'search', 'fetch'] -description: 'Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework.' +"mode": "agent" +"tools": + - "edit/editFiles" + - "search" + - "fetch" +"description": "Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework." +"file_type": "prompt" --- # Diátaxis Documentation Expert diff --git a/.github/prompts/awesome-copilot/dotnet-best-practices.prompt.md b/.github/prompts/awesome-copilot/dotnet-best-practices.prompt.md index 36e5cf29..ee1f3855 100644 --- a/.github/prompts/awesome-copilot/dotnet-best-practices.prompt.md +++ b/.github/prompts/awesome-copilot/dotnet-best-practices.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Ensure .NET/C# code meets best practices for the solution/project.' +"mode": "agent" +"description": "Ensure .NET/C# code meets best practices for the solution/project." +"file_type": "prompt" --- # .NET/C# Best Practices diff --git a/.github/prompts/awesome-copilot/dotnet-design-pattern-review.prompt.md b/.github/prompts/awesome-copilot/dotnet-design-pattern-review.prompt.md index f154da7c..43296e75 100644 --- a/.github/prompts/awesome-copilot/dotnet-design-pattern-review.prompt.md +++ b/.github/prompts/awesome-copilot/dotnet-design-pattern-review.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Review the C#/.NET code for design pattern implementation and suggest improvements.' +"mode": "agent" +"description": "Review the C#/.NET code for design pattern implementation and suggest improvements." +"file_type": "prompt" --- # .NET/C# Design Pattern Review diff --git a/.github/prompts/awesome-copilot/editorconfig.prompt.md b/.github/prompts/awesome-copilot/editorconfig.prompt.md index 397f9835..77781b33 100644 --- a/.github/prompts/awesome-copilot/editorconfig.prompt.md +++ b/.github/prompts/awesome-copilot/editorconfig.prompt.md @@ -1,7 +1,8 @@ --- -title: 'EditorConfig Expert' -description: 'Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.' -mode: 'agent' +"title": "EditorConfig Expert" +"description": "Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences." +"mode": "agent" +"file_type": "prompt" --- ## 📜 MISSION diff --git a/.github/prompts/awesome-copilot/ef-core.prompt.md b/.github/prompts/awesome-copilot/ef-core.prompt.md index 779e20d5..5913cd57 100644 --- a/.github/prompts/awesome-copilot/ef-core.prompt.md +++ b/.github/prompts/awesome-copilot/ef-core.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'runCommands'] -description: 'Get best practices for Entity Framework Core' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "runCommands" +"description": "Get best practices for Entity Framework Core" +"file_type": "prompt" --- # Entity Framework Core Best Practices diff --git a/.github/prompts/awesome-copilot/finalize-agent-prompt.prompt.md b/.github/prompts/awesome-copilot/finalize-agent-prompt.prompt.md index b6b4628d..3aa19024 100644 --- a/.github/prompts/awesome-copilot/finalize-agent-prompt.prompt.md +++ b/.github/prompts/awesome-copilot/finalize-agent-prompt.prompt.md @@ -1,7 +1,9 @@ --- -mode: 'agent' -description: 'Finalize prompt file using the role of an AI agent to polish the prompt for the end user.' -tools: ['edit/editFiles'] +"mode": "agent" +"description": "Finalize prompt file using the role of an AI agent to polish the prompt for the end user." +"tools": + - "edit/editFiles" +"file_type": "prompt" --- # Finalize Agent Prompt diff --git a/.github/prompts/awesome-copilot/first-ask.prompt.md b/.github/prompts/awesome-copilot/first-ask.prompt.md index fb806998..d9ec109d 100644 --- a/.github/prompts/awesome-copilot/first-ask.prompt.md +++ b/.github/prompts/awesome-copilot/first-ask.prompt.md @@ -1,5 +1,6 @@ --- -description: 'Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension.' +"description": "Interactive, input-tool powered, task refinement workflow: interrogates scope, deliverables, constraints before carrying out the task; Requires the Joyride extension." +"file_type": "prompt" --- # Act Informed: First understand together with the human, then do diff --git a/.github/prompts/awesome-copilot/folder-structure-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/folder-structure-blueprint-generator.prompt.md index bb015f19..bfc3648b 100644 --- a/.github/prompts/awesome-copilot/folder-structure-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/folder-structure-blueprint-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.' -mode: 'agent' +"description": "Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks." +"mode": "agent" +"file_type": "prompt" --- # Project Folder Structure Blueprint Generator diff --git a/.github/prompts/awesome-copilot/gen-specs-as-issues.prompt.md b/.github/prompts/awesome-copilot/gen-specs-as-issues.prompt.md index 5a3018d4..a1c67242 100644 --- a/.github/prompts/awesome-copilot/gen-specs-as-issues.prompt.md +++ b/.github/prompts/awesome-copilot/gen-specs-as-issues.prompt.md @@ -1,6 +1,7 @@ --- -description: 'This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation.' -mode: 'agent' +"description": "This workflow guides you through a systematic approach to identify missing features, prioritize them, and create detailed specifications for implementation." +"mode": "agent" +"file_type": "prompt" --- # Product Manager Assistant: Feature Identification and Specification diff --git a/.github/prompts/awesome-copilot/generate-custom-instructions-from-codebase.prompt.md b/.github/prompts/awesome-copilot/generate-custom-instructions-from-codebase.prompt.md index 99ef2e1e..cda674da 100644 --- a/.github/prompts/awesome-copilot/generate-custom-instructions-from-codebase.prompt.md +++ b/.github/prompts/awesome-copilot/generate-custom-instructions-from-codebase.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades.' -mode: 'agent' +"description": "Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits, or releases) to create precise instructions allowing Copilot to maintain consistency during technology migrations, major refactoring, or framework version upgrades." +"mode": "agent" +"file_type": "prompt" --- # Migration and Code Evolution Instructions Generator diff --git a/.github/prompts/awesome-copilot/git-flow-branch-creator.prompt.md b/.github/prompts/awesome-copilot/git-flow-branch-creator.prompt.md index d3da7097..a78d8877 100644 --- a/.github/prompts/awesome-copilot/git-flow-branch-creator.prompt.md +++ b/.github/prompts/awesome-copilot/git-flow-branch-creator.prompt.md @@ -1,7 +1,10 @@ --- -description: 'Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.' -tools: ['run_in_terminal', 'get_terminal_output'] -mode: 'agent' +"description": "Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model." +"tools": + - "run_in_terminal" + - "get_terminal_output" +"mode": "agent" +"file_type": "prompt" --- ### Instructions diff --git a/.github/prompts/awesome-copilot/github-copilot-starter.prompt.md b/.github/prompts/awesome-copilot/github-copilot-starter.prompt.md index 5a23bae9..16a07652 100644 --- a/.github/prompts/awesome-copilot/github-copilot-starter.prompt.md +++ b/.github/prompts/awesome-copilot/github-copilot-starter.prompt.md @@ -1,8 +1,16 @@ --- -mode: 'agent' -model: Claude Sonnet 4 -tools: ['edit', 'githubRepo', 'changes', 'problems', 'search', 'runCommands', 'fetch'] -description: 'Set up complete GitHub Copilot configuration for a new project based on technology stack' +"mode": "agent" +"model": "Claude Sonnet 4" +"tools": + - "edit" + - "githubRepo" + - "changes" + - "problems" + - "search" + - "runCommands" + - "fetch" +"description": "Set up complete GitHub Copilot configuration for a new project based on technology stack" +"file_type": "prompt" --- You are a GitHub Copilot setup specialist. Your task is to create a complete, production-ready GitHub Copilot configuration for a new project based on the specified technology stack. diff --git a/.github/prompts/awesome-copilot/go-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/go-mcp-server-generator.prompt.md index 55832d20..00385c8e 100644 --- a/.github/prompts/awesome-copilot/go-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/go-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -mode: agent -description: 'Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk.' +"mode": "agent" +"description": "Generate a complete Go MCP server project with proper structure, dependencies, and implementation using the official github.com/modelcontextprotocol/go-sdk." +"file_type": "prompt" --- # Go MCP Server Project Generator diff --git a/.github/prompts/awesome-copilot/java-docs.prompt.md b/.github/prompts/awesome-copilot/java-docs.prompt.md index 5cc3e16b..af80aa52 100644 --- a/.github/prompts/awesome-copilot/java-docs.prompt.md +++ b/.github/prompts/awesome-copilot/java-docs.prompt.md @@ -1,7 +1,12 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'Ensure that Java types are documented with Javadoc comments and follow best practices for documentation.' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "Ensure that Java types are documented with Javadoc comments and follow best practices for documentation." +"file_type": "prompt" --- # Java Documentation (Javadoc) Best Practices diff --git a/.github/prompts/awesome-copilot/java-junit.prompt.md b/.github/prompts/awesome-copilot/java-junit.prompt.md index 41dfbaee..4dd252c6 100644 --- a/.github/prompts/awesome-copilot/java-junit.prompt.md +++ b/.github/prompts/awesome-copilot/java-junit.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for JUnit 5 unit testing, including data-driven tests' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for JUnit 5 unit testing, including data-driven tests" +"file_type": "prompt" --- # JUnit 5+ Best Practices diff --git a/.github/prompts/awesome-copilot/java-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/java-mcp-server-generator.prompt.md index 0d2b68d1..a63307e8 100644 --- a/.github/prompts/awesome-copilot/java-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/java-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.' -mode: agent +"description": "Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration." +"mode": "agent" +"file_type": "prompt" --- # Java MCP Server Generator diff --git a/.github/prompts/awesome-copilot/java-refactoring-extract-method.prompt.md b/.github/prompts/awesome-copilot/java-refactoring-extract-method.prompt.md index b3bab657..9f460919 100644 --- a/.github/prompts/awesome-copilot/java-refactoring-extract-method.prompt.md +++ b/.github/prompts/awesome-copilot/java-refactoring-extract-method.prompt.md @@ -1,7 +1,8 @@ --- -title: 'Refactoring Java Methods with Extract Method' -mode: 'agent' -description: 'Refactoring using Extract Methods in Java Language' +"title": "Refactoring Java Methods with Extract Method" +"mode": "agent" +"description": "Refactoring using Extract Methods in Java Language" +"file_type": "prompt" --- # Refactoring Java Methods with Extract Method diff --git a/.github/prompts/awesome-copilot/java-refactoring-remove-parameter.prompt.md b/.github/prompts/awesome-copilot/java-refactoring-remove-parameter.prompt.md index 7cf6d53c..12d6bb6a 100644 --- a/.github/prompts/awesome-copilot/java-refactoring-remove-parameter.prompt.md +++ b/.github/prompts/awesome-copilot/java-refactoring-remove-parameter.prompt.md @@ -1,7 +1,8 @@ --- -title: 'Refactoring Java Methods with Remove Parameter' -mode: 'agent' -description: 'Refactoring using Remove Parameter in Java Language' +"title": "Refactoring Java Methods with Remove Parameter" +"mode": "agent" +"description": "Refactoring using Remove Parameter in Java Language" +"file_type": "prompt" --- # Refactoring Java Methods with Remove Parameter diff --git a/.github/prompts/awesome-copilot/java-springboot.prompt.md b/.github/prompts/awesome-copilot/java-springboot.prompt.md index 94cadf70..2511a04d 100644 --- a/.github/prompts/awesome-copilot/java-springboot.prompt.md +++ b/.github/prompts/awesome-copilot/java-springboot.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for developing applications with Spring Boot.' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for developing applications with Spring Boot." +"file_type": "prompt" --- # Spring Boot Best Practices diff --git a/.github/prompts/awesome-copilot/javascript-typescript-jest.prompt.md b/.github/prompts/awesome-copilot/javascript-typescript-jest.prompt.md index af7d29ee..4cb444cf 100644 --- a/.github/prompts/awesome-copilot/javascript-typescript-jest.prompt.md +++ b/.github/prompts/awesome-copilot/javascript-typescript-jest.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns.' -mode: 'agent' +"description": "Best practices for writing JavaScript/TypeScript tests using Jest, including mocking strategies, test structure, and common patterns." +"mode": "agent" +"file_type": "prompt" --- ### Test Structure diff --git a/.github/prompts/awesome-copilot/kotlin-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/kotlin-mcp-server-generator.prompt.md index a0099011..063b7136 100644 --- a/.github/prompts/awesome-copilot/kotlin-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/kotlin-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -mode: agent -description: 'Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.' +"mode": "agent" +"description": "Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library." +"file_type": "prompt" --- # Kotlin MCP Server Project Generator diff --git a/.github/prompts/awesome-copilot/kotlin-springboot.prompt.md b/.github/prompts/awesome-copilot/kotlin-springboot.prompt.md index bc2282b1..82e7a649 100644 --- a/.github/prompts/awesome-copilot/kotlin-springboot.prompt.md +++ b/.github/prompts/awesome-copilot/kotlin-springboot.prompt.md @@ -1,7 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -description: 'Get best practices for developing applications with Spring Boot and Kotlin.' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"description": "Get best practices for developing applications with Spring Boot and Kotlin." +"file_type": "prompt" --- # Spring Boot with Kotlin Best Practices diff --git a/.github/prompts/awesome-copilot/mcp-copilot-studio-server-generator.prompt.md b/.github/prompts/awesome-copilot/mcp-copilot-studio-server-generator.prompt.md index 83590c4a..bb90b8a0 100644 --- a/.github/prompts/awesome-copilot/mcp-copilot-studio-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/mcp-copilot-studio-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support -mode: agent +"description": "Generate a complete MCP server implementation optimized for Copilot Studio integration with proper schema constraints and streamable HTTP support" +"mode": "agent" +"file_type": "prompt" --- # Power Platform MCP Connector Generator diff --git a/.github/prompts/awesome-copilot/memory-merger.prompt.md b/.github/prompts/awesome-copilot/memory-merger.prompt.md index 91822228..abed2c79 100644 --- a/.github/prompts/awesome-copilot/memory-merger.prompt.md +++ b/.github/prompts/awesome-copilot/memory-merger.prompt.md @@ -1,5 +1,6 @@ --- -description: 'Merges mature lessons from a domain memory file into its instruction file. Syntax: `/memory-merger >domain [scope]` where scope is `global` (default), `user`, `workspace`, or `ws`.' +"description": "Merges mature lessons from a domain memory file into its instruction file. Syntax: `/memory-merger >domain [scope]` where scope is `global` (default), `user`, `workspace`, or `ws`." +"file_type": "prompt" --- # Memory Merger diff --git a/.github/prompts/awesome-copilot/mkdocs-translations.prompt.md b/.github/prompts/awesome-copilot/mkdocs-translations.prompt.md index e5de045f..aac3e503 100644 --- a/.github/prompts/awesome-copilot/mkdocs-translations.prompt.md +++ b/.github/prompts/awesome-copilot/mkdocs-translations.prompt.md @@ -1,8 +1,21 @@ --- -mode: agent -description: 'Generate a language translation for a mkdocs documentation stack.' -tools: ['codebase', 'usages', 'problems', 'changes', 'terminalSelection', 'terminalLastCommand', 'searchResults', 'extensions', 'edit/editFiles', 'search', 'runCommands', 'runTasks'] -model: Claude Sonnet 4 +"mode": "agent" +"description": "Generate a language translation for a mkdocs documentation stack." +"tools": + - "codebase" + - "usages" + - "problems" + - "changes" + - "terminalSelection" + - "terminalLastCommand" + - "searchResults" + - "extensions" + - "edit/editFiles" + - "search" + - "runCommands" + - "runTasks" +"model": "Claude Sonnet 4" +"file_type": "prompt" --- # MkDocs AI Translator diff --git a/.github/prompts/awesome-copilot/multi-stage-dockerfile.prompt.md b/.github/prompts/awesome-copilot/multi-stage-dockerfile.prompt.md index 0d4a47f4..d7546d65 100644 --- a/.github/prompts/awesome-copilot/multi-stage-dockerfile.prompt.md +++ b/.github/prompts/awesome-copilot/multi-stage-dockerfile.prompt.md @@ -1,7 +1,9 @@ --- -mode: 'agent' -tools: ['codebase'] -description: 'Create optimized multi-stage Dockerfiles for any language or framework' +"mode": "agent" +"tools": + - "codebase" +"description": "Create optimized multi-stage Dockerfiles for any language or framework" +"file_type": "prompt" --- Your goal is to help me create efficient multi-stage Dockerfiles that follow best practices, resulting in smaller, more secure container images. diff --git a/.github/prompts/awesome-copilot/my-issues.prompt.md b/.github/prompts/awesome-copilot/my-issues.prompt.md index 11977202..f01182c2 100644 --- a/.github/prompts/awesome-copilot/my-issues.prompt.md +++ b/.github/prompts/awesome-copilot/my-issues.prompt.md @@ -1,7 +1,14 @@ --- -mode: 'agent' -tools: ['githubRepo', 'github', 'get_issue', 'get_issue_comments', 'get_me', 'list_issues'] -description: 'List my issues in the current repository' +"mode": "agent" +"tools": + - "githubRepo" + - "github" + - "get_issue" + - "get_issue_comments" + - "get_me" + - "list_issues" +"description": "List my issues in the current repository" +"file_type": "prompt" --- Search the current repo (using #githubRepo for the repo info) and list any issues you find (using #list_issues) that are assigned to me. diff --git a/.github/prompts/awesome-copilot/my-pull-requests.prompt.md b/.github/prompts/awesome-copilot/my-pull-requests.prompt.md index 128a60f7..cb7a5c67 100644 --- a/.github/prompts/awesome-copilot/my-pull-requests.prompt.md +++ b/.github/prompts/awesome-copilot/my-pull-requests.prompt.md @@ -1,7 +1,19 @@ --- -mode: 'agent' -tools: ['githubRepo', 'github', 'get_me', 'get_pull_request', 'get_pull_request_comments', 'get_pull_request_diff', 'get_pull_request_files', 'get_pull_request_reviews', 'get_pull_request_status', 'list_pull_requests', 'request_copilot_review'] -description: 'List my pull requests in the current repository' +"mode": "agent" +"tools": + - "githubRepo" + - "github" + - "get_me" + - "get_pull_request" + - "get_pull_request_comments" + - "get_pull_request_diff" + - "get_pull_request_files" + - "get_pull_request_reviews" + - "get_pull_request_status" + - "list_pull_requests" + - "request_copilot_review" +"description": "List my pull requests in the current repository" +"file_type": "prompt" --- Search the current repo (using #githubRepo for the repo info) and list any pull requests you find (using #list_pull_requests) that are assigned to me. diff --git a/.github/prompts/awesome-copilot/next-intl-add-language.prompt.md b/.github/prompts/awesome-copilot/next-intl-add-language.prompt.md index edc32952..d5292f33 100644 --- a/.github/prompts/awesome-copilot/next-intl-add-language.prompt.md +++ b/.github/prompts/awesome-copilot/next-intl-add-language.prompt.md @@ -1,7 +1,14 @@ --- -mode: 'agent' -tools: ['changes','codebase', 'edit/editFiles', 'findTestFiles', 'search', 'writeTest'] -description: 'Add new language to a Next.js + next-intl application' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "findTestFiles" + - "search" + - "writeTest" +"description": "Add new language to a Next.js + next-intl application" +"file_type": "prompt" --- This is a guide to add a new language to a Next.js project using next-intl for internationalization, diff --git a/.github/prompts/awesome-copilot/php-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/php-mcp-server-generator.prompt.md index 29bcbc72..5c82077f 100644 --- a/.github/prompts/awesome-copilot/php-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/php-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK' -mode: agent +"description": "Generate a complete PHP Model Context Protocol server project with tools, resources, prompts, and tests using the official PHP SDK" +"mode": "agent" +"file_type": "prompt" --- # PHP MCP Server Generator diff --git a/.github/prompts/awesome-copilot/playwright-automation-fill-in-form.prompt.md b/.github/prompts/awesome-copilot/playwright-automation-fill-in-form.prompt.md index 1130624a..f899af74 100644 --- a/.github/prompts/awesome-copilot/playwright-automation-fill-in-form.prompt.md +++ b/.github/prompts/awesome-copilot/playwright-automation-fill-in-form.prompt.md @@ -1,8 +1,10 @@ --- -description: 'Automate filling in a form using Playwright MCP' -mode: agent -tools: ['playwright'] -model: 'Claude Sonnet 4' +"description": "Automate filling in a form using Playwright MCP" +"mode": "agent" +"tools": + - "playwright" +"model": "Claude Sonnet 4" +"file_type": "prompt" --- # Automating Filling in a Form with Playwright MCP diff --git a/.github/prompts/awesome-copilot/playwright-explore-website.prompt.md b/.github/prompts/awesome-copilot/playwright-explore-website.prompt.md index 3359977e..8b0bfa92 100644 --- a/.github/prompts/awesome-copilot/playwright-explore-website.prompt.md +++ b/.github/prompts/awesome-copilot/playwright-explore-website.prompt.md @@ -1,8 +1,24 @@ --- -mode: agent -description: 'Website exploration for testing using Playwright MCP' -tools: ['changes', 'codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'playwright'] -model: 'Claude Sonnet 4' +"mode": "agent" +"description": "Website exploration for testing using Playwright MCP" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "fetch" + - "findTestFiles" + - "problems" + - "runCommands" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "playwright" +"model": "Claude Sonnet 4" +"file_type": "prompt" --- # Website Exploration for Testing diff --git a/.github/prompts/awesome-copilot/playwright-generate-test.prompt.md b/.github/prompts/awesome-copilot/playwright-generate-test.prompt.md index 56c08482..2dabd574 100644 --- a/.github/prompts/awesome-copilot/playwright-generate-test.prompt.md +++ b/.github/prompts/awesome-copilot/playwright-generate-test.prompt.md @@ -1,8 +1,24 @@ --- -mode: agent -description: 'Generate a Playwright test based on a scenario using Playwright MCP' -tools: ['changes', 'codebase', 'edit/editFiles', 'fetch', 'findTestFiles', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'playwright'] -model: 'Claude Sonnet 4' +"mode": "agent" +"description": "Generate a Playwright test based on a scenario using Playwright MCP" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "fetch" + - "findTestFiles" + - "problems" + - "runCommands" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "playwright" +"model": "Claude Sonnet 4" +"file_type": "prompt" --- # Test Generation with Playwright MCP diff --git a/.github/prompts/awesome-copilot/postgresql-code-review.prompt.md b/.github/prompts/awesome-copilot/postgresql-code-review.prompt.md index 1f63cd35..dc0ec084 100644 --- a/.github/prompts/awesome-copilot/postgresql-code-review.prompt.md +++ b/.github/prompts/awesome-copilot/postgresql-code-review.prompt.md @@ -1,8 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS).' -tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features like Row Level Security (RLS)." +"tested_with": "GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025" +"file_type": "prompt" --- # PostgreSQL Code Review Assistant diff --git a/.github/prompts/awesome-copilot/postgresql-optimization.prompt.md b/.github/prompts/awesome-copilot/postgresql-optimization.prompt.md index a05f8b84..5af84658 100644 --- a/.github/prompts/awesome-copilot/postgresql-optimization.prompt.md +++ b/.github/prompts/awesome-copilot/postgresql-optimization.prompt.md @@ -1,8 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem.' -tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and PostgreSQL extensions ecosystem." +"tested_with": "GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025" +"file_type": "prompt" --- # PostgreSQL Development Assistant diff --git a/.github/prompts/awesome-copilot/power-apps-code-app-scaffold.prompt.md b/.github/prompts/awesome-copilot/power-apps-code-app-scaffold.prompt.md index bf568990..0d23ce55 100644 --- a/.github/prompts/awesome-copilot/power-apps-code-app-scaffold.prompt.md +++ b/.github/prompts/awesome-copilot/power-apps-code-app-scaffold.prompt.md @@ -1,8 +1,14 @@ --- -description: 'Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration' -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems', 'search'] -model: GPT-4.1 +"description": "Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration" +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" + - "search" +"model": "GPT-4.1" +"file_type": "prompt" --- # Power Apps Code Apps Project Scaffolding diff --git a/.github/prompts/awesome-copilot/power-bi-dax-optimization.prompt.md b/.github/prompts/awesome-copilot/power-bi-dax-optimization.prompt.md index d148c8be..364f419d 100644 --- a/.github/prompts/awesome-copilot/power-bi-dax-optimization.prompt.md +++ b/.github/prompts/awesome-copilot/power-bi-dax-optimization.prompt.md @@ -1,8 +1,10 @@ --- -mode: 'agent' -description: 'Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.' -model: 'gpt-4.1' -tools: ['microsoft.docs.mcp'] +"mode": "agent" +"description": "Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations." +"model": "gpt-4.1" +"tools": + - "microsoft.docs.mcp" +"file_type": "prompt" --- # Power BI DAX Formula Optimizer diff --git a/.github/prompts/awesome-copilot/power-bi-model-design-review.prompt.md b/.github/prompts/awesome-copilot/power-bi-model-design-review.prompt.md index c0d9ca90..11eeff6f 100644 --- a/.github/prompts/awesome-copilot/power-bi-model-design-review.prompt.md +++ b/.github/prompts/awesome-copilot/power-bi-model-design-review.prompt.md @@ -1,8 +1,10 @@ --- -mode: 'agent' -description: 'Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.' -model: 'gpt-4.1' -tools: ['microsoft.docs.mcp'] +"mode": "agent" +"description": "Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities." +"model": "gpt-4.1" +"tools": + - "microsoft.docs.mcp" +"file_type": "prompt" --- # Power BI Data Model Design Review diff --git a/.github/prompts/awesome-copilot/power-bi-performance-troubleshooting.prompt.md b/.github/prompts/awesome-copilot/power-bi-performance-troubleshooting.prompt.md index 01515859..04a5c6d8 100644 --- a/.github/prompts/awesome-copilot/power-bi-performance-troubleshooting.prompt.md +++ b/.github/prompts/awesome-copilot/power-bi-performance-troubleshooting.prompt.md @@ -1,8 +1,10 @@ --- -mode: 'agent' -description: 'Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries.' -model: 'gpt-4.1' -tools: ['microsoft.docs.mcp'] +"mode": "agent" +"description": "Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries." +"model": "gpt-4.1" +"tools": + - "microsoft.docs.mcp" +"file_type": "prompt" --- # Power BI Performance Troubleshooting Guide diff --git a/.github/prompts/awesome-copilot/power-bi-report-design-consultation.prompt.md b/.github/prompts/awesome-copilot/power-bi-report-design-consultation.prompt.md index 048faf21..4d1fa60b 100644 --- a/.github/prompts/awesome-copilot/power-bi-report-design-consultation.prompt.md +++ b/.github/prompts/awesome-copilot/power-bi-report-design-consultation.prompt.md @@ -1,8 +1,10 @@ --- -mode: 'agent' -description: 'Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.' -model: 'gpt-4.1' -tools: ['microsoft.docs.mcp'] +"mode": "agent" +"description": "Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design." +"model": "gpt-4.1" +"tools": + - "microsoft.docs.mcp" +"file_type": "prompt" --- # Power BI Report Visualization Designer diff --git a/.github/prompts/awesome-copilot/power-platform-mcp-connector-suite.prompt.md b/.github/prompts/awesome-copilot/power-platform-mcp-connector-suite.prompt.md index 99c9676d..6f73808e 100644 --- a/.github/prompts/awesome-copilot/power-platform-mcp-connector-suite.prompt.md +++ b/.github/prompts/awesome-copilot/power-platform-mcp-connector-suite.prompt.md @@ -1,6 +1,7 @@ --- -description: Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation -mode: agent +"description": "Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation" +"mode": "agent" +"file_type": "prompt" --- # Power Platform MCP Connector Suite diff --git a/.github/prompts/awesome-copilot/project-workflow-analysis-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/project-workflow-analysis-blueprint-generator.prompt.md index 83768bc6..20a4bd43 100644 --- a/.github/prompts/awesome-copilot/project-workflow-analysis-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/project-workflow-analysis-blueprint-generator.prompt.md @@ -1,8 +1,7 @@ --- - -description: 'Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.' - -mode: 'agent' +"description": "Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures." +"mode": "agent" +"file_type": "prompt" --- # Project Workflow Documentation Generator diff --git a/.github/prompts/awesome-copilot/prompt-builder.prompt.md b/.github/prompts/awesome-copilot/prompt-builder.prompt.md index 0644ec27..b96d747f 100644 --- a/.github/prompts/awesome-copilot/prompt-builder.prompt.md +++ b/.github/prompts/awesome-copilot/prompt-builder.prompt.md @@ -1,7 +1,11 @@ --- -mode: 'agent' -tools: ['codebase', 'edit/editFiles', 'search'] -description: 'Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.' +"mode": "agent" +"tools": + - "codebase" + - "edit/editFiles" + - "search" +"description": "Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices." +"file_type": "prompt" --- # Professional Prompt Builder diff --git a/.github/prompts/awesome-copilot/python-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/python-mcp-server-generator.prompt.md index df17fbf6..cb8a0e31 100644 --- a/.github/prompts/awesome-copilot/python-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/python-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Generate a complete MCP server project in Python with tools, resources, and proper configuration' +"mode": "agent" +"description": "Generate a complete MCP server project in Python with tools, resources, and proper configuration" +"file_type": "prompt" --- # Generate Python MCP Server diff --git a/.github/prompts/awesome-copilot/readme-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/readme-blueprint-generator.prompt.md index d127cc17..ba608432 100644 --- a/.github/prompts/awesome-copilot/readme-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/readme-blueprint-generator.prompt.md @@ -1,7 +1,7 @@ --- -description: 'Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.' - -mode: 'agent' +"description": "Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content." +"mode": "agent" +"file_type": "prompt" --- # README Generator Prompt diff --git a/.github/prompts/awesome-copilot/remember-interactive-programming.prompt.md b/.github/prompts/awesome-copilot/remember-interactive-programming.prompt.md index 36ebb45a..9436a17c 100644 --- a/.github/prompts/awesome-copilot/remember-interactive-programming.prompt.md +++ b/.github/prompts/awesome-copilot/remember-interactive-programming.prompt.md @@ -1,6 +1,7 @@ --- -description: 'A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.' -title: 'Interactive Programming Nudge' +"description": "A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace." +"title": "Interactive Programming Nudge" +"file_type": "prompt" --- Remember that you are an interactive programmer with the system itself as your source of truth. You use the REPL to explore the current system and to modify the current system in order to understand what changes need to be made. diff --git a/.github/prompts/awesome-copilot/remember.prompt.md b/.github/prompts/awesome-copilot/remember.prompt.md index 6681a61c..1b00c825 100644 --- a/.github/prompts/awesome-copilot/remember.prompt.md +++ b/.github/prompts/awesome-copilot/remember.prompt.md @@ -1,5 +1,6 @@ --- -description: 'Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`.' +"description": "Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`." +"file_type": "prompt" --- # Memory Keeper diff --git a/.github/prompts/awesome-copilot/repo-story-time.prompt.md b/.github/prompts/awesome-copilot/repo-story-time.prompt.md index 3e9c4b93..9849ccfc 100644 --- a/.github/prompts/awesome-copilot/repo-story-time.prompt.md +++ b/.github/prompts/awesome-copilot/repo-story-time.prompt.md @@ -1,7 +1,18 @@ --- -mode: 'agent' -description: 'Generate a comprehensive repository summary and narrative story from commit history' -tools: ['changes', 'codebase', 'edit/editFiles', 'githubRepo', 'runCommands', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection'] +"mode": "agent" +"description": "Generate a comprehensive repository summary and narrative story from commit history" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "githubRepo" + - "runCommands" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" +"file_type": "prompt" --- diff --git a/.github/prompts/awesome-copilot/review-and-refactor.prompt.md b/.github/prompts/awesome-copilot/review-and-refactor.prompt.md index 64ca0004..29841969 100644 --- a/.github/prompts/awesome-copilot/review-and-refactor.prompt.md +++ b/.github/prompts/awesome-copilot/review-and-refactor.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Review and refactor code in your project according to defined instructions' +"mode": "agent" +"description": "Review and refactor code in your project according to defined instructions" +"file_type": "prompt" --- ## Role diff --git a/.github/prompts/awesome-copilot/ruby-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/ruby-mcp-server-generator.prompt.md index 0dee38d3..966b19f6 100644 --- a/.github/prompts/awesome-copilot/ruby-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/ruby-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.' -mode: agent +"description": "Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem." +"mode": "agent" +"file_type": "prompt" --- # Ruby MCP Server Generator diff --git a/.github/prompts/awesome-copilot/rust-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/rust-mcp-server-generator.prompt.md index c19bc3d4..48e9cfa1 100644 --- a/.github/prompts/awesome-copilot/rust-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/rust-mcp-server-generator.prompt.md @@ -1,7 +1,8 @@ --- -name: rust-mcp-server-generator -description: 'Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK' -mode: agent +"name": "rust-mcp-server-generator" +"description": "Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK" +"mode": "agent" +"file_type": "prompt" --- # Rust MCP Server Generator diff --git a/.github/prompts/awesome-copilot/shuffle-json-data.prompt.md b/.github/prompts/awesome-copilot/shuffle-json-data.prompt.md index c637cf26..d80d3cd5 100644 --- a/.github/prompts/awesome-copilot/shuffle-json-data.prompt.md +++ b/.github/prompts/awesome-copilot/shuffle-json-data.prompt.md @@ -1,7 +1,11 @@ --- -mode: 'agent' -description: 'Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries.' -tools: ['edit/editFiles', 'runInTerminal', 'pylanceRunCodeSnippet'] +"mode": "agent" +"description": "Shuffle repetitive JSON objects safely by validating schema consistency before randomising entries." +"tools": + - "edit/editFiles" + - "runInTerminal" + - "pylanceRunCodeSnippet" +"file_type": "prompt" --- # Shuffle JSON Data diff --git a/.github/prompts/awesome-copilot/sql-code-review.prompt.md b/.github/prompts/awesome-copilot/sql-code-review.prompt.md index 7e36bdcd..e331d71f 100644 --- a/.github/prompts/awesome-copilot/sql-code-review.prompt.md +++ b/.github/prompts/awesome-copilot/sql-code-review.prompt.md @@ -1,8 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage.' -tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and anti-pattern detection. Complements SQL optimization prompt for complete development coverage." +"tested_with": "GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025" +"file_type": "prompt" --- # SQL Code Review diff --git a/.github/prompts/awesome-copilot/sql-optimization.prompt.md b/.github/prompts/awesome-copilot/sql-optimization.prompt.md index 30ca8aab..99730d74 100644 --- a/.github/prompts/awesome-copilot/sql-optimization.prompt.md +++ b/.github/prompts/awesome-copilot/sql-optimization.prompt.md @@ -1,8 +1,13 @@ --- -mode: 'agent' -tools: ['changes', 'codebase', 'edit/editFiles', 'problems'] -description: 'Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.' -tested_with: 'GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025' +"mode": "agent" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "problems" +"description": "Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance." +"tested_with": "GitHub Copilot Chat (GPT-4o) - Validated July 20, 2025" +"file_type": "prompt" --- # SQL Performance Optimization Assistant diff --git a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-chatmodes.prompt.md b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-chatmodes.prompt.md index 0d013994..14b43150 100644 --- a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-chatmodes.prompt.md +++ b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-chatmodes.prompt.md @@ -1,7 +1,20 @@ --- -mode: 'agent' -description: 'Suggest relevant GitHub Copilot Custom Chat Modes files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom chat modes in this repository.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +"mode": "agent" +"description": "Suggest relevant GitHub Copilot Custom Chat Modes files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom chat modes in this repository." +"tools": + - "edit" + - "search" + - "runCommands" + - "runTasks" + - "think" + - "changes" + - "testFailure" + - "openSimpleBrowser" + - "fetch" + - "githubRepo" + - "todos" + - "search" +"file_type": "prompt" --- # Suggest Awesome GitHub Copilot Custom Chat Modes diff --git a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-collections.prompt.md b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-collections.prompt.md index b1b4bf2b..20ba53a6 100644 --- a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-collections.prompt.md +++ b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-collections.prompt.md @@ -1,7 +1,20 @@ --- -mode: 'agent' -description: 'Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +"mode": "agent" +"description": "Suggest relevant GitHub Copilot collections from the awesome-copilot repository based on current repository context and chat history, providing automatic download and installation of collection assets." +"tools": + - "edit" + - "search" + - "runCommands" + - "runTasks" + - "think" + - "changes" + - "testFailure" + - "openSimpleBrowser" + - "fetch" + - "githubRepo" + - "todos" + - "search" +"file_type": "prompt" --- # Suggest Awesome GitHub Copilot Collections diff --git a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-instructions.prompt.md b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-instructions.prompt.md index 53ef50db..de4d96c0 100644 --- a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-instructions.prompt.md +++ b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-instructions.prompt.md @@ -1,7 +1,20 @@ --- -mode: 'agent' -description: 'Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +"mode": "agent" +"description": "Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing instructions in this repository." +"tools": + - "edit" + - "search" + - "runCommands" + - "runTasks" + - "think" + - "changes" + - "testFailure" + - "openSimpleBrowser" + - "fetch" + - "githubRepo" + - "todos" + - "search" +"file_type": "prompt" --- # Suggest Awesome GitHub Copilot Instructions diff --git a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-prompts.prompt.md b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-prompts.prompt.md index d6472728..0028c270 100644 --- a/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-prompts.prompt.md +++ b/.github/prompts/awesome-copilot/suggest-awesome-github-copilot-prompts.prompt.md @@ -1,7 +1,20 @@ --- -mode: 'agent' -description: 'Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository.' -tools: ['edit', 'search', 'runCommands', 'runTasks', 'think', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'todos', 'search'] +"mode": "agent" +"description": "Suggest relevant GitHub Copilot prompt files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing prompts in this repository." +"tools": + - "edit" + - "search" + - "runCommands" + - "runTasks" + - "think" + - "changes" + - "testFailure" + - "openSimpleBrowser" + - "fetch" + - "githubRepo" + - "todos" + - "search" +"file_type": "prompt" --- # Suggest Awesome GitHub Copilot Prompts diff --git a/.github/prompts/awesome-copilot/swift-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/swift-mcp-server-generator.prompt.md index b1487858..f7063af7 100644 --- a/.github/prompts/awesome-copilot/swift-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/swift-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.' -mode: agent +"description": "Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package." +"mode": "agent" +"file_type": "prompt" --- # Swift MCP Server Generator diff --git a/.github/prompts/awesome-copilot/technology-stack-blueprint-generator.prompt.md b/.github/prompts/awesome-copilot/technology-stack-blueprint-generator.prompt.md index 41608597..074b246f 100644 --- a/.github/prompts/awesome-copilot/technology-stack-blueprint-generator.prompt.md +++ b/.github/prompts/awesome-copilot/technology-stack-blueprint-generator.prompt.md @@ -1,6 +1,7 @@ --- -description: 'Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development.' -mode: 'agent' +"description": "Comprehensive technology stack blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks, programming languages, and implementation patterns across multiple platforms (.NET, Java, JavaScript, React, Python). Generates configurable blueprints with version information, licensing details, usage patterns, coding conventions, and visual diagrams. Provides implementation-ready templates and maintains architectural consistency for guided development." +"mode": "agent" +"file_type": "prompt" --- # Comprehensive Technology Stack Blueprint Generator diff --git a/.github/prompts/awesome-copilot/typescript-mcp-server-generator.prompt.md b/.github/prompts/awesome-copilot/typescript-mcp-server-generator.prompt.md index 3c12afaa..59d00c36 100644 --- a/.github/prompts/awesome-copilot/typescript-mcp-server-generator.prompt.md +++ b/.github/prompts/awesome-copilot/typescript-mcp-server-generator.prompt.md @@ -1,6 +1,7 @@ --- -mode: 'agent' -description: 'Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration' +"mode": "agent" +"description": "Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration" +"file_type": "prompt" --- # Generate TypeScript MCP Server diff --git a/.github/prompts/awesome-copilot/update-avm-modules-in-bicep.prompt.md b/.github/prompts/awesome-copilot/update-avm-modules-in-bicep.prompt.md index 902aedbb..08d9f1d2 100644 --- a/.github/prompts/awesome-copilot/update-avm-modules-in-bicep.prompt.md +++ b/.github/prompts/awesome-copilot/update-avm-modules-in-bicep.prompt.md @@ -1,7 +1,19 @@ --- -mode: 'agent' -description: 'Update Azure Verified Modules (AVM) to latest versions in Bicep files.' -tools: ['codebase', 'think', 'changes', 'fetch', 'searchResults', 'todos', 'edit/editFiles', 'search', 'runCommands', 'bicepschema', 'azure_get_schema_for_Bicep'] +"mode": "agent" +"description": "Update Azure Verified Modules (AVM) to latest versions in Bicep files." +"tools": + - "codebase" + - "think" + - "changes" + - "fetch" + - "searchResults" + - "todos" + - "edit/editFiles" + - "search" + - "runCommands" + - "bicepschema" + - "azure_get_schema_for_Bicep" +"file_type": "prompt" --- # Update Azure Verified Modules in Bicep Files diff --git a/.github/prompts/awesome-copilot/update-implementation-plan.prompt.md b/.github/prompts/awesome-copilot/update-implementation-plan.prompt.md index ed00caf9..a3cba405 100644 --- a/.github/prompts/awesome-copilot/update-implementation-plan.prompt.md +++ b/.github/prompts/awesome-copilot/update-implementation-plan.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Update an existing implementation plan file with new or update requirements to provide new features, refactoring existing code or upgrading packages, design, architecture or infrastructure." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Update Implementation Plan diff --git a/.github/prompts/awesome-copilot/update-llms.prompt.md b/.github/prompts/awesome-copilot/update-llms.prompt.md index 1bf3b4d9..0af8fd9d 100644 --- a/.github/prompts/awesome-copilot/update-llms.prompt.md +++ b/.github/prompts/awesome-copilot/update-llms.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/" +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Update LLMs.txt File diff --git a/.github/prompts/awesome-copilot/update-markdown-file-index.prompt.md b/.github/prompts/awesome-copilot/update-markdown-file-index.prompt.md index 84545545..84f8b44c 100644 --- a/.github/prompts/awesome-copilot/update-markdown-file-index.prompt.md +++ b/.github/prompts/awesome-copilot/update-markdown-file-index.prompt.md @@ -1,7 +1,27 @@ --- -mode: 'agent' -description: 'Update a markdown file section with an index/table of files from a specified folder.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'findTestFiles', 'githubRepo', 'openSimpleBrowser', 'problems', 'runCommands', 'runTasks', 'runTests', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Update a markdown file section with an index/table of files from a specified folder." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "findTestFiles" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runCommands" + - "runTasks" + - "runTests" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Update Markdown File Index diff --git a/.github/prompts/awesome-copilot/update-oo-component-documentation.prompt.md b/.github/prompts/awesome-copilot/update-oo-component-documentation.prompt.md index 3d91785a..88b88a6d 100644 --- a/.github/prompts/awesome-copilot/update-oo-component-documentation.prompt.md +++ b/.github/prompts/awesome-copilot/update-oo-component-documentation.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Update existing object-oriented component documentation following industry best practices and architectural documentation standards.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Update existing object-oriented component documentation following industry best practices and architectural documentation standards." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Update Standard OO Component Documentation diff --git a/.github/prompts/awesome-copilot/update-specification.prompt.md b/.github/prompts/awesome-copilot/update-specification.prompt.md index c0edd5b9..254afdcc 100644 --- a/.github/prompts/awesome-copilot/update-specification.prompt.md +++ b/.github/prompts/awesome-copilot/update-specification.prompt.md @@ -1,7 +1,24 @@ --- -mode: 'agent' -description: 'Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code.' -tools: ['changes', 'codebase', 'edit/editFiles', 'extensions', 'fetch', 'githubRepo', 'openSimpleBrowser', 'problems', 'runTasks', 'search', 'searchResults', 'terminalLastCommand', 'terminalSelection', 'testFailure', 'usages', 'vscodeAPI'] +"mode": "agent" +"description": "Update an existing specification file for the solution, optimized for Generative AI consumption based on new requirements or updates to any existing code." +"tools": + - "changes" + - "codebase" + - "edit/editFiles" + - "extensions" + - "fetch" + - "githubRepo" + - "openSimpleBrowser" + - "problems" + - "runTasks" + - "search" + - "searchResults" + - "terminalLastCommand" + - "terminalSelection" + - "testFailure" + - "usages" + - "vscodeAPI" +"file_type": "prompt" --- # Update Specification diff --git a/.github/prompts/build-agent-and-tests.prompt.md b/.github/prompts/build-agent-and-tests.prompt.md index 4d6b5bb3..6fd72f2d 100644 --- a/.github/prompts/build-agent-and-tests.prompt.md +++ b/.github/prompts/build-agent-and-tests.prompt.md @@ -1,7 +1,8 @@ --- -description: "Create a minimal agent (capabilities, tools, guardrails) and tests." -mode: "ask" -model: "GPT-4" +"description": "Create a minimal agent (capabilities, tools, guardrails) and tests." +"mode": "ask" +"model": "GPT-4" +"file_type": "prompt" --- Design a small, single‑purpose AI agent for the given task. In your response: diff --git a/.github/prompts/code-review-checklist.prompt.md b/.github/prompts/code-review-checklist.prompt.md index 1691afad..361a7ad8 100644 --- a/.github/prompts/code-review-checklist.prompt.md +++ b/.github/prompts/code-review-checklist.prompt.md @@ -1,10 +1,10 @@ --- -id: ls-code-review-checklist -title: Code Review Checklist -description: Run a structured review against LightSpeed standards. -mode: chat -tags: - +"id": "ls-code-review-checklist" +"title": "Code Review Checklist" +"description": "Run a structured review against LightSpeed standards." +"mode": "chat" +"tags": null +"file_type": "prompt" --- Act as a meticulous reviewer. For the selected diff or file, produce: diff --git a/.github/prompts/conventional-commit.prompt.md b/.github/prompts/conventional-commit.prompt.md index a5e056fb..67540015 100644 --- a/.github/prompts/conventional-commit.prompt.md +++ b/.github/prompts/conventional-commit.prompt.md @@ -1,6 +1,9 @@ --- -description: 'Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.' -tools: ['run_in_terminal', 'get_terminal_output'] +"description": "Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation." +"tools": + - "run_in_terminal" + - "get_terminal_output" +"file_type": "prompt" --- ### Instructions diff --git a/.github/prompts/dependency-audit-agent.prompt.md b/.github/prompts/dependency-audit-agent.prompt.md index 84417e74..5aee563b 100644 --- a/.github/prompts/dependency-audit-agent.prompt.md +++ b/.github/prompts/dependency-audit-agent.prompt.md @@ -1,11 +1,12 @@ --- -id: ls-dependency-audit-agent -title: Dependency Audit Agent -description: Plan an actionable dependency audit across npm and Composer with risk scoring. -mode: agent -tags: - - agent - - deps +"id": "ls-dependency-audit-agent" +"title": "Dependency Audit Agent" +"description": "Plan an actionable dependency audit across npm and Composer with risk scoring." +"mode": "agent" +"tags": + - "agent" + - "deps" +"file_type": "prompt" --- You are an auditing agent. Produce a plan and concrete commands to: diff --git a/.github/prompts/fix-javascript-lint.prompt.md b/.github/prompts/fix-javascript-lint.prompt.md index 9bcf74a9..470d260a 100644 --- a/.github/prompts/fix-javascript-lint.prompt.md +++ b/.github/prompts/fix-javascript-lint.prompt.md @@ -1,7 +1,8 @@ --- -description: "Fix ESLint/Prettier issues while preserving behaviour; align with WordPress JS style." -mode: "edit" -model: "GPT-4" +"description": "Fix ESLint/Prettier issues while preserving behaviour; align with WordPress JS style." +"mode": "edit" +"model": "GPT-4" +"file_type": "prompt" --- Run ESLint with the WordPress or LightSpeed configuration on the selected JavaScript files and apply automatic fixes for style errors. Ensure that: diff --git a/.github/prompts/fix-php-lint.prompt.md b/.github/prompts/fix-php-lint.prompt.md index dda81e24..faec1b14 100644 --- a/.github/prompts/fix-php-lint.prompt.md +++ b/.github/prompts/fix-php-lint.prompt.md @@ -1,7 +1,8 @@ --- -description: "Run a PHPCS-inspired cleanup for WordPress PHP style; safe auto-fixes only." -mode: "edit" -model: "GPT-4" +"description": "Run a PHPCS-inspired cleanup for WordPress PHP style; safe auto-fixes only." +"mode": "edit" +"model": "GPT-4" +"file_type": "prompt" --- Run PHP_CodeSniffer using the WordPress rulesets on the selected PHP files and apply automatic fixes where safe. Focus on: diff --git a/.github/prompts/generate-gh-workflow.prompt.md b/.github/prompts/generate-gh-workflow.prompt.md index 30823d35..213baa23 100644 --- a/.github/prompts/generate-gh-workflow.prompt.md +++ b/.github/prompts/generate-gh-workflow.prompt.md @@ -1,7 +1,8 @@ --- -description: "Generate a secure, cache-efficient GitHub Actions workflow for this repo." -mode: "ask" -model: "GPT-4" +"description": "Generate a secure, cache-efficient GitHub Actions workflow for this repo." +"mode": "ask" +"model": "GPT-4" +"file_type": "prompt" --- Using the provided workflow guidelines, scaffold a GitHub Actions workflow suited to the current repository. Consider: diff --git a/.github/prompts/increase-test-coverage.prompt.md b/.github/prompts/increase-test-coverage.prompt.md index 20250258..af476052 100644 --- a/.github/prompts/increase-test-coverage.prompt.md +++ b/.github/prompts/increase-test-coverage.prompt.md @@ -1,7 +1,8 @@ --- -description: "Expand test coverage focusing on risk and critical paths." -mode: "ask" -model: "GPT-4" +"description": "Expand test coverage focusing on risk and critical paths." +"mode": "ask" +"model": "GPT-4" +"file_type": "prompt" --- Analyse the current test suite and propose a plan to increase coverage. Your response should: diff --git a/.github/prompts/inline-documentation.prompt.md b/.github/prompts/inline-documentation.prompt.md index d0595f16..745a4000 100644 --- a/.github/prompts/inline-documentation.prompt.md +++ b/.github/prompts/inline-documentation.prompt.md @@ -1,6 +1,7 @@ --- -description: "Prompt for adding comprehensive inline documentation to PHP and JavaScript code following WordPress standards." -license: "GPL-3.0" +"description": "Prompt for adding comprehensive inline documentation to PHP and JavaScript code following WordPress standards." +"license": "GPL-3.0" +"file_type": "prompt" --- # WordPress Inline Documentation Prompt diff --git a/.github/prompts/label-issues.prompt.md b/.github/prompts/label-issues.prompt.md index 89d6ceb4..5b3655bb 100644 --- a/.github/prompts/label-issues.prompt.md +++ b/.github/prompts/label-issues.prompt.md @@ -1,7 +1,8 @@ --- -description: "Apply org label rules to a PR (not issues) via GitHub Action." -mode: "ask" -model: "GPT-4" +"description": "Apply org label rules to a PR (not issues) via GitHub Action." +"mode": "ask" +"model": "GPT-4" +"file_type": "prompt" --- Generate or adjust a GitHub Actions workflow (e.g. `label-pr.yml`) that automatically labels pull requests based on patterns (such as branch names or file paths). Ensure the workflow: diff --git a/.github/prompts/ls-block-a11y-check.prompt.md b/.github/prompts/ls-block-a11y-check.prompt.md index 4d27c746..2a079a40 100644 --- a/.github/prompts/ls-block-a11y-check.prompt.md +++ b/.github/prompts/ls-block-a11y-check.prompt.md @@ -1,10 +1,11 @@ --- -id: ls-block-a11y-check -title: Block A11y Check -description: Check keyboard/ARIA patterns for the block. -mode: chat -tags: - - 03-single-block-plugin +"id": "ls-block-a11y-check" +"title": "Block A11y Check" +"description": "Check keyboard/ARIA patterns for the block." +"mode": "chat" +"tags": + - "03-single-block-plugin" +"file_type": "prompt" --- Produce an a11y checklist: diff --git a/.github/prompts/ls-block-release-agent.prompt.md b/.github/prompts/ls-block-release-agent.prompt.md index 310b80cd..3cf810b7 100644 --- a/.github/prompts/ls-block-release-agent.prompt.md +++ b/.github/prompts/ls-block-release-agent.prompt.md @@ -1,11 +1,12 @@ --- -id: ls-block-release-agent -title: Block Release Agent -description: Prepare a tagged release to wp.org SVN or GitHub. -mode: agent -tags: - - 03-single-block-plugin - - agent +"id": "ls-block-release-agent" +"title": "Block Release Agent" +"description": "Prepare a tagged release to wp.org SVN or GitHub." +"mode": "agent" +"tags": + - "03-single-block-plugin" + - "agent" +"file_type": "prompt" --- Plan: diff --git a/.github/prompts/ls-block-scaffold.prompt.md b/.github/prompts/ls-block-scaffold.prompt.md index 5f50a92a..5334109a 100644 --- a/.github/prompts/ls-block-scaffold.prompt.md +++ b/.github/prompts/ls-block-scaffold.prompt.md @@ -1,10 +1,11 @@ --- -id: ls-block-scaffold -title: Block Scaffold -description: "Create a single block with @wordpress/create-block baseline and tweaks." -mode: chat -tags: - - 03-single-block-plugin +"id": "ls-block-scaffold" +"title": "Block Scaffold" +"description": "Create a single block with @wordpress/create-block baseline and tweaks." +"mode": "chat" +"tags": + - "03-single-block-plugin" +"file_type": "prompt" --- Tasks: diff --git a/.github/prompts/saved-replies.prompt.md b/.github/prompts/saved-replies.prompt.md index d32a5516..c434428d 100644 --- a/.github/prompts/saved-replies.prompt.md +++ b/.github/prompts/saved-replies.prompt.md @@ -1,8 +1,9 @@ --- -description: "Retrieve and suggest the most relevant GitHub Saved Reply for a given issue or pull request scenario." -mode: "instruct" -model: "GPT-4" -tools: [] +"description": "Retrieve and suggest the most relevant GitHub Saved Reply for a given issue or pull request scenario." +"mode": "instruct" +"model": "GPT-4" +"tools": [] +"file_type": "prompt" --- # Saved Replies Prompt diff --git a/.github/prompts/validate-json.prompt.md b/.github/prompts/validate-json.prompt.md index 2418649a..5482b21a 100644 --- a/.github/prompts/validate-json.prompt.md +++ b/.github/prompts/validate-json.prompt.md @@ -1,7 +1,8 @@ --- -description: "Validate JSON files against schemas and report exact errors." -mode: "ask" -model: "GPT-4" +"description": "Validate JSON files against schemas and report exact errors." +"mode": "ask" +"model": "GPT-4" +"file_type": "prompt" --- Given a JSON file and a corresponding schema file, validate the JSON and produce a report. The report should include: diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index b10a3595..8d738c5f 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # LightSpeed Architecture diff --git a/docs/CODING-STYLE.md b/docs/CODING-STYLE.md index 7b38c037..73230b37 100644 --- a/docs/CODING-STYLE.md +++ b/docs/CODING-STYLE.md @@ -1,11 +1,12 @@ --- -title: 'AI Template Coding & Content Style' -description: 'Style guide for AI template markdown and content.' -last_updated: '2025-10-24' -version: 'v2.0' -related: - - CONTRIBUTING-TEMPLATES.md - - SECURITY-AND-LICENSING.md +"title": "AI Template Coding & Content Style" +"description": "Style guide for AI template markdown and content." +"last_updated": "2025-10-24" +"version": "v2.0" +"related": + - "CONTRIBUTING-TEMPLATES.md" + - "SECURITY-AND-LICENSING.md" +"file_type": "documentation" --- # Coding & Content Style diff --git a/docs/CONTRIBUTING-TEMPLATES.md b/docs/CONTRIBUTING-TEMPLATES.md index 32bdc822..def71ec3 100644 --- a/docs/CONTRIBUTING-TEMPLATES.md +++ b/docs/CONTRIBUTING-TEMPLATES.md @@ -1,12 +1,13 @@ --- -title: 'Contributing AI Templates' -description: 'How to contribute, review, and label AI template assets.' -last_updated: '2025-10-24' -version: 'v2.0' -related: - - RELEASE-PROCESS.md - - SECURITY-AND-LICENSING.md - - CODING-STYLE.md +"title": "Contributing AI Templates" +"description": "How to contribute, review, and label AI template assets." +"last_updated": "2025-10-24" +"version": "v2.0" +"related": + - "RELEASE-PROCESS.md" + - "SECURITY-AND-LICENSING.md" + - "CODING-STYLE.md" +"file_type": "documentation" --- # Contributing Templates diff --git a/docs/COPILOT-USAGE.md b/docs/COPILOT-USAGE.md index d2929f41..3dbee564 100644 --- a/docs/COPILOT-USAGE.md +++ b/docs/COPILOT-USAGE.md @@ -1,14 +1,15 @@ --- -title: 'Copilot Usage for AI Templates' -description: 'How to scaffold and maintain AI template repos with Copilot.' -last_updated: '2025-10-24' -version: 'v2.0' -related: - - TEMPLATE-SPEC.md - - CODING-STYLE.md - - CONTRIBUTING-TEMPLATES.md - - RELEASE-PROCESS.md - - SECURITY-AND-LICENSING.md +"title": "Copilot Usage for AI Templates" +"description": "How to scaffold and maintain AI template repos with Copilot." +"last_updated": "2025-10-24" +"version": "v2.0" +"related": + - "TEMPLATE-SPEC.md" + - "CODING-STYLE.md" + - "CONTRIBUTING-TEMPLATES.md" + - "RELEASE-PROCESS.md" + - "SECURITY-AND-LICENSING.md" +"file_type": "documentation" --- # Copilot Usage diff --git a/docs/DECISIONS.md b/docs/DECISIONS.md index c4683956..5dc29d3d 100644 --- a/docs/DECISIONS.md +++ b/docs/DECISIONS.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # Architectural Decisions diff --git a/docs/DISCUSSIONS.md b/docs/DISCUSSIONS.md index 405abe27..dc27239d 100644 --- a/docs/DISCUSSIONS.md +++ b/docs/DISCUSSIONS.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # GitHub Discussions Guide diff --git a/docs/HUSKY-PRECOMMITS.md b/docs/HUSKY-PRECOMMITS.md index 12659000..95c44aea 100644 --- a/docs/HUSKY-PRECOMMITS.md +++ b/docs/HUSKY-PRECOMMITS.md @@ -1,10 +1,16 @@ --- -title: "Husky Pre-commit Hooks" -description: "Using Husky to enforce quality gates (linting/tests) before commits" -last_updated: "2025-11-12" -version: "0.2.0" -maintainers: ["LightSpeed DevOps"] -tags: ["husky", "pre-commit", "automation", "linting"] +"title": "Husky Pre-commit Hooks" +"description": "Using Husky to enforce quality gates (linting/tests) before commits" +"last_updated": "2025-11-12" +"version": "0.2.0" +"maintainers": + - "LightSpeed DevOps" +"tags": + - "husky" + - "pre-commit" + - "automation" + - "linting" +"file_type": "documentation" --- # Husky Pre-commit Hooks diff --git a/docs/ISSUE_CREATION_GUIDE.md b/docs/ISSUE_CREATION_GUIDE.md index ba217690..94e92f15 100644 --- a/docs/ISSUE_CREATION_GUIDE.md +++ b/docs/ISSUE_CREATION_GUIDE.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # LightSpeed Issue Creation Guide diff --git a/docs/LABEL_STRATEGY.md b/docs/LABEL_STRATEGY.md index 6ce754a8..6fc9c2d4 100644 --- a/docs/LABEL_STRATEGY.md +++ b/docs/LABEL_STRATEGY.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # LightSpeed GitHub Labelling Strategy diff --git a/docs/LINTING.md b/docs/LINTING.md index 01ed315b..e052b199 100644 --- a/docs/LINTING.md +++ b/docs/LINTING.md @@ -1,19 +1,18 @@ --- -title: 'Linting Strategy & Implementation Guide' -version: 'v1.0' -last_updated: '2025-10-26' -author: 'LightSpeed Team' -description: 'Comprehensive guide to linting setup, configuration, and automation across LightSpeed WordPress projects' -tags: - [ - 'linting', - 'quality', - 'automation', - 'eslint', - 'stylelint', - 'prettier', - 'markdownlint', - ] +"title": "Linting Strategy & Implementation Guide" +"version": "v1.0" +"last_updated": "2025-10-26" +"author": "LightSpeed Team" +"description": "Comprehensive guide to linting setup, configuration, and automation across LightSpeed WordPress projects" +"tags": + - "linting" + - "quality" + - "automation" + - "eslint" + - "stylelint" + - "prettier" + - "markdownlint" +"file_type": "documentation" --- # Linting Strategy & Implementation Guide diff --git a/docs/METRICS.md b/docs/METRICS.md index a2b483bf..90ef1a0e 100644 --- a/docs/METRICS.md +++ b/docs/METRICS.md @@ -1,10 +1,16 @@ --- -title: "Metrics & Telemetry" -description: "Defining key quality metrics and our telemetry policy" -last_updated: "2025-11-14" -version: "1.0" -maintainers: ["LightSpeed Engineering Ops"] -tags: ["metrics", "telemetry", "CI", "analytics"] +"title": "Metrics & Telemetry" +"description": "Defining key quality metrics and our telemetry policy" +"last_updated": "2025-11-14" +"version": "1.0" +"maintainers": + - "LightSpeed Engineering Ops" +"tags": + - "metrics" + - "telemetry" + - "CI" + - "analytics" +"file_type": "documentation" --- # Metrics & Telemetry diff --git a/docs/ORGANIZATION.md b/docs/ORGANIZATION.md index aa18fce0..96bfef2e 100644 --- a/docs/ORGANIZATION.md +++ b/docs/ORGANIZATION.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # Documentation Organization diff --git a/docs/PR_CREATION_PROCESS.md b/docs/PR_CREATION_PROCESS.md index dc639786..cc7aaedd 100644 --- a/docs/PR_CREATION_PROCESS.md +++ b/docs/PR_CREATION_PROCESS.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # LightSpeed Pull Request (PR) Creation Guide diff --git a/docs/README.md b/docs/README.md index efbb9064..b899034e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,21 +1,22 @@ --- -description: "Comprehensive documentation repository for LightSpeedWP containing standards, guides, workflows, and configurations. Central hub for all development ecosystem documentation with cross-linked architecture." -version: "3.2" -last_updated: "2025-10-25" -owners: - - LightSpeedWP Team -references: - - ./README_DOCS_ARCHITECTURE.md - - ./ARCHITECTURE.md - - ./VERSIONING.md - - ./CHECKLIST_CROSSLINKING.md - - ./YAML.md - - ./YAML-Frontmatter.md - - ./frontmatter-schema.md - - ./WORKFLOWS.md - - ./LABEL_STRATEGY.md - - ./ISSUE_CREATION_GUIDE.md - - ../CHANGELOG.md +"description": "Comprehensive documentation repository for LightSpeedWP containing standards, guides, workflows, and configurations. Central hub for all development ecosystem documentation with cross-linked architecture." +"version": "3.2" +"last_updated": "2025-10-25" +"owners": + - "LightSpeedWP Team" +"references": + - "./README_DOCS_ARCHITECTURE.md" + - "./ARCHITECTURE.md" + - "./VERSIONING.md" + - "./CHECKLIST_CROSSLINKING.md" + - "./YAML.md" + - "./YAML-Frontmatter.md" + - "./frontmatter-schema.md" + - "./WORKFLOWS.md" + - "./LABEL_STRATEGY.md" + - "./ISSUE_CREATION_GUIDE.md" + - "../CHANGELOG.md" +"file_type": "documentation" --- LightSpeedWP Documentation Hub diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 9a77dcdf..7a168116 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # LightSpeed GitHub Community Health Roadmap diff --git a/docs/SECURITY-AND-LICENSING.md b/docs/SECURITY-AND-LICENSING.md index 6a17aecc..5f1a5076 100644 --- a/docs/SECURITY-AND-LICENSING.md +++ b/docs/SECURITY-AND-LICENSING.md @@ -1,12 +1,13 @@ --- -title: 'AI Template Security & Licensing' -description: 'Security, data hygiene, and licensing rules for AI template assets.' -last_updated: '2025-10-24' -version: 'v2.0' -related: - - CONTRIBUTING-TEMPLATES.md - - CODING-STYLE.md - - RELEASE-PROCESS.md +"title": "AI Template Security & Licensing" +"description": "Security, data hygiene, and licensing rules for AI template assets." +"last_updated": "2025-10-24" +"version": "v2.0" +"related": + - "CONTRIBUTING-TEMPLATES.md" + - "CODING-STYLE.md" + - "RELEASE-PROCESS.md" +"file_type": "documentation" --- ## Security & Licensing diff --git a/docs/TESTING.md b/docs/TESTING.md index 3ae419c2..3cd5a7bf 100644 --- a/docs/TESTING.md +++ b/docs/TESTING.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # Testing Guide diff --git a/docs/WORKFLOWS.md b/docs/WORKFLOWS.md index aedb8402..5b01beec 100644 --- a/docs/WORKFLOWS.md +++ b/docs/WORKFLOWS.md @@ -1,5 +1,6 @@ --- -_Note: This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._ +"_Note": "This file follows LightSpeedWP governance, frontmatter, naming, and versioning conventions as described in [docs/VERSIONING.md](VERSIONING.md) and [.github/FRONTMATTER-SCHEMA.md](../.github/FRONTMATTER-SCHEMA.md)._" +"file_type": "documentation" --- # LightSpeedWP Core GitHub Workflows diff --git a/docs/ai/README.md b/docs/ai/README.md index be419f90..a34249e3 100644 --- a/docs/ai/README.md +++ b/docs/ai/README.md @@ -1,8 +1,9 @@ --- -title: 'AI Documentation Index (Moved)' -description: 'This file has been superseded. See the new AI documentation in the docs/ root.' -last_updated: '2025-10-24' -version: 'v2.0' +"title": "AI Documentation Index (Moved)" +"description": "This file has been superseded. See the new AI documentation in the docs/ root." +"last_updated": "2025-10-24" +"version": "v2.0" +"file_type": "documentation" --- ## AI Documentation Index (Moved) diff --git a/docs/ai/chatgpt/sales/cold-email-outreach.md b/docs/ai/chatgpt/sales/cold-email-outreach.md index 9da598fc..392650b5 100644 --- a/docs/ai/chatgpt/sales/cold-email-outreach.md +++ b/docs/ai/chatgpt/sales/cold-email-outreach.md @@ -1,11 +1,12 @@ --- -title: Cold Email Outreach Template -model: chatgpt -use_case: sales -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Cold Email Outreach Template" +"model": "chatgpt" +"use_case": "sales" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-instructions.md index 62997780..0dd860bb 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-instructions.md @@ -1,9 +1,11 @@ --- -title: "Agent Mode Instructions" -description: "Guidelines for using ChatGPT as an autonomous agent to plan and execute multi‑step tasks across tools and connectors." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Agent Mode Instructions" +"description": "Guidelines for using ChatGPT as an autonomous agent to plan and execute multi‑step tasks across tools and connectors." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-prompt.md index a339c2ec..3b723f90 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-agent-mode-prompt.md @@ -1,9 +1,11 @@ --- -title: "Agent Mode Prompt Template" -description: "Template for requesting ChatGPT to act as an agent to plan and execute multi‑step tasks." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Agent Mode Prompt Template" +"description": "Template for requesting ChatGPT to act as an agent to plan and execute multi‑step tasks." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-canvas-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-canvas-instructions.md index c55eb368..b7b8941b 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-canvas-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-canvas-instructions.md @@ -1,9 +1,11 @@ --- -title: "Canvas Mode Instructions" -description: "Guidelines for using ChatGPT to create and preview interactive documents or components using the Canvas tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Canvas Mode Instructions" +"description": "Guidelines for using ChatGPT to create and preview interactive documents or components using the Canvas tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-canvas-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-canvas-prompt.md index 4a0a20d3..01e7176c 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-canvas-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-canvas-prompt.md @@ -1,9 +1,11 @@ --- -title: "Canvas Mode Prompt Template" -description: "Template for requesting interactive components or visual documents using the Canvas tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Canvas Mode Prompt Template" +"description": "Template for requesting interactive components or visual documents using the Canvas tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-create-image-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-create-image-instructions.md index d11865ce..fe36b65e 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-create-image-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-create-image-instructions.md @@ -1,9 +1,11 @@ --- -title: "Create Image Instructions" -description: "Guidelines for asking ChatGPT to generate images using the image generation tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Create Image Instructions" +"description": "Guidelines for asking ChatGPT to generate images using the image generation tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-create-image-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-create-image-prompt.md index bdb6bf43..def602e6 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-create-image-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-create-image-prompt.md @@ -1,9 +1,11 @@ --- -title: "Create Image Prompt Template" -description: "Template for composing prompts that instruct ChatGPT to generate images." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Create Image Prompt Template" +"description": "Template for composing prompts that instruct ChatGPT to generate images." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-instructions.md index dd5da881..73559d9c 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-instructions.md @@ -1,9 +1,11 @@ --- -title: "Deep Research Instructions" -description: "Guidelines for using ChatGPT to conduct thorough research and produce comprehensive reports with citations." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Deep Research Instructions" +"description": "Guidelines for using ChatGPT to conduct thorough research and produce comprehensive reports with citations." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-prompt.md index 2390bd23..59bfebe8 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-deep-research-prompt.md @@ -1,9 +1,11 @@ --- -title: "Deep Research Prompt Template" -description: "Template for writing an effective prompt to initiate a deep research session with ChatGPT." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Deep Research Prompt Template" +"description": "Template for writing an effective prompt to initiate a deep research session with ChatGPT." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-instructions-template.md b/docs/ai/chatgpt/templates-v1/chatgpt-instructions-template.md index 24dd705f..c8841822 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-instructions-template.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-instructions-template.md @@ -1,9 +1,11 @@ --- -title: "" -description: "" -last_updated: "" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "" +"description": "" +"last_updated": "2025-01-01" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-instructions.md index 4c5b6204..83c40def 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-instructions.md @@ -1,9 +1,11 @@ --- -title: "Study & Learn Instructions" -description: "Guidelines for using ChatGPT to help users learn new topics through explanations, examples and exercises." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Study & Learn Instructions" +"description": "Guidelines for using ChatGPT to help users learn new topics through explanations, examples and exercises." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-prompt.md index 1e1b60c5..2a212f3b 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-study-learn-prompt.md @@ -1,9 +1,11 @@ --- -title: "Study & Learn Prompt Template" -description: "Template for requesting structured learning support from ChatGPT." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Study & Learn Prompt Template" +"description": "Template for requesting structured learning support from ChatGPT." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-instructions.md index 9edce179..151914a7 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-instructions.md @@ -1,9 +1,11 @@ --- -title: "Use Connectors Instructions" -description: "Guidelines for ChatGPT to access internal data via connectors such as Google Drive, GitHub and Gmail." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Use Connectors Instructions" +"description": "Guidelines for ChatGPT to access internal data via connectors such as Google Drive, GitHub and Gmail." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-prompt.md index 272e6430..75b2ec3f 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-use-connectors-prompt.md @@ -1,9 +1,11 @@ --- -title: "Use Connectors Prompt Template" -description: "Template for requesting data retrieval from internal sources via connectors." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Use Connectors Prompt Template" +"description": "Template for requesting data retrieval from internal sources via connectors." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-web-search-instructions.md b/docs/ai/chatgpt/templates-v1/chatgpt-web-search-instructions.md index 648d78a1..b95a26cf 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-web-search-instructions.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-web-search-instructions.md @@ -1,9 +1,11 @@ --- -title: "Web Search Instructions" -description: "Guidelines for using ChatGPT to perform targeted web searches and return up‑to‑date information with citations." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Web Search Instructions" +"description": "Guidelines for using ChatGPT to perform targeted web searches and return up‑to‑date information with citations." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates-v1/chatgpt-web-search-prompt.md b/docs/ai/chatgpt/templates-v1/chatgpt-web-search-prompt.md index cba423e2..3bb24552 100644 --- a/docs/ai/chatgpt/templates-v1/chatgpt-web-search-prompt.md +++ b/docs/ai/chatgpt/templates-v1/chatgpt-web-search-prompt.md @@ -1,9 +1,11 @@ --- -title: "Web Search Prompt Template" -description: "Template for crafting a prompt to instruct ChatGPT to perform a web search." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Web Search Prompt Template" +"description": "Template for crafting a prompt to instruct ChatGPT to perform a web search." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-instructions.md index 62997780..0dd860bb 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-instructions.md @@ -1,9 +1,11 @@ --- -title: "Agent Mode Instructions" -description: "Guidelines for using ChatGPT as an autonomous agent to plan and execute multi‑step tasks across tools and connectors." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Agent Mode Instructions" +"description": "Guidelines for using ChatGPT as an autonomous agent to plan and execute multi‑step tasks across tools and connectors." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-prompt.md index a339c2ec..3b723f90 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-agent-mode-prompt.md @@ -1,9 +1,11 @@ --- -title: "Agent Mode Prompt Template" -description: "Template for requesting ChatGPT to act as an agent to plan and execute multi‑step tasks." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Agent Mode Prompt Template" +"description": "Template for requesting ChatGPT to act as an agent to plan and execute multi‑step tasks." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-instructions.md index c55eb368..b7b8941b 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-instructions.md @@ -1,9 +1,11 @@ --- -title: "Canvas Mode Instructions" -description: "Guidelines for using ChatGPT to create and preview interactive documents or components using the Canvas tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Canvas Mode Instructions" +"description": "Guidelines for using ChatGPT to create and preview interactive documents or components using the Canvas tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-prompt.md index 4a0a20d3..01e7176c 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-canvas-prompt.md @@ -1,9 +1,11 @@ --- -title: "Canvas Mode Prompt Template" -description: "Template for requesting interactive components or visual documents using the Canvas tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Canvas Mode Prompt Template" +"description": "Template for requesting interactive components or visual documents using the Canvas tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions-standard.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions-standard.md index d11865ce..fe36b65e 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions-standard.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions-standard.md @@ -1,9 +1,11 @@ --- -title: "Create Image Instructions" -description: "Guidelines for asking ChatGPT to generate images using the image generation tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Create Image Instructions" +"description": "Guidelines for asking ChatGPT to generate images using the image generation tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions.md index d11865ce..fe36b65e 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-instructions.md @@ -1,9 +1,11 @@ --- -title: "Create Image Instructions" -description: "Guidelines for asking ChatGPT to generate images using the image generation tool." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Create Image Instructions" +"description": "Guidelines for asking ChatGPT to generate images using the image generation tool." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-prompt.md index bdb6bf43..def602e6 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-create-image-prompt.md @@ -1,9 +1,11 @@ --- -title: "Create Image Prompt Template" -description: "Template for composing prompts that instruct ChatGPT to generate images." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Create Image Prompt Template" +"description": "Template for composing prompts that instruct ChatGPT to generate images." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-instructions.md index dd5da881..73559d9c 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-instructions.md @@ -1,9 +1,11 @@ --- -title: "Deep Research Instructions" -description: "Guidelines for using ChatGPT to conduct thorough research and produce comprehensive reports with citations." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Deep Research Instructions" +"description": "Guidelines for using ChatGPT to conduct thorough research and produce comprehensive reports with citations." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-prompt.md index 2390bd23..59bfebe8 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-deep-research-prompt.md @@ -1,9 +1,11 @@ --- -title: "Deep Research Prompt Template" -description: "Template for writing an effective prompt to initiate a deep research session with ChatGPT." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Deep Research Prompt Template" +"description": "Template for writing an effective prompt to initiate a deep research session with ChatGPT." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-instructions-template.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-instructions-template.md index 24dd705f..c8841822 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-instructions-template.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-instructions-template.md @@ -1,9 +1,11 @@ --- -title: "" -description: "" -last_updated: "" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "" +"description": "" +"last_updated": "2025-01-01" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-instructions.md index 4c5b6204..83c40def 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-instructions.md @@ -1,9 +1,11 @@ --- -title: "Study & Learn Instructions" -description: "Guidelines for using ChatGPT to help users learn new topics through explanations, examples and exercises." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Study & Learn Instructions" +"description": "Guidelines for using ChatGPT to help users learn new topics through explanations, examples and exercises." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-prompt.md index 1e1b60c5..2a212f3b 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-study-learn-prompt.md @@ -1,9 +1,11 @@ --- -title: "Study & Learn Prompt Template" -description: "Template for requesting structured learning support from ChatGPT." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Study & Learn Prompt Template" +"description": "Template for requesting structured learning support from ChatGPT." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-instructions.md index 9edce179..151914a7 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-instructions.md @@ -1,9 +1,11 @@ --- -title: "Use Connectors Instructions" -description: "Guidelines for ChatGPT to access internal data via connectors such as Google Drive, GitHub and Gmail." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Use Connectors Instructions" +"description": "Guidelines for ChatGPT to access internal data via connectors such as Google Drive, GitHub and Gmail." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-prompt.md index 272e6430..75b2ec3f 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-use-connectors-prompt.md @@ -1,9 +1,11 @@ --- -title: "Use Connectors Prompt Template" -description: "Template for requesting data retrieval from internal sources via connectors." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Use Connectors Prompt Template" +"description": "Template for requesting data retrieval from internal sources via connectors." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-instructions.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-instructions.md index 648d78a1..b95a26cf 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-instructions.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-instructions.md @@ -1,9 +1,11 @@ --- -title: "Web Search Instructions" -description: "Guidelines for using ChatGPT to perform targeted web searches and return up‑to‑date information with citations." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Web Search Instructions" +"description": "Guidelines for using ChatGPT to perform targeted web searches and return up‑to‑date information with citations." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-prompt.md b/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-prompt.md index cba423e2..3bb24552 100644 --- a/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-prompt.md +++ b/docs/ai/chatgpt/templates_v1-1/chatgpt-web-search-prompt.md @@ -1,9 +1,11 @@ --- -title: "Web Search Prompt Template" -description: "Template for crafting a prompt to instruct ChatGPT to perform a web search." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Web Search Prompt Template" +"description": "Template for crafting a prompt to instruct ChatGPT to perform a web search." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/claude/support/technical-troubleshooting.md b/docs/ai/claude/support/technical-troubleshooting.md index 225841d2..3a7137b6 100644 --- a/docs/ai/claude/support/technical-troubleshooting.md +++ b/docs/ai/claude/support/technical-troubleshooting.md @@ -1,11 +1,12 @@ --- -title: Technical Troubleshooting Guide Generator -model: claude -use_case: support -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Technical Troubleshooting Guide Generator" +"model": "claude" +"use_case": "support" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/claude/templates/CLAUDE.md b/docs/ai/claude/templates/CLAUDE.md index 2bb0a369..ae888570 100644 --- a/docs/ai/claude/templates/CLAUDE.md +++ b/docs/ai/claude/templates/CLAUDE.md @@ -1,12 +1,19 @@ --- -title: "CLAUDE.md Template" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Root-level guidance for Claude Code/agents." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "CLAUDE.md Template" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Root-level guidance for Claude Code/agents." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "CLAUDE.md Template" --- # Role (required) diff --git a/docs/ai/copilot-spaces/project-management/sprint-planning.md b/docs/ai/copilot-spaces/project-management/sprint-planning.md index 9cf542b8..ccc28ef9 100644 --- a/docs/ai/copilot-spaces/project-management/sprint-planning.md +++ b/docs/ai/copilot-spaces/project-management/sprint-planning.md @@ -1,11 +1,12 @@ --- -title: Agile Sprint Planning Session -model: copilot-spaces -use_case: general -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Agile Sprint Planning Session" +"model": "copilot-spaces" +"use_case": "general" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/copilot-spaces/templates/copilot-space-template.md b/docs/ai/copilot-spaces/templates/copilot-space-template.md index d6fb8f15..ebe006bb 100644 --- a/docs/ai/copilot-spaces/templates/copilot-space-template.md +++ b/docs/ai/copilot-spaces/templates/copilot-space-template.md @@ -1,9 +1,11 @@ --- -title: "Copilot Space Template" -description: "Fill in the following sections to create a new Copilot Space with title, description and instructions." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Copilot Space Template" +"description": "Fill in the following sections to create a new Copilot Space with title, description and instructions." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Title (5–8 words) diff --git a/docs/ai/copilot/development/code-review-prompt.md b/docs/ai/copilot/development/code-review-prompt.md index d828c08a..9bd71aeb 100644 --- a/docs/ai/copilot/development/code-review-prompt.md +++ b/docs/ai/copilot/development/code-review-prompt.md @@ -1,11 +1,12 @@ --- -title: Comprehensive Code Review Prompt -model: copilot -use_case: development -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Comprehensive Code Review Prompt" +"model": "copilot" +"use_case": "development" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/copilot/templates_v1-1/agent-template-spec.md b/docs/ai/copilot/templates_v1-1/agent-template-spec.md index d5a88288..144d5c44 100644 --- a/docs/ai/copilot/templates_v1-1/agent-template-spec.md +++ b/docs/ai/copilot/templates_v1-1/agent-template-spec.md @@ -1,9 +1,11 @@ --- -title: "Generic Agent Specification Template" -description: "A template for defining a custom Copilot agent’s capabilities, inputs, outputs and safety measures." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Generic Agent Specification Template" +"description": "A template for defining a custom Copilot agent’s capabilities, inputs, outputs and safety measures." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role diff --git a/docs/ai/copilot/templates_v1-1/agents/AGENTS.md b/docs/ai/copilot/templates_v1-1/agents/AGENTS.md index 99d9835c..22730ba9 100644 --- a/docs/ai/copilot/templates_v1-1/agents/AGENTS.md +++ b/docs/ai/copilot/templates_v1-1/agents/AGENTS.md @@ -1,12 +1,19 @@ --- -title: "AGENTS" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Root-level system prompt for any AI coding agent in this repo." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "AGENTS" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Root-level system prompt for any AI coding agent in this repo." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "AGENTS" --- # Project overview diff --git a/docs/ai/copilot/templates_v1-1/agents/agent.md b/docs/ai/copilot/templates_v1-1/agents/agent.md index 41c35db9..5ddd126c 100644 --- a/docs/ai/copilot/templates_v1-1/agents/agent.md +++ b/docs/ai/copilot/templates_v1-1/agents/agent.md @@ -1,12 +1,19 @@ --- -title: "Main Agent Index" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Directory index referencing all agents and instructions." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "Main Agent Index" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Directory index referencing all agents and instructions." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "Main Agent Index" --- # Purpose diff --git a/docs/ai/copilot/templates_v1-1/agents/agents-template.md b/docs/ai/copilot/templates_v1-1/agents/agents-template.md index 930f923b..a4427f7a 100644 --- a/docs/ai/copilot/templates_v1-1/agents/agents-template.md +++ b/docs/ai/copilot/templates_v1-1/agents/agents-template.md @@ -1,12 +1,19 @@ --- -title: "Agents Template (master)" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Master list and guidance for agents in this repo." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "Agents Template (master)" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Master list and guidance for agents in this repo." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "Agents Template (master)" --- # Role (required) diff --git a/docs/ai/copilot/templates_v1-1/agents/template.agent.md b/docs/ai/copilot/templates_v1-1/agents/template.agent.md index 70549a4b..e558db7a 100644 --- a/docs/ai/copilot/templates_v1-1/agents/template.agent.md +++ b/docs/ai/copilot/templates_v1-1/agents/template.agent.md @@ -1,12 +1,19 @@ --- -title: "Template: Agent Spec (.md)" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Spec for an agent in Markdown." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "Template: Agent Spec (.md)" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Spec for an agent in Markdown." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "Template: Agent Spec (.md)" --- # Role (required) diff --git a/docs/ai/copilot/templates_v1-1/copilot-instructions-template.md b/docs/ai/copilot/templates_v1-1/copilot-instructions-template.md index 02955dce..56a14431 100644 --- a/docs/ai/copilot/templates_v1-1/copilot-instructions-template.md +++ b/docs/ai/copilot/templates_v1-1/copilot-instructions-template.md @@ -1,9 +1,12 @@ --- -applyTo: ['*'] -description: "" -last_updated: "" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "*" +"description": "" +"last_updated": "" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Mission diff --git a/docs/ai/copilot/templates_v1/agent-template-spec.md b/docs/ai/copilot/templates_v1/agent-template-spec.md index d5a88288..144d5c44 100644 --- a/docs/ai/copilot/templates_v1/agent-template-spec.md +++ b/docs/ai/copilot/templates_v1/agent-template-spec.md @@ -1,9 +1,11 @@ --- -title: "Generic Agent Specification Template" -description: "A template for defining a custom Copilot agent’s capabilities, inputs, outputs and safety measures." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Generic Agent Specification Template" +"description": "A template for defining a custom Copilot agent’s capabilities, inputs, outputs and safety measures." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Role diff --git a/docs/ai/copilot/templates_v1/copilot-instructions-template.md b/docs/ai/copilot/templates_v1/copilot-instructions-template.md index 02955dce..56a14431 100644 --- a/docs/ai/copilot/templates_v1/copilot-instructions-template.md +++ b/docs/ai/copilot/templates_v1/copilot-instructions-template.md @@ -1,9 +1,12 @@ --- -applyTo: ['*'] -description: "" -last_updated: "" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"applyTo": + - "*" +"description": "" +"last_updated": "" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Mission diff --git a/docs/ai/copilot/templates_v1/copilot-space-template.md b/docs/ai/copilot/templates_v1/copilot-space-template.md index d6fb8f15..ebe006bb 100644 --- a/docs/ai/copilot/templates_v1/copilot-space-template.md +++ b/docs/ai/copilot/templates_v1/copilot-space-template.md @@ -1,9 +1,11 @@ --- -title: "Copilot Space Template" -description: "Fill in the following sections to create a new Copilot Space with title, description and instructions." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Copilot Space Template" +"description": "Fill in the following sections to create a new Copilot Space with title, description and instructions." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Title (5–8 words) diff --git a/docs/ai/copilot/templates_v1/github-new-repo-prompt.md b/docs/ai/copilot/templates_v1/github-new-repo-prompt.md index 2123e289..31ec9f4d 100644 --- a/docs/ai/copilot/templates_v1/github-new-repo-prompt.md +++ b/docs/ai/copilot/templates_v1/github-new-repo-prompt.md @@ -1,9 +1,11 @@ --- -title: "GitHub New Repository Prompt Template" -description: "Template and guidance for creating a new GitHub repository using Copilot." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "GitHub New Repository Prompt Template" +"description": "Template and guidance for creating a new GitHub repository using Copilot." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Overview diff --git a/docs/ai/figma-make/automation/design-handoff-workflow.md b/docs/ai/figma-make/automation/design-handoff-workflow.md index deff7fa0..9dad35ae 100644 --- a/docs/ai/figma-make/automation/design-handoff-workflow.md +++ b/docs/ai/figma-make/automation/design-handoff-workflow.md @@ -1,11 +1,12 @@ --- -title: Automated Design Handoff Workflow -model: figma-make -use_case: general -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Automated Design Handoff Workflow" +"model": "figma-make" +"use_case": "general" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/figma-make/figma-make-guide.md b/docs/ai/figma-make/figma-make-guide.md index cf324b2f..5c76aeaf 100644 --- a/docs/ai/figma-make/figma-make-guide.md +++ b/docs/ai/figma-make/figma-make-guide.md @@ -1,12 +1,19 @@ --- -title: "Figma Make — Guide" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "How to use Figma Make AI and handoff to WordPress." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -type: "figma-make" +"title": "Figma Make — Guide" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "How to use Figma Make AI and handoff to WordPress." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"type": "figma-make" +"file_type": "documentation" --- # Overview diff --git a/docs/ai/figma-make/templates_v1/figma-make-guidelines-template.md b/docs/ai/figma-make/templates_v1/figma-make-guidelines-template.md index cefed039..d7b3d36f 100644 --- a/docs/ai/figma-make/templates_v1/figma-make-guidelines-template.md +++ b/docs/ai/figma-make/templates_v1/figma-make-guidelines-template.md @@ -1,9 +1,11 @@ --- -title: "Figma Make Guidelines Template" -description: "A structured template for creating a comprehensive guidelines.md for LightSpeed web projects using Figma Make." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Figma Make Guidelines Template" +"description": "A structured template for creating a comprehensive guidelines.md for LightSpeed web projects using Figma Make." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose & Outcomes diff --git a/docs/ai/figma-make/templates_v1/figma-make-website-prompt.md b/docs/ai/figma-make/templates_v1/figma-make-website-prompt.md index 18358bf0..34c8e93c 100644 --- a/docs/ai/figma-make/templates_v1/figma-make-website-prompt.md +++ b/docs/ai/figma-make/templates_v1/figma-make-website-prompt.md @@ -1,9 +1,11 @@ --- -title: "Figma Make Website Prompt" -description: "Prompt for initiating a new Figma Make website build using AI assistance." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Figma Make Website Prompt" +"description": "Prompt for initiating a new Figma Make website build using AI assistance." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/figma-make/templatesv1-1/figma-make-guidelines-template.md b/docs/ai/figma-make/templatesv1-1/figma-make-guidelines-template.md index cefed039..d7b3d36f 100644 --- a/docs/ai/figma-make/templatesv1-1/figma-make-guidelines-template.md +++ b/docs/ai/figma-make/templatesv1-1/figma-make-guidelines-template.md @@ -1,9 +1,11 @@ --- -title: "Figma Make Guidelines Template" -description: "A structured template for creating a comprehensive guidelines.md for LightSpeed web projects using Figma Make." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Figma Make Guidelines Template" +"description": "A structured template for creating a comprehensive guidelines.md for LightSpeed web projects using Figma Make." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose & Outcomes diff --git a/docs/ai/figma-make/templatesv1-1/figma-make-standard-guidelines-template.md b/docs/ai/figma-make/templatesv1-1/figma-make-standard-guidelines-template.md index 79d8e653..ca6e874a 100644 --- a/docs/ai/figma-make/templatesv1-1/figma-make-standard-guidelines-template.md +++ b/docs/ai/figma-make/templatesv1-1/figma-make-standard-guidelines-template.md @@ -1,12 +1,19 @@ --- -title: "Figma Make — Standard Guidelines Template" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Use for consistent Figma Make requests." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -type: "figma-make" +"title": "Figma Make — Standard Guidelines Template" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Use for consistent Figma Make requests." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"type": "figma-make" +"file_type": "documentation" --- # Role (required) diff --git a/docs/ai/figma-make/templatesv1-1/figma-make-website-prompt.md b/docs/ai/figma-make/templatesv1-1/figma-make-website-prompt.md index 18358bf0..34c8e93c 100644 --- a/docs/ai/figma-make/templatesv1-1/figma-make-website-prompt.md +++ b/docs/ai/figma-make/templatesv1-1/figma-make-website-prompt.md @@ -1,9 +1,11 @@ --- -title: "Figma Make Website Prompt" -description: "Prompt for initiating a new Figma Make website build using AI assistance." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "Figma Make Website Prompt" +"description": "Prompt for initiating a new Figma Make website build using AI assistance." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Purpose diff --git a/docs/ai/gemini/GEMINI.md b/docs/ai/gemini/GEMINI.md index 4c023e4c..81745bd1 100644 --- a/docs/ai/gemini/GEMINI.md +++ b/docs/ai/gemini/GEMINI.md @@ -1,12 +1,19 @@ --- -title: "GEMINI.md Template" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Root-level guidance for Gemini agents." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "GEMINI.md Template" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Root-level guidance for Gemini agents." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "GEMINI.md Template" --- # Role (required) diff --git a/docs/ai/gemini/research/market-analysis.md b/docs/ai/gemini/research/market-analysis.md index 77f4e270..8ca4c2ac 100644 --- a/docs/ai/gemini/research/market-analysis.md +++ b/docs/ai/gemini/research/market-analysis.md @@ -1,11 +1,12 @@ --- -title: Market Research Analysis Template -model: gemini -use_case: research -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Market Research Analysis Template" +"model": "gemini" +"use_case": "research" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/gemini/templates/GEMINI.md b/docs/ai/gemini/templates/GEMINI.md index 4c023e4c..81745bd1 100644 --- a/docs/ai/gemini/templates/GEMINI.md +++ b/docs/ai/gemini/templates/GEMINI.md @@ -1,12 +1,19 @@ --- -title: "GEMINI.md Template" -version: "v1.0" -last_updated: "2025-10-17" -author: "LightSpeed" -maintainer: "Ash Shaw" -description: "Root-level guidance for Gemini agents." -tags: ["lightspeed","templates","copilot","agents","prompts","models"] -file_type: "agent" +"title": "GEMINI.md Template" +"version": "v1.0" +"last_updated": "2025-10-17" +"author": "LightSpeed" +"maintainer": "Ash Shaw" +"description": "Root-level guidance for Gemini agents." +"tags": + - "lightspeed" + - "templates" + - "copilot" + - "agents" + - "prompts" + - "models" +"file_type": "agent" +"name": "GEMINI.md Template" --- # Role (required) diff --git a/docs/ai/github-new-repo/scaffolding/full-stack-web-app.md b/docs/ai/github-new-repo/scaffolding/full-stack-web-app.md index d97018b3..b746e357 100644 --- a/docs/ai/github-new-repo/scaffolding/full-stack-web-app.md +++ b/docs/ai/github-new-repo/scaffolding/full-stack-web-app.md @@ -1,11 +1,12 @@ --- -title: Full-Stack Web Application Repository Setup -model: copilot -use_case: development -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "Full-Stack Web Application Repository Setup" +"model": "copilot" +"use_case": "development" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- ## Goal diff --git a/docs/ai/github-new-repo/scaffolding/github-new-repo-prompt.md b/docs/ai/github-new-repo/scaffolding/github-new-repo-prompt.md index 2123e289..31ec9f4d 100644 --- a/docs/ai/github-new-repo/scaffolding/github-new-repo-prompt.md +++ b/docs/ai/github-new-repo/scaffolding/github-new-repo-prompt.md @@ -1,9 +1,11 @@ --- -title: "GitHub New Repository Prompt Template" -description: "Template and guidance for creating a new GitHub repository using Copilot." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "GitHub New Repository Prompt Template" +"description": "Template and guidance for creating a new GitHub repository using Copilot." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Overview diff --git a/docs/ai/models/guides/ai-model-comparison.md b/docs/ai/models/guides/ai-model-comparison.md index d18b5735..7206b6f2 100644 --- a/docs/ai/models/guides/ai-model-comparison.md +++ b/docs/ai/models/guides/ai-model-comparison.md @@ -1,11 +1,12 @@ --- -title: AI Model Comparison Guide -model: general -use_case: research -status: ready -version: 1.0.0 -author: LightSpeed WP Team -last_updated: 2024-10-17 +"title": "AI Model Comparison Guide" +"model": "general" +"use_case": "research" +"status": "ready" +"version": "1.0.0" +"author": "LightSpeed WP Team" +"last_updated": "2024-10-17" +"file_type": "documentation" --- # AI Model Comparison Guide diff --git a/docs/ai/models/guides/models-explainer.md b/docs/ai/models/guides/models-explainer.md index 39163ef3..d04a44bf 100644 --- a/docs/ai/models/guides/models-explainer.md +++ b/docs/ai/models/guides/models-explainer.md @@ -1,9 +1,11 @@ --- -title: "ChatGPT & GitHub Models Overview" -description: "Explanation of the different ChatGPT 5 models and guidance on when to use each, along with an overview of GitHub models for Copilot." -last_updated: "2025-10-17" -version: "v1.0" -owners: ["LightSpeed Engineering"] +"title": "ChatGPT & GitHub Models Overview" +"description": "Explanation of the different ChatGPT 5 models and guidance on when to use each, along with an overview of GitHub models for Copilot." +"last_updated": "2025-10-17" +"version": "v1.0" +"owners": + - "LightSpeed Engineering" +"file_type": "documentation" --- # Introduction diff --git a/docs/assets/README.md b/docs/assets/README.md index 28e86c2c..75df9d8c 100644 --- a/docs/assets/README.md +++ b/docs/assets/README.md @@ -1,10 +1,15 @@ --- -title: 'Documentation Assets' -description: 'Images, diagrams, and visual resources for LightSpeed documentation' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['assets', 'images', 'diagrams', 'documentation'] +"title": "Documentation Assets" +"description": "Images, diagrams, and visual resources for LightSpeed documentation" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "assets" + - "images" + - "diagrams" + - "documentation" +"file_type": "documentation" --- # Documentation Assets diff --git a/docs/bugherd/README.md b/docs/bugherd/README.md index 031f58d8..62fb2ede 100644 --- a/docs/bugherd/README.md +++ b/docs/bugherd/README.md @@ -1,10 +1,15 @@ --- -title: 'BugHerd Documentation' -description: 'BugHerd tagging, categorization, and workflow guides for LightSpeed projects' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['bugherd', 'tagging', 'workflow', 'bug-tracking'] +"title": "BugHerd Documentation" +"description": "BugHerd tagging, categorization, and workflow guides for LightSpeed projects" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "bugherd" + - "tagging" + - "workflow" + - "bug-tracking" +"file_type": "documentation" --- # BugHerd Documentation diff --git a/docs/config/npm-scripts.md b/docs/config/npm-scripts.md index 2ed13a40..bc38fbe5 100644 --- a/docs/config/npm-scripts.md +++ b/docs/config/npm-scripts.md @@ -1,8 +1,15 @@ --- -title: "NPM Scripts Configuration" -description: "Standardised build, lint, test, format, release and WordPress environment automation via package.json scripts" -last_updated: "2025-10-24" -tags: ["npm", "scripts", "automation", "linting", "testing", "wordpress"] +"title": "NPM Scripts Configuration" +"description": "Standardised build, lint, test, format, release and WordPress environment automation via package.json scripts" +"last_updated": "2025-10-24" +"tags": + - "npm" + - "scripts" + - "automation" + - "linting" + - "testing" + - "wordpress" +"file_type": "documentation" --- ## Purpose diff --git a/docs/config/tools.instructions.md b/docs/config/tools.instructions.md index 2f820ecf..b6d3d475 100644 --- a/docs/config/tools.instructions.md +++ b/docs/config/tools.instructions.md @@ -1,10 +1,15 @@ --- -title: "Tool Configuration Documentation Template" -description: "Standard format for documenting configuration files under docs/config" -last_updated: "2025-11-14" -version: "1.0" -maintainers: ["LightSpeed Team"] -tags: ["documentation", "configuration", "standards"] +"title": "Tool Configuration Documentation Template" +"description": "Standard format for documenting configuration files under docs/config" +"last_updated": "2025-11-14" +"version": "1.0" +"maintainers": + - "LightSpeed Team" +"tags": + - "documentation" + - "configuration" + - "standards" +"file_type": "documentation" --- # Tool Configuration Documentation Template diff --git a/docs/frontmatter/README.md b/docs/frontmatter/README.md index eda593a9..373d5e7b 100644 --- a/docs/frontmatter/README.md +++ b/docs/frontmatter/README.md @@ -1,10 +1,15 @@ --- -title: 'YAML Frontmatter Documentation' -description: 'YAML frontmatter schemas and guidelines for LightSpeed documentation files' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['frontmatter', 'yaml', 'metadata', 'documentation'] +"title": "YAML Frontmatter Documentation" +"description": "YAML frontmatter schemas and guidelines for LightSpeed documentation files" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "frontmatter" + - "yaml" + - "metadata" + - "documentation" +"file_type": "documentation" --- # YAML Frontmatter Documentation diff --git a/docs/git-workflow/README.md b/docs/git-workflow/README.md index 3de3247e..0e7764b5 100644 --- a/docs/git-workflow/README.md +++ b/docs/git-workflow/README.md @@ -1,10 +1,16 @@ --- -title: 'Git Workflow Documentation' -description: 'Git workflow guides, branching strategies, and version control best practices for LightSpeed' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['git', 'workflow', 'branching', 'version-control', 'agile'] +"title": "Git Workflow Documentation" +"description": "Git workflow guides, branching strategies, and version control best practices for LightSpeed" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "git" + - "workflow" + - "branching" + - "version-control" + - "agile" +"file_type": "documentation" --- # Git Workflow Documentation diff --git a/docs/label-automation/README.md b/docs/label-automation/README.md index a5396bb8..e8ec5fff 100644 --- a/docs/label-automation/README.md +++ b/docs/label-automation/README.md @@ -1,10 +1,16 @@ --- -title: 'Label Automation Documentation' -description: 'Automated labeling strategies, workflows, and project synchronization for LightSpeed GitHub repositories' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['labels', 'automation', 'github', 'workflows', 'project-sync'] +"title": "Label Automation Documentation" +"description": "Automated labeling strategies, workflows, and project synchronization for LightSpeed GitHub repositories" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "labels" + - "automation" + - "github" + - "workflows" + - "project-sync" +"file_type": "documentation" --- # Label Automation Documentation diff --git a/docs/labels.md b/docs/labels.md index f1893946..f6fa517b 100644 --- a/docs/labels.md +++ b/docs/labels.md @@ -1,15 +1,21 @@ --- -title: 'GitHub Labels Guide' -description: 'Comprehensive guide to LightSpeed label semantics, usage examples, and automation workflows' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['labels', 'github', 'automation', 'workflow', 'triage'] -related_docs: - - '/.github/automation/labels.yml' - - '/.github/automation/ISSUE_LABELS.md' - - '/.github/automation/PR_LABELS.md' - - '/docs/label-automation/README.md' +"title": "GitHub Labels Guide" +"description": "Comprehensive guide to LightSpeed label semantics, usage examples, and automation workflows" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "labels" + - "github" + - "automation" + - "workflow" + - "triage" +"related_docs": + - "/.github/automation/labels.yml" + - "/.github/automation/ISSUE_LABELS.md" + - "/.github/automation/PR_LABELS.md" + - "/docs/label-automation/README.md" +"file_type": "documentation" --- # GitHub Labels Guide diff --git a/docs/ls-projects/README.md b/docs/ls-projects/README.md index 3da6c466..ac11ad96 100644 --- a/docs/ls-projects/README.md +++ b/docs/ls-projects/README.md @@ -1,10 +1,16 @@ --- -title: 'LightSpeed Projects Documentation' -description: 'GitHub Projects templates, automation, and field specifications for LightSpeed workflows' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['github-projects', 'automation', 'templates', 'workflows', 'project-management'] +"title": "LightSpeed Projects Documentation" +"description": "GitHub Projects templates, automation, and field specifications for LightSpeed workflows" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "github-projects" + - "automation" + - "templates" + - "workflows" + - "project-management" +"file_type": "documentation" --- # LightSpeed Projects Documentation diff --git a/docs/wordpress/README.md b/docs/wordpress/README.md index 69f32e89..e68bff5d 100644 --- a/docs/wordpress/README.md +++ b/docs/wordpress/README.md @@ -1,10 +1,16 @@ --- -title: 'WordPress Development Documentation' -description: 'Comprehensive WordPress development resources for block themes, Gutenberg, coding standards, and testing' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['wordpress', 'block-themes', 'gutenberg', 'coding-standards', 'testing'] +"title": "WordPress Development Documentation" +"description": "Comprehensive WordPress development resources for block themes, Gutenberg, coding standards, and testing" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "wordpress" + - "block-themes" + - "gutenberg" + - "coding-standards" + - "testing" +"file_type": "documentation" --- # WordPress Development Documentation diff --git a/docs/wp-guides/README.md b/docs/wp-guides/README.md index 0cd3be34..af75039c 100644 --- a/docs/wp-guides/README.md +++ b/docs/wp-guides/README.md @@ -1,10 +1,16 @@ --- -title: 'WordPress Development Guides' -description: 'Quick reference guides and checklists for WordPress development at LightSpeed' -version: '1.0' -last_updated: '2025-11-12' -maintainer: 'LightSpeed Team' -tags: ['wordpress', 'guides', 'checklists', 'coding-standards', 'security'] +"title": "WordPress Development Guides" +"description": "Quick reference guides and checklists for WordPress development at LightSpeed" +"version": "1.0" +"last_updated": "2025-11-12" +"maintainer": "LightSpeed Team" +"tags": + - "wordpress" + - "guides" + - "checklists" + - "coding-standards" + - "security" +"file_type": "documentation" --- # WordPress Development Guides diff --git a/schemas/frontmatter/fix-all.js b/schemas/frontmatter/fix-all.js new file mode 100644 index 00000000..65ab9eca --- /dev/null +++ b/schemas/frontmatter/fix-all.js @@ -0,0 +1,51 @@ +#!/usr/bin/env node +/** + * Fix all frontmatter files in the repository + */ + +const { findMarkdownFiles } = require('./validate.js'); +const { fixFrontmatter } = require('./fix-frontmatter.js'); + +const files = findMarkdownFiles(); +const results = { + fixed: [], + skipped: [], + errors: [] +}; + +console.log(`Found ${files.length} markdown files to process\n`); + +files.forEach(file => { + const result = fixFrontmatter(file); + + if (result.fixed) { + results.fixed.push({ file, result }); + console.log(`✓ Fixed: ${file}`); + } else if (result.reason === 'error' || result.reason === 'yaml-parse-error') { + results.errors.push({ file, result }); + console.log(`✗ Error: ${file} - ${result.error}`); + } else { + results.skipped.push({ file, result }); + // console.log(`○ Skipped: ${file} - ${result.reason}`); + } +}); + +console.log(`\n═══════════════════════════════════════`); +console.log(`Summary\n`); +console.log(`Fixed: ${results.fixed.length}`); +console.log(`Skipped: ${results.skipped.length}`); +console.log(`Errors: ${results.errors.length}`); +console.log(`═══════════════════════════════════════\n`); + +if (results.errors.length > 0) { + console.log(`\nErrors:\n`); + results.errors.forEach(({ file, result }) => { + console.log(` ${file}`); + console.log(` Reason: ${result.reason}`); + if (result.error) { + console.log(` Error: ${result.error}`); + } + }); +} + +process.exit(results.errors.length > 0 ? 1 : 0); diff --git a/schemas/frontmatter/fix-frontmatter.js b/schemas/frontmatter/fix-frontmatter.js new file mode 100644 index 00000000..4f4767a5 --- /dev/null +++ b/schemas/frontmatter/fix-frontmatter.js @@ -0,0 +1,172 @@ +#!/usr/bin/env node +/** + * Fix common frontmatter issues: + * 1. Convert markdown-style references to schema-compliant format + * 2. Add missing file_type fields based on directory/filename + */ + +const fs = require('fs'); +const path = require('path'); +const yaml = require('yaml'); + +function extractFrontmatter(filePath) { + const content = fs.readFileSync(filePath, 'utf8'); + const frontmatterRegex = /^---\s*\n([\s\S]*?)\n---/; + const match = content.match(frontmatterRegex); + + if (!match) { + return null; + } + + return { + raw: match[0], + yaml: match[1], + content: content.substring(match[0].length) + }; +} + +function inferFileType(filePath) { + const relativePath = path.relative(process.cwd(), filePath); + + if (relativePath === 'AGENTS.md') return 'agents-index'; + if (relativePath === 'CLAUDE.md') return 'claude-instructions'; + if (relativePath === 'GEMINI.md') return 'gemini-instructions'; + if (relativePath.match(/\.github\/agents\/.*\.agent\.md$/)) return 'agent'; + if (relativePath.match(/\.github\/agents\/agent\.md$/)) return 'agent-index'; + if (relativePath.match(/\.github\/chatmodes\/.*\.chatmode\.md$/)) return 'chatmode'; + if (relativePath.match(/\.github\/chatmodes\/chatmodes\.md$/)) return 'chatmode-index'; + if (relativePath.match(/\.github\/prompts\/.*\.prompt\.md$/)) return 'prompt'; + if (relativePath.match(/\.github\/prompts\/prompts\.md$/)) return 'prompt-index'; + if (relativePath.match(/\.github\/instructions\/.*\.instructions\.md$/)) return 'instructions'; + if (relativePath.match(/\.github\/custom-instructions\.md$/)) return 'custom-instructions'; + if (relativePath.match(/\.github\/ISSUE_TEMPLATE\//)) return 'issue-template'; + if (relativePath.match(/\.github\/PULL_REQUEST_TEMPLATE\//)) return 'pr-template'; + if (relativePath.match(/\.github\/SAVED_REPLIES\//)) return 'saved-reply'; + if (relativePath.match(/docs\//)) return 'documentation'; + + return null; +} + +function fixReferences(yamlContent) { + // Fix markdown-style references to schema-compliant format + const lines = yamlContent.split('\n'); + const result = []; + let inReferences = false; + let referencesIndent = ''; + + for (let i = 0; i < lines.length; i++) { + const line = lines[i]; + + // Check if we're starting references section + if (line.match(/^(\s*)references:\s*$/)) { + inReferences = true; + referencesIndent = RegExp.$1; + result.push(line); + continue; + } + + // Check if we've left references section + if (inReferences && line.match(/^(\S)/)) { + inReferences = false; + } + + // Fix markdown-style reference + if (inReferences && line.match(/^\s*-\s*\[([^\]]+)\]\(([^)]+)\)\s*$/)) { + const description = RegExp.$1; + const url = RegExp.$2; + + // Extract path from URL if it's a GitHub URL + let pathMatch = url.match(/github\.com\/[^\/]+\/[^\/]+\/blob\/[^\/]+\/(.+)$/); + const filePath = pathMatch ? pathMatch[1] : url; + + result.push(`${referencesIndent} - path: "${filePath}"`); + result.push(`${referencesIndent} description: "${description}"`); + continue; + } + + result.push(line); + } + + return result.join('\n'); +} + +function fixFrontmatter(filePath) { + try { + const fm = extractFrontmatter(filePath); + if (!fm) { + return { fixed: false, reason: 'no-frontmatter' }; + } + + // Try to parse original YAML + let data; + let needsFix = false; + + try { + data = yaml.parse(fm.yaml); + } catch (e) { + // If parsing fails, try fixing references first + const fixedYaml = fixReferences(fm.yaml); + try { + data = yaml.parse(fixedYaml); + needsFix = true; + } catch (e2) { + return { fixed: false, reason: 'yaml-parse-error', error: e2.message }; + } + } + + // Check if file_type is missing + if (!data.file_type) { + const inferredType = inferFileType(filePath); + if (inferredType) { + data.file_type = inferredType; + needsFix = true; + } else { + return { fixed: false, reason: 'cannot-infer-file-type' }; + } + } + + // Check if file_type is not a string + if (typeof data.file_type !== 'string') { + return { fixed: false, reason: 'file-type-not-string', fileType: typeof data.file_type }; + } + + // If agent file, check for 'name' field (required by schema) + if (data.file_type === 'agent' && !data.name && data.title) { + data.name = data.title; + needsFix = true; + } + + if (needsFix) { + // Reconstruct the file + const newYaml = yaml.stringify(data, { + lineWidth: 0, + defaultStringType: 'QUOTE_DOUBLE' + }); + const newContent = `---\n${newYaml}---${fm.content}`; + fs.writeFileSync(filePath, newContent, 'utf8'); + return { fixed: true, changes: Object.keys({file_type: !data.file_type}) }; + } + + return { fixed: false, reason: 'no-changes-needed' }; + + } catch (error) { + return { fixed: false, reason: 'error', error: error.message }; + } +} + +// Main +if (require.main === module) { + const args = process.argv.slice(2); + const file = args[0]; + + if (file) { + const result = fixFrontmatter(path.resolve(file)); + console.log(JSON.stringify(result, null, 2)); + process.exit(result.fixed ? 0 : 1); + } else { + console.error('Usage: node fix-frontmatter.js '); + process.exit(1); + } +} + +module.exports = { fixFrontmatter, inferFileType, fixReferences };