Skip to content

AgentCache 0.6.0

Choose a tag to compare

@cdibona cdibona released this 30 Jun 17:13
· 13 commits to main since this release

Install offer: now sets itself up when worthwhile

The measured adoption trial can now SET ITSELF UP: when (and only when) it measures a repo as "agentcache worthwhile" inside a local clone, curl … | bash (or python scripts/try_agentcache.py) offers to scaffold the adoption files — the GitHub Action, AGENTS.md, and .agentcache — creating (never overwriting) files for you to review and commit. It never commits or pushes for you, and it stays silent when the honest verdict is "blobless is enough".

New packaged entrypoint & adopter template

  • New packaged agentcache-generate console entrypoint and a generic adopter GitHub Action template (docs/adopter-workflow.yml) so any repo can generate refs/agent-cache/ on push by pip-installing the package.

Documentation reframe

  • README "If you are human" reframed around the one-line curl trial; manual script usage moved to docs/TESTING.md.

Testing

  • 265 tests pass.