v3.1.0 — Repo rename agentic-harness → agentm + cross-ref sweep
Minor — repo rename release. The GitHub repo for this project is now alexherrero/agentm (was alexherrero/agentic-harness). Brand name (Agent M) was always the operator-facing label; the rename brings the URL slug + clone path in line with the brand. Paired with alexherrero/crickets v1.1.0 (the customization toolkit, was agent-toolkit) — see crickets v1.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/agentm.git.
Changed
- Repo URL
github.com/alexherrero/agentic-harness→github.com/alexherrero/agentm. Old URL 301-redirects to new permanently. - Recommended local sibling-clone path
~/Antigravity/agentic-harness/→~/Antigravity/agentm/. Operators with the old path canmvlocally +git remote set-url originto migrate. - All cross-references to the old names swept across the repo:
README.md,wiki/pages (includingwiki/Home.md,wiki/reference/Compatibility.md, all ADRs + how-tos),AGENTS.md,CLAUDE.md,CONTRIBUTING.md,harness/canonical phase specs + skills,adapters/(including legacy gemini adapter dir),scripts/,lib/,templates/,.github/workflows/,CHANGELOG.mdhistorical entries, extensionless files (templates/wiki/.diataxis,.gitleaks.toml). ~595+ occurrences across ~115 files; zero remaining post-sweep verification. - One ADR file renamed:
0006-agent-toolkit-split.md→0006-crickets-split.md(viagit mv). - One .harness/ archive renamed:
PLAN.archive.20260512-agent-toolkit-split.md→PLAN.archive.20260512-crickets-split.md(operator-local). - CI badge URLs still resolve correctly (point at new URL + GitHub's auto-redirect handles the old).
- Sibling repo references updated throughout to point at
alexherrero/cricketsinstead ofalexherrero/agent-toolkit. - Phase-gated workflow + all behavior unchanged. Pure rename + cross-reference sweep; no API surface or installer behavior changes.
Internal
- Mass sed sweep
s/agentic-harness/agentm/g+s/agent-toolkit/crickets/gacross all text files in both repos (extensions + extensionless). - Local sibling-clone dir renamed from
~/Antigravity/agentic-harness/→~/Antigravity/agentm/; git remote updated. - Vault dirs renamed:
personal-projects/agentic-harness/→agentm/andpersonal-projects/agent-toolkit/→crickets/. All vault entries swept (~43 files, 157 occurrences). - Operator-local
~/.claude/CLAUDE.md(symlinked fromdev-setup/configs/claude/CLAUDE.md) imports updated to@~/Antigravity/agentm/AGENTS.md+@~/Antigravity/crickets/AGENTS.md. - Sibling
dev-setuprepo also swept (~45 files). alexherrero/alexherreroprofile README updated to point at new repo URLs.
Cross-references
- Paired sibling release: crickets v1.1.0 — the customization toolkit (was agent-toolkit)
- Plan #15 task 11 — README refresh closing task (final task of the plan)
Full detail in CHANGELOG.md.