You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: hotspot → top symbols drill-down, writable decision linkage (#191)
Hotspot table now expands each row into the importance-ranked top symbols
in that file (server gains a `file_path` filter on /api/symbols); clicking
a symbol opens the existing SymbolDrawer.
Decision detail page replaces the read-only affected-files block with a
ModuleLinkEditor — module-path autocomplete pulls from /modules/health.
PATCH /decisions/{id} now accepts optional `affected_modules` /
`affected_files` alongside `status` so the editor can persist without
forcing a status change.
0 commit comments