feat(dashboard): /config form — routing + skills sections #457
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#457
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?
User story
As an operator, I want the Routing and Skills tabs in
/config's per-type panel to use multi-select chips backed by live data (repo labels, agent names, available skills), so that I don't have to hand-type label names likearea:dashboardand risk typos.Acceptance criteria
Routing tab
routes_labels: multi-select chip input. Suggestions sourced frommcp__forgejo__list_repo_labels(cached server-side). Custom values allowed (label may not exist yet).reviews_authors: multi-select chip input. Suggestions = list of configured agent forgejo_users.reviews_labels: same shape as routes_labels.dispatchable: booleantoggle.role: "code" | "review" | "design" | "design-review" | "host"dropdown.Skills tab
skill_overrides: row-per-event-kind. Left = event kind (dropdown of known kinds:issue.assigned,pr.review_requested, etc.), right = skill name (free text or dropdown of skills from~/.claude/skillsif discoverable).Tests
PUT /config/agentsOut of scope
References
#450#456🤖 Auto-assigned to dev (heuristic: area:dashboard + body 1440 bytes (≤ 2 KB) — dev). Reply
/unassignto reroute.