Skip to content

Commit 0aa588a

Browse files
authored
Merge pull request #2392 from BenBtg/community/add-m365-extension
Add m365 to community catalog
2 parents bd3ae9a + ea92155 commit 0aa588a

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ The following community-contributed extensions are available in [`catalog.commun
232232
| Memory Loader | Loads .specify/memory/ files before lifecycle commands so LLM agents have project governance context | `docs` | Read-only | [spec-kit-memory-loader](https://github.com/KevinBrown5280/spec-kit-memory-loader) |
233233
| Memory MD | Repository-native durable memory for Spec Kit projects | `docs` | Read+Write | [spec-kit-memory-hub](https://github.com/DyanGalih/spec-kit-memory-hub) |
234234
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) |
235+
| Microsoft 365 Integration | Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation | `integration` | Read+Write | [spec-kit-m365](https://github.com/BenBtg/spec-kit-m365) |
235236
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
236237
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection | `process` | Read+Write | [spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize) |
237238
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |

extensions/catalog.community.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,44 @@
941941
"created_at": "2026-03-17T00:00:00Z",
942942
"updated_at": "2026-03-17T00:00:00Z"
943943
},
944+
"m365": {
945+
"name": "Microsoft 365 Integration",
946+
"id": "m365",
947+
"description": "Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation.",
948+
"author": "BenBtg",
949+
"version": "1.0.0",
950+
"download_url": "https://github.com/BenBtg/spec-kit-m365/archive/refs/tags/v1.0.0.zip",
951+
"repository": "https://github.com/BenBtg/spec-kit-m365",
952+
"homepage": "https://github.com/BenBtg/spec-kit-m365",
953+
"documentation": "https://github.com/BenBtg/spec-kit-m365/blob/main/README.md",
954+
"changelog": "https://github.com/BenBtg/spec-kit-m365/blob/main/CHANGELOG.md",
955+
"license": "MIT",
956+
"requires": {
957+
"speckit_version": ">=0.1.0",
958+
"tools": [
959+
{
960+
"name": "m365",
961+
"required": true
962+
}
963+
]
964+
},
965+
"provides": {
966+
"commands": 3,
967+
"hooks": 0
968+
},
969+
"tags": [
970+
"microsoft-365",
971+
"teams",
972+
"transcripts",
973+
"collaboration",
974+
"summarization"
975+
],
976+
"verified": false,
977+
"downloads": 0,
978+
"stars": 0,
979+
"created_at": "2026-04-28T00:00:00Z",
980+
"updated_at": "2026-04-28T00:00:00Z"
981+
},
944982
"maqa": {
945983
"name": "MAQA — Multi-Agent & Quality Assurance",
946984
"id": "maqa",

0 commit comments

Comments
 (0)