LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

codealmanac

Living wiki for codebases maintained by and for AI coding agents

TLDR

Setup agent instructions and automation
$ codealmanac setup --yes
copy
Initialize the wiki in the current repo
$ codealmanac init
copy
Search the wiki
$ codealmanac search "checkout timeout"
copy
Show a specific page
$ codealmanac show getting-started
copy
Ingest material (file, PR, transcript) into the wiki
$ codealmanac ingest README.md --using codex
copy
Run the local web viewer
$ codealmanac serve
copy

SYNOPSIS

codealmanac <command> [options]

DESCRIPTION

CodeAlmanac maintains a plain-markdown wiki (`almanac/`) inside your repository that captures decisions, architecture, invariants, gotchas and workflows that source code alone cannot express. AI agents (via local harnesses such as Claude or Codex) keep the wiki up to date through `ingest` and `garden` operations. All data stays local.Humans and agents use the same local CLI to search, read and validate the wiki.

COMMANDS

setup

Install agent instructions and optional automation (sync, garden).
init
Create the initial almanac/ tree and topics.
search, show, topics, health, validate
Read and inspect the wiki.
ingest, garden
Update the wiki from sources via the configured agent harness.
sync, jobs, serve
Automation status, job logs, and local web viewer.

CAVEATS

- Write operations require a working local agent harness (Codex or Claude) and credentials.- The wiki is committed Markdown; the CLI also maintains derived indexes under ~/.codealmanac/.- Not a hosted service in the current contract.

SEE ALSO

claude(1), codex(1)

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid