From b0a3861e56e02b7d6a23866cd07ec4fa2b2c4e21 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:48:18 +0000 Subject: [PATCH 1/2] Initial plan From c524864b3e56bd1aa73b7187cc9fc17778c4ff7e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Sep 2025 23:51:54 +0000 Subject: [PATCH 2/2] Fix broken documentation links in README.md after Starlight migration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update all docs links to point to new Starlight structure: - docs/quick-start.md → docs/src/content/docs/reference/quick-start.md - docs/concepts.md → docs/src/content/docs/reference/concepts.md - docs/samples.md → docs/src/content/docs/reference/samples.md - docs/index.md → docs/src/content/docs/index.mdx Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25b52734fff..393204845aa 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Write agentic workflows in natural language markdown, and run them safely in Git ## 🚀 Quick Start -Ready to get your first agentic workflow running? Follow our step-by-step [Quick Start Guide](docs/quick-start.md) to install the extension, add a sample workflow, and see it in action. +Ready to get your first agentic workflow running? Follow our step-by-step [Quick Start Guide](docs/src/content/docs/reference/quick-start.md) to install the extension, add a sample workflow, and see it in action. ## 📖 Overview -Learn about the concepts behind agentic workflows, explore available workflow types, and understand how AI can automate your repository tasks. See [Concepts](docs/concepts.md). +Learn about the concepts behind agentic workflows, explore available workflow types, and understand how AI can automate your repository tasks. See [Concepts](docs/src/content/docs/reference/concepts.md). ## 🔧 How It Works @@ -39,14 +39,14 @@ The AI agent reads your repository context, understands the issue content, and t ## 📚 Samples -Explore ready-to-use agentic workflows for research, development, and automation tasks. See [Samples](docs/samples.md) for a complete list of demonstrator workflows including: +Explore ready-to-use agentic workflows for research, development, and automation tasks. See [Samples](docs/src/content/docs/reference/samples.md) for a complete list of demonstrator workflows including: - **Research & Planning**: Weekly research, team status reports, daily planning, and issue triage - **Coding & Development**: Dependency updates, documentation maintenance, QA tasks, test coverage improvements, performance optimization, and accessibility reviews ## 📖 Documentation -For complete documentation, examples, and guides, see the [Documentation](docs/index.md). +For complete documentation, examples, and guides, see the [Documentation](docs/src/content/docs/index.mdx). ## 🤝 Contributing