Skip to content

v3.1.0 — Repo rename agentic-harness → agentm + cross-ref sweep

Choose a tag to compare

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

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-harnessgithub.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 can mv locally + git remote set-url origin to migrate.
  • All cross-references to the old names swept across the repo: README.md, wiki/ pages (including wiki/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.md historical 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.md0006-crickets-split.md (via git mv).
  • One .harness/ archive renamed: PLAN.archive.20260512-agent-toolkit-split.mdPLAN.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/crickets instead of alexherrero/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/g across 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/ and personal-projects/agent-toolkit/crickets/. All vault entries swept (~43 files, 157 occurrences).
  • Operator-local ~/.claude/CLAUDE.md (symlinked from dev-setup/configs/claude/CLAUDE.md) imports updated to @~/Antigravity/agentm/AGENTS.md + @~/Antigravity/crickets/AGENTS.md.
  • Sibling dev-setup repo also swept (~45 files).
  • alexherrero/alexherrero profile 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.