Skip to content

v1.1.0 — Repo rename agent-toolkit → crickets + cross-ref sweep

Choose a tag to compare

@alexherrero alexherrero released this 26 May 01:42
· 429 commits to main since this release

Minor — repo rename release. The GitHub repo for this project is now alexherrero/crickets (was alexherrero/agent-toolkit). Brand name (Crickets) was always the operator-facing label; the rename brings the URL slug + clone path in line with the brand. Paired with alexherrero/agentm v3.1.0 (the harness, was agentic-harness) — see agentm v3.1.0 release notes.

GitHub installs HTTP redirects from the old URLs to the new ones automatically — existing clones, links, and bookmarks keep working without action. New clones should use https://github.com/alexherrero/crickets.git.

Changed

  • Repo URL github.com/alexherrero/agent-toolkitgithub.com/alexherrero/crickets. Old URL 301-redirects to new permanently.
  • Recommended local sibling-clone path ~/Antigravity/agent-toolkit/~/Antigravity/crickets/. Operators with the old path can mv locally + git remote set-url origin to migrate.
  • All cross-references to the old name swept across the repo: README.md, wiki/ pages, AGENTS.md, CLAUDE.md, CONTRIBUTING.md, scripts/, lib/, templates/, .github/workflows/, CHANGELOG.md historical entries, extensionless files (templates/hooks/pre-push, wiki/.diataxis, .gitleaks.toml, requirements.txt). ~640+ occurrences across ~145 files; zero remaining post-sweep verification.
  • One ADR file renamed: 0001-agent-toolkit-purpose.md0001-crickets-purpose.md (via git mv).
  • CI badge URLs still resolve correctly (point at new URL + GitHub's auto-redirect handles the old).
  • Manifest schema unchanged; supported_hosts: field semantics unchanged; no API-shape changes.

Internal

  • Mass sed sweep s/agent-toolkit/crickets/g + s/agentic-harness/agentm/g across all text files in both repos.
  • lib/install/ resynced via the canonical scripts/sync-lib.sh from the agentm side (propagates byte-identical lib + regenerates parity checksums on both sides).
  • Sibling repo's ~/.claude/CLAUDE.md global Claude Code import paths updated to point at ~/Antigravity/agentm/AGENTS.md + ~/Antigravity/crickets/AGENTS.md (operator-local; lives in dev-setup/configs/claude/CLAUDE.md via symlink).
  • Vault dirs personal-projects/agentic-harness/ + personal-projects/agent-toolkit/ renamed to agentm/ + crickets/ respectively; ~43 vault files / 157 occurrences swept.
  • Pre-push PII hook (templates/hooks/pre-push) updated to search ~/Antigravity/crickets/scripts/check-no-pii.sh instead of the old agent-toolkit path.

Cross-references

  • Paired sibling release: agentm v3.1.0 — the harness (was agentic-harness)
  • Plan #15 task 11 — README refresh closing task (final task of plan)

Full detail in CHANGELOG.md.