feat(web): redirect /fleet → /agents/live with deprecation toast #1019
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 project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#1019
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 who has bookmarks or screenshots pointing at
/fleet,I want old
/fleetURLs to redirect to/agents/livewith a one-time deprecation notice,so that I am not left on a 404 and I learn the new URL without surprise.
Acceptance criteria
Redirect
/fleetroute now redirects (302) to/agents/live, preserving search params (detail,agent,repo,provider)./fleet?detail=…) and bare/fleet.Deprecation notice
/fleet has moved to /agents/live — update your bookmarks.sessionStorage) prevents the toast from re-firing on the same tab.showToastAPI; tone "info"; auto-dismiss 6 s; manually dismissible.Lifetime
Tests
/fleet?detail=abc→ final URL/agents/live?detail=abc.Out of scope
/fleetroute file (still serves the redirect).References
docs/specs/nav-consolidation.md§ Route changes, Risks.apps/web/src/routes/fleet.tsx.Closing — operator policy is no compat bridges (memory:
feedback_no_compat_bridge.md). Redirect + deprecation toast are exactly the kind of "two systems fighting" shim to avoid./fleetdeletes outright when/agents/livelands; folded into #1017. Stale bookmarks 404 — acceptable, audience is the operator only.