chore(web): remove /agents/json screen #1114
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!1114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/remove-agents-json-screen"
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?
Summary
apps/web/src/routes/agents.json.{tsx,test.tsx}).nav_sections_item_jsonkeys inen.json/fr.json+ theBraceslucide import.nav-sections.test.tsx+agents.facets.test.tsxexpectations.routeTree.gen.ts.The screen was a holdover from when agent config lived in a real
agents.jsonfile. Since SC-10 (#632) and DOB-1 (#793) the data is fully DB-backed and the Roster + Config screens cover every field through dedicated forms; the JSON editor was a dormant escape hatch nobody uses.Shared API helpers (
fetchAgentConfig/putAgentConfig/AgentConfigResponse/GlobalWatchdogsConfig) stay — they are still consumed by/agents/configandfeatures/agents/sections.tsx.Test plan
bun x turbo run typecheck --forcepassesjust lintcleanjust fmt-checkcleanjust i18n-string-checkpasses/agentsnav has no JSON entry; visiting/agents/json404s; Roster/Config screens unaffected🤖 Generated with Claude Code