From 31bc6ac0b2a3bca2285e054118e00a65a0950a32 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sat, 7 Mar 2026 03:27:24 +0000 Subject: [PATCH 1/3] docs: fix broken links introduced in PR #186 - Replace missing development-status.md links with CHANGELOG.md in docs/README.md and docs/index.md - Remove WIP section referencing missing wip/mcp-integration.md in docs/index.md - Update docs/prompts.md to link to existing MCP section in integrations.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/README.md | 2 +- docs/index.md | 5 +---- docs/prompts.md | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2160a06e..a1c4cb6e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -18,7 +18,7 @@ Welcome to the Agent Package Manager documentation. Choose your path: ## 🔧 **Advanced** - **[Runtime Integration](runtime-integration.md)** - Codex and LLM setup -- **[Development Status](development-status.md)** - Feature status +- **[Changelog](../CHANGELOG.md)** - Feature status and release history - **[Contributing Guide](../CONTRIBUTING.md)** - Join the ecosystem --- diff --git a/docs/index.md b/docs/index.md index 69e4d050..51bf4bac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ New to APM? Follow this learning path for the fastest way to get productive: ## Development & Contributing ### Project Development -- **[Development Status](development-status.md)** - Current feature status and testing coverage +- **[Changelog](../CHANGELOG.md)** - Current feature status and release history - **[Integration Testing](integration-testing.md)** - Testing strategy and execution - **[Contributing Guide](../CONTRIBUTING.md)** - How to contribute to the APM ecosystem @@ -40,9 +40,6 @@ New to APM? Follow this learning path for the fastest way to get productive: ## Architecture & Advanced Topics -### Work in Progress -- **[MCP Integration](wip/mcp-integration.md)** - Model Context Protocol tool integration (Phase 2) - ### Framework Context APM implements the complete [AI-Native Development framework](https://danielmeppiel.github.io/awesome-ai-native/docs/concepts/) through: diff --git a/docs/prompts.md b/docs/prompts.md index 3bf83da4..d6963270 100644 --- a/docs/prompts.md +++ b/docs/prompts.md @@ -129,7 +129,7 @@ Please analyze the Kubernetes cluster by: [Include relevant data in the prompt or as context] ``` -See [MCP Integration Status](wip/mcp-integration.md) for Phase 2 development plans. +See [MCP Integration](integrations.md#mcp-model-context-protocol-integration) for MCP server configuration and usage. ## Writing Effective Prompts From a1db0b042ca2946319d061e0f90837b43c4b1c65 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Mar 2026 08:26:02 +0000 Subject: [PATCH 2/3] Initial plan From 422ce48155e0871d10856dafce12ec3c57250566 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 7 Mar 2026 08:27:03 +0000 Subject: [PATCH 3/3] docs: replace changelog link with roadmap discussion link in index.md Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com> --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 51bf4bac..abd0aee5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ New to APM? Follow this learning path for the fastest way to get productive: ## Development & Contributing ### Project Development -- **[Changelog](../CHANGELOG.md)** - Current feature status and release history +- **[Roadmap](https://github.com/microsoft/apm/discussions/116)** - Current roadmap and feature plans - **[Integration Testing](integration-testing.md)** - Testing strategy and execution - **[Contributing Guide](../CONTRIBUTING.md)** - How to contribute to the APM ecosystem