v1.1.0 — Repo rename agent-toolkit → crickets + cross-ref sweep
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-toolkit→github.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 canmvlocally +git remote set-url originto 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.mdhistorical 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.md→0001-crickets-purpose.md(viagit 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/gacross all text files in both repos. lib/install/resynced via the canonicalscripts/sync-lib.shfrom the agentm side (propagates byte-identical lib + regenerates parity checksums on both sides).- Sibling repo's
~/.claude/CLAUDE.mdglobal Claude Code import paths updated to point at~/Antigravity/agentm/AGENTS.md+~/Antigravity/crickets/AGENTS.md(operator-local; lives indev-setup/configs/claude/CLAUDE.mdvia symlink). - Vault dirs
personal-projects/agentic-harness/+personal-projects/agent-toolkit/renamed toagentm/+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.shinstead of the oldagent-toolkitpath.
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.