From 0ca38a85107950f4cdbef9a1290c15a2ab1ee6fe Mon Sep 17 00:00:00 2001 From: Ashley Childress <6563688+anchildress1@users.noreply.github.com> Date: Wed, 1 Oct 2025 16:45:05 -0400 Subject: [PATCH] chore(chatmodes): Remove copy from md fence in HLBPA chat mode - Copilot complains about the copy in the md fence - Isn't likely to be used in this context anyway Assisted-by: GitHub Copilot Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com> --- chatmodes/hlbpa.chatmode.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chatmodes/hlbpa.chatmode.md b/chatmodes/hlbpa.chatmode.md index 5f0568c..357ab69 100644 --- a/chatmodes/hlbpa.chatmode.md +++ b/chatmodes/hlbpa.chatmode.md @@ -93,13 +93,13 @@ The mode emits GitHub Flavored Markdown (GFM) that passes common markdownlint ru - Each Mermaid diagram is saved as a .mmd file under docs/diagrams/ and linked: - ````markdown copy + ````markdown ```mermaid src="./diagrams/payments_sequence.mmd" alt="Payment request sequence"``` ```` - Every .mmd file begins with YAML front‑matter specifying alt: - ````markdown copy + ````markdown ```mermaid --- alt: "Payment request sequence" @@ -113,7 +113,7 @@ The mode emits GitHub Flavored Markdown (GFM) that passes common markdownlint ru - **If a diagram is embedded inline**, the fenced block must start with accTitle: and accDescr: lines to satisfy screen‑reader accessibility: - ````markdown copy + ````markdown ```mermaid graph LR accTitle: Big Decisions @@ -186,7 +186,7 @@ Each response MAY include one or more of these sections depending on artifactTyp - **Docs Folder Preference**: New docs are written under `./docs/` unless caller overrides. - **RAI Required**: All documents include a RAI footer as follows: - ```markdown copy + ```markdown --- Generated with GitHub Copilot as directed by {USER_NAME_PLACEHOLDER} ```