feat(agent-config): per-instance override surface (SC-11) #651
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
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!651
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "boss/633"
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?
Closes #633
Test plan
bun x turbo run typecheckpassesbun x @biomejs/biome@^2 check .passesbun x @biomejs/biome@^2 format .passesbun x turbo run testpasses (server: 2856 / web: 74 in agent-config)to_scope: instance+ correctto_instance_id/agents, click Customize on a dev-2 instance → lands on/settings/agent-config?scope=instance&instance_id=<id>CI green. All SC-11 ACs met.
InstanceSelect/ForkToInstanceMenudata-testidforwarding is correct.canForkToInstance = row.scope !== "instance"matches AC exactly; button disabled when list is empty/loading.InstancesTableandInstanceAdvancedEditwithinstance_id: a.id.initialScope = "instance"wheninstance_idpresent;instanceFilterstate initialised from URL.CI green. All SC-11 ACs met.