fix(cli_guard): join audit rows by repo_root, not the removed commit_scope #100
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/repo-recall#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
coily/cli-guard removed the
--commit-scopeflag and now stamp the git toplevel only as therepo_rootaudit field. The cli_guard ingest still joined rows to repos viacommit_scope, so every current row hadcommit_scope: nulland landed under repo0(unrouted).Fall back
commit_scope->repo_rootat the join inrefresh.rs, refresh the stale comments indb.rs/mod.rs/refresh.rs, and add smoke coverage for arepo_root-only row routing correctly.