feat(mcp-server): add activate tool and promote native Teams#1452
Merged
Conversation
…ution strategy - Add activate handler: one-shot entry point combining rule loading, primary agent resolution, specialist recommendation, and prompt generation in a single call (~70% token reduction vs parse_mode) - Promote Claude native Teams from experimental to auto-enabled in Claude Code environments (claude-native source detection) - Deprecate context-document, briefing, resume, analyze_task tools with Claude Code Memory migration guidance - Remove EXPERIMENTAL label from discussion handler, guide toward activate + Teams for real specialist debate - Rewrite tool-priority.md with 3-layer hierarchy: Claude Code Native > codingbuddy > OMC - Simplify custom-instructions.md: 4 MANDATORY rules → 2 + native feature mapping table - Add activate + Teams guide to claude-code.md adapter - 26 new tests for activate handler, 4 for Teams auto-detection
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
activateMCP tool: one-shot entry point combining rule loading, primary agent resolution, specialist recommendation, and prompt generation in a single call (~70% token reduction vsparse_mode+dispatch_agentsceremony)claude-nativesource detectionupdate_context,read_context,create_briefing,resume_session,analyze_taskwith Claude Code Memory migration guidanceagent_discussion, guide towardactivate+ Teams for real specialist debatetool-priority.mdwith 3-layer hierarchy: Claude Code Native > codingbuddy > OMCcustom-instructions.md: 4 MANDATORY rules → 2 + native feature mapping tableactivate+ Teams collective intelligence guide toclaude-code.mdadapterTest plan
activatehandlerclaude-nativeauto-detectionparse_modebackward compatibility preserved