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

Tools & templates for Microsoft 365

-

Browse agents, analytics, and strategy resources — no coding required.

+

Browse agents, analytics, and guides — no coding required.