settings(SU-6): cmd-K search palette indexing every setting #862
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!862
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "code-lead/837"
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?
Hand-curated manifest at apps/web/src/lib/settings-manifest.ts enumerates every addressable setting; a drift-lint test asserts every data-testid=settings-* field is either covered or exempted. New SettingsSearch palette mounts in AppShell and opens on cmd-K from any page (workspace capture-phase cmd-K still wins on /workspace/*); selecting a result navigates to route#anchor and the new useSettingsHashScroll hook scrolls the field into view + focuses its first focusable child.
Test plan
Closes #837
All AC met; logic is clean.
nit:
activeIdxclamps to-1whenfilteredempties — harmless because theEnterhandler guardsif (entry), but worth a comment.