Skip to content

Add Claude Code Framework for omnichannel-chat-widget#830

Merged
bghcore merged 6 commits intomainfrom
users/rylengel/claude-code-framework
Feb 12, 2026
Merged

Add Claude Code Framework for omnichannel-chat-widget#830
bghcore merged 6 commits intomainfrom
users/rylengel/claude-code-framework

Conversation

@rlgmsftx
Copy link
Contributor

@rlgmsftx rlgmsftx commented Jan 10, 2026

Add Claude Code Framework

🎯 What

Claude Code instructions (CLAUDE.md) and supporting documentation to standardize AI-assisted development.

🚀 Why

  • Faster onboarding: New team members (human or AI) can understand architecture instantly
  • Consistent code quality: AI follows team standards (async/await, error handling, testing)
  • Cross-repo awareness: AI identifies breaking changes before implementation
  • Safety: ASK FIRST protocol prevents unauthorized code modifications

📦 What's Included

  • CLAUDE.md - Entry point linking to existing Copilot instructions + memory banks

✅ Testing

Validated with Claude Code using these scenarios:

  1. ✅ "Add a new field to ConversationStarted event" → AI identified all affected products
  2. ✅ "Fix a bug in file upload" → AI followed correct coding standards
  3. ✅ "Update chat SDK API" → AI recognized public contract implications

🔒 Non-Intrusive

  • These files are ONLY read by AI tools (Claude Code, GitHub Copilot, etc.)
  • No build process changes
  • No runtime impact
  • Complements (doesn't replace) existing .github/copilot-instructions.md

👀 Review Focus

Please review for:

  • Accuracy: Are the integration points correct?
  • Build commands: Do the npm/msbuild/dotnet commands match your workflow?
  • Standards: Do the coding standards match team practices?

🔗 Related Work

This is part of a coordinated rollout across all Omnichannel repos:

Work Item: #5997297

Introduces CLAUDE.md to enable AI-assisted development for React component library.

Includes:
- CLAUDE.md with repo-specific guidance
- Monorepo structure (chat-components + chat-widget)
- Accessibility requirements and testing strategy
- Integration points with chat-sdk and LiveChatWidget

Benefits:
- Faster onboarding for new developers
- Consistent code quality (AI follows team standards)
- Breaking change detection for public components
- ASK FIRST safety protocol

Non-intrusive: No build/runtime impact, complements existing Copilot instructions.

Work Item: #5997297
@rlgmsftx
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

@bghcore bghcore merged commit ae5e929 into main Feb 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants