llm-kb
← Back to products
Productlaunched

Logbook: git history miner that writes CLAUDE.md to prevent LLM rework

Logbook mines local git history to produce a LOGBOOK.md file documenting reverted approaches, skipped tests, silenced warnings, and hotspots. It wires this into CLAUDE.md so that Claude Code reads it in future sessions, reducing the chance of suggesting already-tried or already-finished work. For developers using Claude Code, it solves the problem of LLMs repeating past mistakes or redoing reverted changes.

Visit project ↗
8 engagement·1 source·Sun, Jul 12, 2026, 08:02 PM
Single-file implementation, zero npm dependencies, MIT licensed. In a small internal test across six repos with known landmines, agents suggested already-tried work in 4 of 6 without the file, 0 of 6 with it. Run via `npx -y @promptwheel/logbook@latest init`. Repo: https://github.com/promptwheel-ai/logbook

Entities

Claude Code(tool)PromptWheel(company)

Related

CommunitySat, Jul 11, 2026, 01:14 PM

Developer shares CLAUDE.md trick to preserve reasoning context in Claude Code sessions

A developer describes a habit of instructing Claude Code via CLAUDE.md to log design decisions, preventing the model from forgetting past reasoning after context compaction. This addresses a common pain point in long coding sessions where the model suggests previously ruled-out approaches.

5 engagement·1 source·reddit
ProductSat, Jul 11, 2026, 10:33 PM

Git-aware AI debugger that checks out old commits to fix production bugs

A tool that makes AI coding assistants (like Cursor or Claude Code) automatically checkout the git commit corresponding to a production error before debugging, preventing the agent from analyzing current code that has shifted. It solves the problem of AI agents hallucinating fixes because they look at the present state of files while the bug existed in a past commit.

5 engagement·2 sources·reddit
ProductSun, Jul 12, 2026, 03:29 PM

Ditto: mine your own LLM coding sessions into a file for your agent

Ditto extracts only the user's typed messages from local Claude Code and Codex session logs, stripping tool output and assistant replies, and compiles them into a file that an AI agent can read first. It solves the problem of losing personal work patterns and context across many coding sessions, giving the agent a honest record of how the user actually works.

2 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 02:04 AM

Confessor: Analyzes Claude Code transcripts to show what the AI agent did on your computer

Confessor is an open-source tool that reads the JSONL log files Claude Code leaves on disk and generates a human-readable report of every action the AI agent performed, including tool calls, file reads, and shell commands. It helps developers understand and audit the behavior of AI coding agents on their machines.

6 engagement·2 sources·reddit
ProductSun, Jul 12, 2026, 04:04 AM

Chameleon shows Claude a real file from your repo before it edits

Chameleon is a tool that provides Claude with the actual content of a file from your repository before it makes edits. It solves the problem of Claude editing files without full context, helping developers get more accurate code modifications.

1 engagement·1 source·hackernews