Description
Allow users to search for snapshots where a specific ledger key was modified.
Requirements
- Extend the search command (
/) to include a changed-key: filter.
- Filter the snapshot registry for matches.
- Highlight the matching steps in the trace tree.
Acceptance Criteria
- User can quickly find "Where did my balance change?".
- Search performance is fast (<100ms for 1000 frames).
Estimated File Changes: 3 (internal/ui/search.go, internal/debug/registry.go, internal/ui/trace_view.go)