AT-6: Dashboard CRUD UI for agent types #748
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#748
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
As an operator, I want the Settings → Agent types tab to let me edit every field in the
agent_type/agent_type_container/agent_type_routingtables at any scope (global/agent_type/instance), so that I can fork / edit / reset agent-type config without touchingagents.jsonor restarting the service.Acceptance criteria
Editor
Global/Agent type/Instance); pickingInstancereveals an instance-name dropdown.scope='instance'linked to a specific agent name (mirrors SC-11 affordance).DELETE /api/agent-types/:name?scope=…drops the higher-scope row and falls through to the next layer.Validation
PUT /config/agentstoday.git_email/forgejo_user(changing identity mid-flight breaks running tasks).Tests
dev.git_authoratscope='global', dispatch a task, assert the commit author matches.architect.label_rulestoscope='instance'forarchitect-default, assert the dispatched architect uses the forked rules.Out of scope
References
specs/config-to-db.md§ Story AT-6.