feat: SR-10 remove legacy skills agent-config + GET /agents/skills (#878) #893
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!893
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/878-sr10-remove-legacy-skills"
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?
Implements issue #878 / SR-10.
Server
GET /agents/skills(filesystem dump); callers useGET /agents/skills/library.skillsfrom/agent-config/*(list/get/put/delete/fork/revisions and cross-cutting revision filters). Legacyskilltable rows remain until SR-11; debugGET /agent-configno longer emits resolved skills.kind=skills→ 400.Web
AgentConfigKindno longer includesskills;SkillsTabusesSkillsTabKind = AgentConfigKind | "skills"for the anchored DB editor only.fetchSkillLibraryNames()→/agents/skills/library.skillrevision restore mapping./settings/agent-configshim: test asserts no DOM shell (SR-10).?tab=plugins.Note
/settings/agent-configwas already a redirect-only route (SU-3); no Skills tab remained there — behaviour covered by tests.