Skip to content

Harness starter rendering and hook cleanup

Choose a tag to compare

@Foxfire1st Foxfire1st released this 08 Jun 07:15
4401222

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-starter helpers for the starter packages that need path, repository, and hook-command placeholder rendering.
  • Simplified renderer usage to a copied-package workflow with one --repo list, 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 jq misconception for Claude Code hooks.
  • Bumped agents-remember-mcp to 2.4.0 and 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-starter helper 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.