Skip to content

v0.11.1 — Cross-Repo Memory Protocol doc

Choose a tag to compare

@alexherrero alexherrero released this 22 May 23:33
· 460 commits to main since this release

Patch — wiki-only release paired with agentic-harness v2.5.0.

Substantive change ships entirely on the harness side: new scripts/harness_memory.py dispatcher + phase-spec amendments wire MemoryVault read + write into every harness phase command (/setup /plan /work /review /release /bugfix) at natural boundaries.

This toolkit-side release adds the companion documentation describing the cross-repo contract.

What's new

  • wiki/explanation/Cross-Repo-Memory-Protocol.md — documents what the harness expects from skills/memory/scripts/save.py, the 5 stability guarantees this side makes, the phase-boundary integration map, and graceful-skip behavior in both directions.

Why this is a paired release

The harness's harness_memory.py dispatcher reads from + writes to this repo's skills/memory/ scripts. The protocol document anchors that contract so future amendments to either side check this page first. Neither repo's CI verifies the integration directly — the harness ships smoke tests against a fixture toolkit stub.

Coordinated-release ordering

This release tagged first; the harness's v2.5.0 release notes URL-link back to this page per the [[coordinated-release-order]] convention. 5th consecutive paired-release-as-documentation pair (after v0.9.0/v0.9.2/v0.10.0/v0.11.0) — but first non-doc-only when measured from the harness side (harness ships real new phase behavior).

Changelog

Full diff: v0.11.0..v0.11.1. See CHANGELOG.md for the full entry.