Session<->repo join: match_type='file' from Read/Edit/Write tool calls (gated, after gh-ref ships) #57
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?
Originally filed by @coilysiren on 2026-05-05T08:42:47Z - https://github.com/coilysiren/repo-recall/issues/57
Extend
session_repos.match_typewith'file'. Extract file paths from session JSONL tool_use blocks and write a join row when the path resolves under a discovered repo's worktree.Scope
Read,Edit,Write,Glob,Grep. Pull the path argument.is_ancestor_or_equalhelper insrc/join.rsalready handles this).match_type='file'rows. Don't replace'cwd'rows - they coexist.Preconditions
Do not start until the
gh-refsibling issue has shipped and the dashboard demonstrably gets richer from it. If gh-ref joins don't widen counts meaningfully on Kai's data, file-path joins won't either - both depend on the same premise (sessions doing work outside their cwd).Risk
Claude Code's JSONL tool-call schema is stable today but isn't a public contract. Mitigations:
sessions.rsconvention.Out of scope
Split out of #38.