Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 31, 2025

Documentation examples contained empty frontmatter blocks (---\n---) that serve no purpose and clutter the examples.

Changes

  • Removed 7 instances of empty frontmatter from README.md examples
  • Preserved the non-empty frontmatter example demonstrating actual usage (env: development, language: go)

Example

Before:

cat > .coding-agent-context/prompts/my-task.md << 'EOF'
---
---
# Task: {{ .taskName }}

Please help me with this task.
EOF

After:

cat > .coding-agent-context/prompts/my-task.md << 'EOF'
# Task: {{ .taskName }}

Please help me with this task.
EOF
Original prompt

In the docs, remove frontmatter where it is empty.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove empty frontmatter from documentation Remove empty frontmatter from documentation examples Oct 31, 2025
Copilot AI requested a review from alexec October 31, 2025 04:58
@alexec alexec marked this pull request as ready for review October 31, 2025 04:59
@alexec alexec merged commit d3bfe1d into main Oct 31, 2025
2 checks passed
@alexec alexec deleted the copilot/remove-empty-frontmatter branch October 31, 2025 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants