From 60e50e17e341a8c52e12837aa8f48d4196988287 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:17:06 +0000 Subject: [PATCH 1/2] Initial plan From a3a6a7264ee24d0d682eec78603a9b4082f27a8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 23:23:27 +0000 Subject: [PATCH 2/2] Convert Astro syntax to GitHub flavored markdown in AGENTS.md and .github/aw/upgrade-agentic-workflows.md Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/aw/upgrade-agentic-workflows.md | 19 ++++++++++--------- AGENTS.md | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.github/aw/upgrade-agentic-workflows.md b/.github/aw/upgrade-agentic-workflows.md index b05cb67671e..b278e477978 100644 --- a/.github/aw/upgrade-agentic-workflows.md +++ b/.github/aw/upgrade-agentic-workflows.md @@ -23,15 +23,16 @@ Read the ENTIRE content of this file carefully before proceeding. Follow the ins - `compile` → compile all workflows - `compile ` → compile a specific workflow -:::note[Command Execution] -When running in GitHub Copilot Cloud, you don't have direct access to `gh aw` CLI commands. Instead, use the **agentic-workflows** MCP tool: -- `fix` tool → apply automatic codemods to fix deprecated fields -- `compile` tool → compile workflows - -When running in other environments with `gh aw` CLI access, prefix commands with `gh aw` (e.g., `gh aw compile`). - -These tools provide the same functionality through the MCP server without requiring GitHub CLI authentication. -::: +> [!NOTE] +> **Command Execution** +> +> When running in GitHub Copilot Cloud, you don't have direct access to `gh aw` CLI commands. Instead, use the **agentic-workflows** MCP tool: +> - `fix` tool → apply automatic codemods to fix deprecated fields +> - `compile` tool → compile workflows +> +> When running in other environments with `gh aw` CLI access, prefix commands with `gh aw` (e.g., `gh aw compile`). +> +> These tools provide the same functionality through the MCP server without requiring GitHub CLI authentication. ## Instructions diff --git a/AGENTS.md b/AGENTS.md index 8727d717c4b..a464c4cbd54 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -583,7 +583,7 @@ When developing a new command: **Primary YAML Library**: `goccy/go-yaml` v1.19.1 -gh-aw uses `goccy/go-yaml` for YAML 1.1/1.2 compatibility with GitHub Actions. See specs/yaml-version-gotchas.md for details on YAML version differences. +gh-aw uses `goccy/go-yaml` for YAML 1.1/1.2 compatibility with GitHub Actions. See [specs/yaml-version-gotchas.md](specs/yaml-version-gotchas.md) for details on YAML version differences. **Standard YAML Library**: `go.yaml.in/yaml/v3` v3.0.4 @@ -724,7 +724,7 @@ func ValidatePermissions(permissions *Permissions, githubTool any) - Large "god" interfaces with many methods - Type name collisions (use descriptive, domain-qualified names) -**See**: specs/go-type-patterns.md for detailed guidance and examples +**See**: [specs/go-type-patterns.md](specs/go-type-patterns.md) for detailed guidance and examples ### Frontmatter Configuration Types