feat: implement lore brief command (bd-1n5q)

Composable capstone: replaces 5+ separate lore calls with a single
situational awareness command. Three modes:
- Topic: lore brief 'authentication'
- Path: lore brief --path src/auth/
- Person: lore brief --person username

Seven sections: open_issues, active_mrs, experts, recent_activity,
unresolved_threads, related (semantic), warnings.

Each section degrades gracefully if data is unavailable.
7 unit tests, robot-docs, autocorrect registry.
This commit is contained in:
teernisse
2026-02-19 09:45:12 -05:00
parent 20db46a514
commit 5aca644da6
8 changed files with 1482 additions and 22 deletions

File diff suppressed because one or more lines are too long