Skip to main content

Daily intelligence layer for Claude Code

Project description

claude-almanac

A daily intelligence layer for Claude Code — remembers what you've done, summarizes what changed, and surfaces it when you need it.

claude-almanac is a Claude Code plugin that adds three tightly-integrated subsystems to your local development environment:

  • Self-curating memory — an LLM picks what's worth remembering from each session and writes structured markdown, scoped per-repo (worktree-safe) and globally.
  • Daily digest + Q&A — a background job indexes commits and generates a daily digest per repo, served at http://127.0.0.1:8787 with a local Q&A endpoint.
  • Code-index retrieval — a per-repo vector index of public symbols, auto-surfaced alongside memory hits when a prompt looks like a code question.

All three share one pluggable embedder (Ollama by default, OpenAI/Voyage as extras), one XDG-compliant data dir, and one cross-platform install (macOS launchd + Linux systemd).

What makes it different

  • Positioning is not "memory for LLMs." The namespace is saturated. claude-almanac leads with daily surfacing — commits, digests, and cross-artifact Q&A — and treats memory as one retrieval source among several.
  • Local-first by default. Ollama + bge-m3 + SQLite + local FastAPI server. No cloud dependency in the default path; cloud embedders (OpenAI, Voyage) are opt-in extras.
  • Per-repo worktree-safety. Memory and code-index databases key off git-common-dir so worktrees of the same repo share state without colliding.
  • Trust boundaries are explicit. The code-index's LLM-powered arch summaries refuse to run unless BOTH the repo's .claude/code-index.yaml AND the global config.yaml opt in via send_code_to_llm: true.

Quickstart (3 steps)

# 1. Install the Claude Code plugin
/plugin install claude-almanac

# 2. Run first-time setup (creates dirs, writes default config, installs platform units)
claude-almanac setup

# 3. Use it
/recall search "authentication"          # past decisions + context
/digest today                            # today's activity digest (opens browser)
/recall code "jwt verification flow"     # per-repo code-symbol search

See docs/install.md for the full per-platform walkthrough, including Ollama install and optional cloud-embedder setup.

Features

Subsystem What it does Commands
Memory Semantic archive of past sessions + curated markdown. Auto-injected at prompt time. /recall search, /recall search-all, /recall list, /recall show
Digest Daily per-repo markdown digests + local Q&A web UI. /digest today, /digest YYYY-MM-DD, /digest generate
Code index Per-repo vector index of public symbols + optional LLM arch summaries. /recall code, claude-almanac codeindex init|refresh|arch|status

Supported platforms

Platform Status Scheduler Notifier
macOS 14+ supported launchd terminal-notifier / osascript
Linux (Ubuntu 22.04+, Arch, Fedora) supported systemd --user notify-send
Windows not supported in v0.1

Python 3.11+ required.

Documentation

  • Install — per-platform setup, Ollama install, cloud-embedder setup, troubleshooting
  • Config reference — full config.yaml schema, env var overrides, embedder profiles
  • Architecture — system map, hooks flow, where to look to change X
  • Code index — per-repo symbol indexing, language support matrix, trust boundary
  • Contributing — dev setup, adding embedders/platform adapters, test conventions
  • Roadmap — what's planned for v0.2 → v0.5+ and how the plugin system will work

License

MIT — see LICENSE.

Status

v0.1.0 — first public release. Feedback via GitHub issues. No telemetry.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_almanac-0.2.4.tar.gz (146.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_almanac-0.2.4-py3-none-any.whl (102.4 kB view details)

Uploaded Python 3

File details

Details for the file claude_almanac-0.2.4.tar.gz.

File metadata

  • Download URL: claude_almanac-0.2.4.tar.gz
  • Upload date:
  • Size: 146.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for claude_almanac-0.2.4.tar.gz
Algorithm Hash digest
SHA256 4eaba730877237f005e276b7258dbdabcf31f439527d8a8afe33337ce4a3aa02
MD5 718962cfebb2a05d3ed590014d777977
BLAKE2b-256 a2490d67c4a6b87a78e6c57526a7b11f38385f2851d1ad0ed107ba8fe20a8fad

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_almanac-0.2.4.tar.gz:

Publisher: release.yml on wannabefro/claude-almanac

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file claude_almanac-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: claude_almanac-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 102.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for claude_almanac-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c54f2d0b6d4d943f60e51f975f9230b3a78b4a7673d5896a54e9827325608948
MD5 769a23298a731b910ce66407f6d1529f
BLAKE2b-256 8a3a007b4be7d241104aaf40e7145c7a687c9e235e9650ab98aad7d55213afa4

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_almanac-0.2.4-py3-none-any.whl:

Publisher: release.yml on wannabefro/claude-almanac

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page