Add AGENTS.md to TypeScript AI template#446
Merged
Merged
Conversation
Adds comprehensive guidance for AI coding assistants working on Teams SDK projects generated from the AI template. The file includes: - Critical setup requirements and common gotchas - Azure Bot registration workflow with CLI commands - Teams app package creation instructions - SDK patterns and TypeScript code examples - Detailed troubleshooting guide - Quick start instructions after provisioning This enables AI assistants like Claude Code, Copilot, and Cursor to help developers create, deploy, and extend Teams bots more effectively. Co-Authored-By: Claude Opus 4.5 <[email protected]>
rido-min
suggested changes
Feb 9, 2026
rido-min
left a comment
Contributor
There was a problem hiding this comment.
Instead of adding all the content to our template, I'd like to suggest to keep this doc in the repo and reference it from the AGENTS.md we can add to the template.
There are some required changes:
- App ctor does not need to override credentials (so it will work without secrets)
- Rethink if we want to keep using our chatprompt instead of vercel/foundry
- avoid ngrok references
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Contributor
Author
All great suggestions. Incorporated. |
Make it clearer that the agent needs to fetch and follow the linked instructions to actually run the bot in Teams. Co-Authored-By: Claude Opus 4.5 <[email protected]>
Avoids confusion with a future AGENTS.md for SDK contributors. The template file is specifically for generated bot projects to fetch. Co-Authored-By: Claude Opus 4.5 <[email protected]>
corinagum
reviewed
Feb 12, 2026
corinagum
reviewed
Feb 12, 2026
- Change sign-in-audience from AzureADMultipleOrgs to AzureADMyOrg to align with SingleTenant bot registration - Update Node.js requirement from 18+ to >= 20 (LTS) since teams.ts doesn't support Node 18 Co-Authored-By: Claude Opus 4.6 <[email protected]>
rido-min
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AGENTS.mdguidance file to the TypeScript AI templateWhat's in the AGENTS.md
Test plan
npx @microsoft/teams.cli new typescript test-bot --template aiAGENTS.mdis included in the generated project🤖 Generated with Claude Code
CG: skip-test-verification