catalog: add m365 community extension#2379
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the spec-kit-m365 community extension to Spec Kit’s community extension catalog and README listing so users can discover the Microsoft 365 ingestion workflow.
Changes:
- Update
extensions/catalog.community.jsonupdated_atand add a newm365catalog entry (metadata, tags, requirements). - Add a “Microsoft 365 Integration” row to the README community extensions table.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the m365 extension entry and updates the catalog timestamp. |
| README.md | Adds a new community extensions table row for the Microsoft 365 integration. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 3
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 3
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
Add Microsoft 365 Integration to community catalog and README. Ingests Teams messages, files, and meeting transcripts as Markdown for use with speckit specify.
Description
Adds the spec-kit-m365 extension to the community catalog and README table.
m365entry with metadata, tags, and requirementsThe extension provides 4 commands (
setup,fetch-message,fetch-file,fetch-transcript) that fetch Microsoft 365 content via CLI for Microsoft 365 and normalize it to local Markdown for downstream spec generation withspeckit specify.Testing
AI Disclosure
GitHub Copilot assisted with catalog entry formatting and README table row placement.