From 0945a9c33974b4857baf48763c117a97e3edac6f Mon Sep 17 00:00:00 2001 From: Instructions Janitor Date: Fri, 24 Oct 2025 09:04:40 +0000 Subject: [PATCH] Document description and applyTo frontmatter fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add documentation for silently ignored frontmatter fields added in v0.24.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../instructions/github-agentic-workflows.instructions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/instructions/github-agentic-workflows.instructions.md b/.github/instructions/github-agentic-workflows.instructions.md index 001e02741c..3d78fb5a2e 100644 --- a/.github/instructions/github-agentic-workflows.instructions.md +++ b/.github/instructions/github-agentic-workflows.instructions.md @@ -55,6 +55,13 @@ The YAML frontmatter supports these fields: - **`steps:`** - Custom workflow steps (object) - **`post-steps:`** - Custom workflow steps to run after AI execution (object) +### Documentation Fields (Silently Ignored) + +- **`description:`** - Workflow description (string, for documentation only) +- **`applyTo:`** - File pattern scope (string, for documentation only) + +These fields are ignored during compilation and do not affect workflow behavior. Use them to document workflow purpose and scope. + ### Agentic Workflow Specific Fields - **`engine:`** - AI processor configuration