Add Makefile targets to install and verify phase-memory with warden.

install-all uses uv tool install --with-editable for sibling phase-memory.
check-memory and verify-memory confirm warden can load experiential memory.
This commit is contained in:
2026-07-03 00:54:21 +02:00
parent 120de64bcb
commit 210f7eab68
4 changed files with 76 additions and 7 deletions

View File

@@ -180,8 +180,8 @@ Episodes are recorded automatically unless `WARDEN_MEMORY=0`.
**Worker:** `warden worker run --brain llm` skips OpenRouter when stabilized
routing memory matches. See `wiki/OpsWardenMemory.md`.
Requires `phase-memory` on `PYTHONPATH` or installed; contract in
`phase-memory/docs/ops-warden-memory-contract.md`.
Install bundled memory: `make install-all` then `make check-memory` from
`~/ops-warden`. Contract: `phase-memory/docs/ops-warden-memory-contract.md`.
---