feat: implement lore explain command (bd-9lbr)

Auto-generates structured narratives for issues and MRs from local DB:
- EntitySummary with title, state, author, labels, status
- Key decisions heuristic (correlates state/label changes with nearby notes)
- Activity summary with event counts and time span
- Open threads detection (unresolved discussions)
- Related entities (closing MRs, related issues)
- Timeline of all events in chronological order

7 unit tests, robot-docs entry, autocorrect registry, CLI dispatch wired.
This commit is contained in:
teernisse
2026-02-19 09:26:54 -05:00
parent 1e679a6d72
commit e8ecb561cf
10 changed files with 2352 additions and 79 deletions

File diff suppressed because one or more lines are too long