Agents Remember MCP 2.2.0
Highlights
- Recasts the session lifecycle front half around a concrete collaboration loop: context packet grounding, developer-facing reframe, agreement, and deeper research proof before implementation.
- Updates the lifecycle skill, lifecycle detail doc, and job-variant guidance to match the new collaboration framing.
- Clarifies the C-09 worktree source-branch contract so integration lands back on the branch the worktree was created from, not automatically on a PR-gated branch such as main.
- Bumps the MCP package to 2.2.0 and refreshes the README status line for the lifecycle/C-09 release.
Validation
- Full local quality wrapper passed: .venv/bin/python -m agents_remember.code_quality.check --fail-on-crap-threshold.
- Pre-push hooks ran the same wrapper successfully before branch and tag pushes.
- GitHub Actions quality checks passed for the lifecycle PR and release PR.
- Publish MCP package to PyPI workflow completed successfully.
- Memory closeout and carryover finished with memory quality clean.
Install
Use the published package from PyPI:
uvx --refresh-package agents-remember-mcp agents-remember-mcp@latest --config /absolute/path/to/agents-remember-settings.json
Then run the MCP runtime_install and skills_install tools and restart the harness so newly installed skills are discovered.
Links
- PyPI: https://pypi.org/project/agents-remember-mcp/2.2.0/
- Lifecycle PR: #12
- Release PR: #14