I published a cli that Claude can use to record the rationale behind its changes called diff-rationale
Summary
The author shares 'diff-rationale', a CLI that records the reasoning behind file changes via git, allowing AI agents like Claude to preserve rationale across sessions and query it later.
Similar Articles
Claude system prompts as a git timeline
A research tool that transforms Anthropic's Claude system prompt documentation into a git-based timeline, enabling researchers to track prompt evolution across model versions using standard git commands like log, diff, and blame.
The diff is a summary. The session trace is what actually happened.
An article highlighting that AI agent session traces reveal hidden actions (e.g., undeclared keys, scope creep) that are absent from the final PR diff, and warns that most developers review only the diff, not the full trace, leading to unreviewed risks.
Show HN: Codiff, a local diff review tool
Codiff is a minimal, local diff viewer for reviewing staged and unstaged Git changes, with LLM-powered walkthroughs and inline review comments.
I built a local CLI for Claude Code, Codex, and Gemini to review each other’s GitHub PRs usign existing auth
The author introduces `coding-review-agent-loop`, an open-source local CLI that orchestrates multiple coding agents (Claude Code, Codex, Gemini) to review each other's GitHub PRs using existing local authentication, avoiding additional API costs.
@dair_ai: If you maintain an AGENTS.md or a CLAUDE.md, this is worth a read. (bookmark it) 288 gold-test evaluated runs across Cl…
This paper presents a controlled ablation study across Claude Code and Codex, 17 real tasks, and 288 runs, finding that context files like AGENTS.md/CLAUDE.md do not measurably improve correctness; agents fail on implementation skill, not missing repository knowledge.