From 85439806e7a6252d388c3b71e5bda38a1c74ac8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:14:06 +0000 Subject: [PATCH 1/3] Initial plan From 6f3101feffcc72995b2a5e5e5da3012e9610a8bc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:17:18 +0000 Subject: [PATCH 2/3] Fix broken internal links in documentation Co-authored-by: crickman <66376200+crickman@users.noreply.github.com> --- docs/decisions/adr-short-template.md | 2 +- docs/decisions/adr-template.md | 2 +- docs/features/durable-agents/README.md | 2 +- docs/specs/spec-template.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/decisions/adr-short-template.md b/docs/decisions/adr-short-template.md index bd8b10491f..3100cf2908 100644 --- a/docs/decisions/adr-short-template.md +++ b/docs/decisions/adr-short-template.md @@ -1,6 +1,6 @@ --- # These are optional elements. Feel free to remove any of them. -status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-madr-architecture-decisions.md)} +status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-agent-run-response.md)} contact: {person proposing the ADR} date: {YYYY-MM-DD when the decision was last updated} deciders: {list everyone involved in the decision} diff --git a/docs/decisions/adr-template.md b/docs/decisions/adr-template.md index a96551338a..7ff3a78704 100644 --- a/docs/decisions/adr-template.md +++ b/docs/decisions/adr-template.md @@ -1,6 +1,6 @@ --- # These are optional elements. Feel free to remove any of them. -status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-madr-architecture-decisions.md)} +status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-agent-run-response.md)} contact: {person proposing the ADR} date: {YYYY-MM-DD when the decision was last updated} deciders: {list everyone involved in the decision} diff --git a/docs/features/durable-agents/README.md b/docs/features/durable-agents/README.md index 326e66743b..525c447ebc 100644 --- a/docs/features/durable-agents/README.md +++ b/docs/features/durable-agents/README.md @@ -219,7 +219,7 @@ When using the [Durable Task Scheduler](https://learn.microsoft.com/azure/azure- ## Samples -- **.NET** – [Console app samples](../../../dotnet/samples/Durable/Agents/ConsoleApps/) and [Azure Functions samples](../../../dotnet/samples/Durable/Agents/AzureFunctions/) covering single-agent, chaining, concurrency, conditionals, human-in-the-loop, long-running tools, MCP tool exposure, and reliable streaming. +- **.NET** – [Console app samples](../../../dotnet/samples/04-hosting/DurableAgents/ConsoleApps/) and [Azure Functions samples](../../../dotnet/samples/04-hosting/DurableAgents/AzureFunctions/) covering single-agent, chaining, concurrency, conditionals, human-in-the-loop, long-running tools, MCP tool exposure, and reliable streaming. - **Python** – [Durable Task samples](../../../python/samples/04-hosting/durabletask/) covering single-agent, multi-agent, streaming, chaining, concurrency, conditionals, and human-in-the-loop. ## Packages diff --git a/docs/specs/spec-template.md b/docs/specs/spec-template.md index 827ba044b5..c07084fe03 100644 --- a/docs/specs/spec-template.md +++ b/docs/specs/spec-template.md @@ -1,6 +1,6 @@ --- # These are optional elements. Feel free to remove any of them. -status: {proposed | rejected | accepted | deprecated | … | superseded by [SPEC-0001](0001-spec.md)} +status: {proposed | rejected | accepted | deprecated | … | superseded by [SPEC-0001](001-foundry-sdk-alignment.md)} contact: {person proposing the ADR} date: {YYYY-MM-DD when the decision was last updated} deciders: {list everyone involved in the decision} From 8a93237187d6bdf82098a3bbb604126a40073595 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:22:29 +0000 Subject: [PATCH 3/3] Revert template link changes; keep only durable-agents README fix Co-authored-by: crickman <66376200+crickman@users.noreply.github.com> --- docs/decisions/adr-short-template.md | 2 +- docs/decisions/adr-template.md | 2 +- docs/specs/spec-template.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/decisions/adr-short-template.md b/docs/decisions/adr-short-template.md index 3100cf2908..bd8b10491f 100644 --- a/docs/decisions/adr-short-template.md +++ b/docs/decisions/adr-short-template.md @@ -1,6 +1,6 @@ --- # These are optional elements. Feel free to remove any of them. -status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-agent-run-response.md)} +status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-madr-architecture-decisions.md)} contact: {person proposing the ADR} date: {YYYY-MM-DD when the decision was last updated} deciders: {list everyone involved in the decision} diff --git a/docs/decisions/adr-template.md b/docs/decisions/adr-template.md index 7ff3a78704..a96551338a 100644 --- a/docs/decisions/adr-template.md +++ b/docs/decisions/adr-template.md @@ -1,6 +1,6 @@ --- # These are optional elements. Feel free to remove any of them. -status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-agent-run-response.md)} +status: {proposed | rejected | accepted | deprecated | … | superseded by [ADR-0001](0001-madr-architecture-decisions.md)} contact: {person proposing the ADR} date: {YYYY-MM-DD when the decision was last updated} deciders: {list everyone involved in the decision} diff --git a/docs/specs/spec-template.md b/docs/specs/spec-template.md index c07084fe03..827ba044b5 100644 --- a/docs/specs/spec-template.md +++ b/docs/specs/spec-template.md @@ -1,6 +1,6 @@ --- # These are optional elements. Feel free to remove any of them. -status: {proposed | rejected | accepted | deprecated | … | superseded by [SPEC-0001](001-foundry-sdk-alignment.md)} +status: {proposed | rejected | accepted | deprecated | … | superseded by [SPEC-0001](0001-spec.md)} contact: {person proposing the ADR} date: {YYYY-MM-DD when the decision was last updated} deciders: {list everyone involved in the decision}