From 1c659514edf4ddd580e8fa8ca3ad0a81c80caf38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:49:54 +0000 Subject: [PATCH 1/2] chore: rebuild catalog [skip ci] --- resource-stats.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource-stats.json b/resource-stats.json index 9cc7c168..cf2d9c66 100644 --- a/resource-stats.json +++ b/resource-stats.json @@ -1,5 +1,5 @@ { - "generatedAt": "2026-07-27T19:00:31.864Z", + "generatedAt": "2026-07-30T21:49:54.356Z", "sources": { "views": "clarity", "upvotes": "github-discussions" @@ -12,7 +12,7 @@ "ai-council": { "views": 78, "viewsUniques": 61, - "upvotes": 0, + "upvotes": 1, "discussion": { "number": 501, "url": "https://github.com/microsoft/FastTrack/discussions/501" From 66a78db7766522231c44bc0b2ca06dcbce4ac736 Mon Sep 17 00:00:00 2001 From: soyalejolopez <88358406+soyalejolopez@users.noreply.github.com> Date: Wed, 9 Sep 2026 14:00:38 -0500 Subject: [PATCH 2/2] Clarify catalog categories: Guides & planning + interactive guide/tool labels Rename the displayed Strategy category to "Guides & planning" and label interactive resources as "Interactive guide" or "Interactive tool" so the two walkthrough guides read differently from the cost calculator. Adds an optional backward-compatible interactiveKind (guide|tool, default tool) metadata field; stable internal strategy IDs, CSS, filters, and deep links are unchanged. No guide content changed. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../CHANGELOG.md | 4 ++++ .../README.md | 3 ++- .../copilot-agents-guide/CHANGELOG.md | 9 +++++++++ .../copilot-agents-guide/README.md | 5 +++-- docs/CATALOG-METADATA.md | 1 + index.html | 16 +++++++++------- tools/catalog-build/index.js | 8 ++++++++ 7 files changed, 36 insertions(+), 10 deletions(-) create mode 100644 copilot-agent-strategy/copilot-agents-guide/CHANGELOG.md diff --git a/copilot-agent-strategy/agent-365-customer-implementation-guide/CHANGELOG.md b/copilot-agent-strategy/agent-365-customer-implementation-guide/CHANGELOG.md index 68e22dbf..fe9057e6 100644 --- a/copilot-agent-strategy/agent-365-customer-implementation-guide/CHANGELOG.md +++ b/copilot-agent-strategy/agent-365-customer-implementation-guide/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the Microsoft Agent 365 Customer Implementation Guide are documented here. +## 1.0.1 - 2026-09-09 + +- Added `interactiveKind: guide` catalog metadata so the catalog labels this resource an "Interactive guide". Guide content is unchanged. + ## 1.0.0 - 2026-09-09 - Published the self-contained customer implementation guide. diff --git a/copilot-agent-strategy/agent-365-customer-implementation-guide/README.md b/copilot-agent-strategy/agent-365-customer-implementation-guide/README.md index bdc01deb..1b7b1828 100644 --- a/copilot-agent-strategy/agent-365-customer-implementation-guide/README.md +++ b/copilot-agent-strategy/agent-365-customer-implementation-guide/README.md @@ -7,7 +7,7 @@ author: - "Pratik Bhusal" - "Manas Biswas" - "Alejandro Lopez" -version: 1.0.0 +version: 1.0.1 published: 2026-09-09 updated: 2026-09-09 tags: @@ -16,6 +16,7 @@ tags: - governance - security format: interactive +interactiveKind: guide featured: false status: active whatItIs: >- diff --git a/copilot-agent-strategy/copilot-agents-guide/CHANGELOG.md b/copilot-agent-strategy/copilot-agents-guide/CHANGELOG.md new file mode 100644 index 00000000..55124a1e --- /dev/null +++ b/copilot-agent-strategy/copilot-agents-guide/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to the Copilot Agents Guide are documented here. + +## 4.0.1 - 2026-09-09 + +- Added `interactiveKind: guide` catalog metadata so the catalog labels this resource an "Interactive guide". Guide content is unchanged. + +Earlier version history is available in the repository Git log. diff --git a/copilot-agent-strategy/copilot-agents-guide/README.md b/copilot-agent-strategy/copilot-agents-guide/README.md index 0a9e39a9..63473015 100644 --- a/copilot-agent-strategy/copilot-agents-guide/README.md +++ b/copilot-agent-strategy/copilot-agents-guide/README.md @@ -6,14 +6,15 @@ summary: >- Compare Microsoft Copilot agent approaches, availability, licensing, FastTrack scope, and common scenarios. author: Microsoft FastTrack -version: 4.0.0 +version: 4.0.1 published: "2025-10-28" -updated: "2026-08-21" +updated: "2026-09-09" tags: - guide - decision - planning format: interactive +interactiveKind: guide featured: true whatItIs: >- A self-contained interactive guide to Microsoft-built agent experiences, Agents in SharePoint, diff --git a/docs/CATALOG-METADATA.md b/docs/CATALOG-METADATA.md index 7d6fc2d0..4180f7b1 100644 --- a/docs/CATALOG-METADATA.md +++ b/docs/CATALOG-METADATA.md @@ -64,6 +64,7 @@ prerequisites: | --- | --- | --- | | `tags` | string list | Lowercase discovery terms. Prefer a few specific tags over many broad ones. | | `format` | enum | One of `ps1`, `bundle`, `declarative`, `interactive`, `pptx`, `pbix`, or `md`. This replaces the former `artifact` label. | +| `interactiveKind` | enum | Only for `format: interactive`. Set `guide` for a walkthrough or implementation/decision guide, or `tool` for a calculator or utility. Defaults to `tool`, which the catalog labels "Interactive tool"; `guide` is labeled "Interactive guide". | | `featured` | boolean | Use sparingly for resources selected for catalog promotion. Default is `false`. | | `status` | enum | `active`, `preview`, or `archived`. Default is `active`. | | `url` | HTTPS URL | Optional GitHub or destination URL. When omitted, the generator derives a GitHub URL from the resource path. | diff --git a/index.html b/index.html index 2348755b..5c48781d 100644 --- a/index.html +++ b/index.html @@ -1355,7 +1355,7 @@ Updated weekly
Browse agents, analytics, and strategy resources — no coding required.
+Browse agents, analytics, and guides — no coding required.