Harness starter rendering and hook cleanup
Agents Remember 2.4.0
Agents Remember 2.4.0 makes the harness starter packages easier to copy into a real workspace and render safely. It also removes the outdated Claude Code jq requirement from the setup guidance: hooks can be configured with direct Python command arguments instead.
Highlights
- Added harness-local
render-starterhelpers for the starter packages that need path, repository, and hook-command placeholder rendering. - Simplified renderer usage to a copied-package workflow with one
--repolist, while keeping manual placeholder replacement documented as a supported alternative. - Updated Codex, Claude Code, Cursor, GitHub Copilot, Hermes, OpenClaw, Pi.dev, and Antigravity setup docs to reflect the package-local render flow.
- Rendered hook commands through Python entrypoints where the harness supports it, avoiding shell quoting and removing the legacy
jqmisconception for Claude Code hooks. - Bumped
agents-remember-mcpto2.4.0and refreshed the README Status line for the release.
Setup Notes
- Copy the harness starter package into the workspace root, then either run the copied
render-starterhelper with--repo <repo-a> <repo-b>or replace the placeholders manually. - Restart the harness once after rendering or manual replacement so it loads the updated package files and MCP configuration.
Compatibility
- Backward compatible with the existing MCP tool contracts and memory model.
- Release tag:
mcp-v2.4.0.