AgentCache 0.6.0
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-generateconsole 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.