Skip to content

AgentCache 0.5.0

Choose a tag to compare

@cdibona cdibona released this 30 Jun 16:39
· 16 commits to main since this release

Documentation Overhaul

The README is now a tight front door with four sections: What it is · If you're human · If you've been sent here by your agent · Dive deeper into AgentCache (a table of contents). Everything else moved into linked sub-docs:

  • docs/INSTALL.md — Server hook, GitHub Action / dogfood mode, making your repo agent-aware
  • docs/HOW_IT_WORKS.md — Why this shape, delta indexing + load reporting, the tested loop-safety guarantee, how human PRs don't break the cache, known edges
  • docs/BLOBLESS.md — New explainer: what --filter=blob:none is, naive vs blobless vs agentcache, and the honest answer that you do NOT need AgentCache to use blobless (it's stock git; AgentCache only adds value on top for blob-heavy/high-reuse repos)
  • docs/TESTING.md — The harness, the measured one-shot 'try it on your repo', tailnet/systemd serving, results digest links

Measured Adoption Trial — Now from Your Repo Root

curl -fsSL https://raw.githubusercontent.com/cdibona/AgentCache/main/scripts/try.sh | bash

Run this in your repo's root. The script self-bootstraps AgentCache to a temp dir and measures YOUR repo (or an explicit path/URL arg). Never measures itself.

python scripts/try_agentcache.py now defaults to the current directory.

Test Coverage

199 tests pass. All 40 intra-repo documentation links verified.


Generated with Amplifier.