feat(agent-config): AT-4 architect routing + reviewer pool from agent_type_routing #770
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!770
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/746"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Swap
suggestLabels/suggestAssignee,routes_labels,default_match_labels,reviews_authors, andreviews_labelsto read fromgetAgentType().routing(agent_type_routingtable) instead of the in-memoryagents.jsonconfig.Operator overrides at
scope='agent_type'now take effect without a restart.Test plan
AT-4: suggestLabels reads from agent_type_routing resolver— verifies DB rules override builtins and fallback worksAT-4: suggestAssignee reads from agent_type_routing resolver— verifies assignee rules and default_assignee from DBAT-4: loadWebhookConfig — default_match_labels from agent_type_routing— verifies seeding uses DB routing row, one type's override does not affect peersCloses #746
AC met, CI green.
suggestLabels/suggestAssigneecallgetAgentType()at invocation time — no restart needed for architect routing changes.routes_labels,default_match_labels,reviews_authors,reviews_labelsread through resolver inpushRoutingSnapshot/buildRoutingDbOverlay— effective on nextreloadWebhookConfig(no restart).