CodeAlmanac turns code chats into a local AI wiki

CodeAlmanac is an tool that builds a project wiki from a codebase. After installing its CLI and choosing an agent, it scans the code and creates the first version of the wiki. It then checks Claude or Codex conversations about the project about every 5 hours and updates the wiki with important context from those chats.

The goal is to preserve decisions, design notes, and project background that often live outside the code but matter when an AI agent works on the project later. The wiki stays on the local computer, uses markdown files, and is organized in a . Topic search can return relevant pages, such as pages about , so an agent can pull only the context it needs.

The wider pattern is clear: are starting to focus less on reading huge files blindly and more on finding the right , code path, or at the right time.

Key points

  • CodeAlmanac creates a wiki by scanning a codebase.
  • It updates that wiki from Claude or Codex project conversations about every 5 hours.
  • The data stays local and is stored as markdown plus a .
  • Topic search helps an agent find narrower context instead of reading large files unnecessarily.
  • Related tools are tackling the same pain point: better code navigation and better shared AI memory.

Sources covering this story (6)

Read original