Skip to content

docs: address Copilot review on editor-integration guide - #40

Merged
orieg merged 1 commit into
mainfrom
docs-editor-integration-fixups
Aug 15, 2026
Merged

docs: address Copilot review on editor-integration guide#40
orieg merged 1 commit into
mainfrom
docs-editor-integration-fixups

Conversation

@orieg

@orieg orieg commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Follow-up to #39 (merged) addressing Copilot's two doc-consistency comments:

  • Local-schema modeline example used ./schema/..., which wouldn't resolve for workflow files under workflows/ (the layout the rest of the page uses). Changed to ../schema/... with an explicit note that the path is relative to the workflow file.
  • VS Code yaml.schemas example listed only the .yaml-workflow.yaml pattern; added .yaml-workflow.yml to match the documented convention.

Docs-only; mkdocs build succeeds.

- Local-schema modeline example now uses ../schema/... to match the workflows/
  layout the rest of the page uses (./schema/... would not resolve there)
- VS Code yaml.schemas example includes the .yaml-workflow.yml pattern to match
  the documented convention

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Editor Integration guide to align the examples with the documented repository layout and filename conventions, improving copy/paste correctness for local schema usage and VS Code schema mappings.

Changes:

  • Clarifies that the local $schema path in the modeline is relative to the workflow file, and updates the example to use ../schema/... for a workflows/ layout.
  • Extends the VS Code yaml.schemas example to include both **/*.yaml-workflow.yaml and **/*.yaml-workflow.yml patterns.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@orieg
orieg merged commit 68cf075 into main Aug 15, 2026
16 checks passed
@orieg
orieg deleted the docs-editor-integration-fixups branch August 15, 2026 05:30
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