For the benefit of others (or my future self), I really like linking Git commits to GitHub Issue threads so that I can better understand the code's context.
This simple CLAUDE.md configuration extends this idea by "teaching" and "asking" the LLM to use tools to sync LLM conversations with the code that is generated by them.
> This is really just another flavour of what @simonw is already doing with https://github.com/simonw/tools
---
Future work -
1) This should really be a deterministic sync rather than "asking" an LLM to do it
https://github.com/rdmolony/sync-claude-code-with-github-iss...