brain_collab_pairs
Find all contributor pairs who collaborated by touching the same files or recalling each other's lessons. Flags solo contributors with no shared knowledge to identify bus-factor risks and routing suggestions for onboarding.
Instructions
Show the Person↔Person Collaboration Graph for your team (W5). Lists every pair of contributors who have worked together — either by touching the same files in learn_from_attempts or by recalling each other's lessons via smart_recall(requester=...). Each pair includes a "Frag @X und @Y" routing suggestion — ideal for onboarding and bus-factor analysis. Also flags solo contributors whose knowledge no teammate has yet recalled (bus-factor risk). Example: brain_collab_pairs() → "@alice ↔ @bob — 12 events · ask them together about auth/payments".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_weight | No | Minimum collaboration events to show a pair (default: 1) | |
| instance_id | Yes | UUID of the cache instance |