[i,l,-r] auto-narrow: cap auto-picked teammates at 5 closest (SECOP-952)#14
Merged
Merged
Conversation
The first production broad-role request auto-picked 15 teammates — judged still too loud. Split the constant: AUTO_NARROW_TEAMMATE_CAP=5 now bounds the set picked on the requester's behalf (candidates are affinity-ranked, so this is their 5 closest colleagues), while AUTO_NARROW_BROADCAST_LIMIT=15 remains the tolerance for DMing an explicitly-named small ACL (or no-signal fallback) in full.
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.
The first production broad-role request (secret-admin, 2026-07-09 20:55Z) auto-picked 15 teammates — still too loud when nobody was explicitly selected.
Splits the constant:
AUTO_NARROW_TEAMMATE_CAP = 5— bounds the set picked on the requester's behalf. Candidates are affinity-ranked (shared small groups), so this is literally "your 5 closest colleagues".AUTO_NARROW_BROADCAST_LIMIT = 15— unchanged tolerance for DMing an explicitly-named small ACL (or the no-teammate-signal fallback) in full.New regression test: 8 teammates with mixed affinity → exactly 5 picked, all higher-affinity ones make the cut. Suite 1031/1031. Version →
2.3.0-wavemm.10.🤖 Generated with Claude Code