Skip to content

feat(mcp-server): add activate tool and promote native Teams#1452

Merged
JeremyDev87 merged 1 commit into
masterfrom
feat/activate-native-teams-redesign
Apr 9, 2026
Merged

feat(mcp-server): add activate tool and promote native Teams#1452
JeremyDev87 merged 1 commit into
masterfrom
feat/activate-native-teams-redesign

Conversation

@JeremyDev87

Copy link
Copy Markdown
Owner

Summary

  • Add activate MCP tool: 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 + dispatch_agents ceremony)
  • Promote Claude native Teams from experimental to auto-enabled in Claude Code environments via claude-native source detection
  • Deprecate update_context, read_context, create_briefing, resume_session, analyze_task with Claude Code Memory migration guidance
  • Remove EXPERIMENTAL label from agent_discussion, 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 collective intelligence guide to claude-code.md adapter

Test plan

  • 246 test files, 6244 tests pass (0 failures)
  • 26 new tests for activate handler
  • 4 new tests for Teams claude-native auto-detection
  • Updated discussion handler tests for new description text
  • All security audits pass (3 workspaces)
  • Lint, format, typecheck, circular, build pass
  • parse_mode backward compatibility preserved

…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
@vercel

vercel Bot commented Apr 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Apr 9, 2026 2:03pm

@JeremyDev87 JeremyDev87 self-assigned this Apr 9, 2026
@JeremyDev87 JeremyDev87 merged commit 3199249 into master Apr 9, 2026
26 checks passed
@JeremyDev87 JeremyDev87 deleted the feat/activate-native-teams-redesign branch April 9, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant