Skip to content

Harness Starter Packages & One-Restart Setup

Choose a tag to compare

@Foxfire1st Foxfire1st released this 03 Jun 17:37
ce68956

Agents Remember 2.3.1

This release makes first-run setup package-first: copy the starter package for your harness, wire the MCP server, restart once, then invoke c-13-install-and-onboard. Version 2.3.1 supersedes 2.3.0 by correcting the PyPI-facing MCP package README to match that setup flow.

Highlights

  • Added harness-native starter packages for Claude Code, Codex, Cursor, VS Code + Copilot, Antigravity, Hermes, Pi.dev, and OpenClaw.
  • Added root skills/ as the canonical skill source tree.
  • Added scripts/sync-skills.py and a pre-push sync check to keep root skills, MCP package data, and harness package skill copies aligned.
  • Reframed first-run docs around starter packages: skills_install() remains available for manual maintenance, but copied packages provide initial skills and harness files.
  • Updated c-13-install-and-onboard to own the post-wiring runtime setup, memory setup, onboarding bootstrap, and provider indexing.

Install Flow

  • Copy the harness starter package from this repo.
  • Replace the package placeholders and wire uvx agents-remember-mcp@latest --config /absolute/path/to/agents-remember-settings.json.
  • Restart the harness once.
  • Invoke c-13-install-and-onboard.

Release Notes

  • 2.3.0 introduced the starter packages and root skills tree.
  • 2.3.1 is the published package to use because its PyPI README reflects the new one-restart setup path.