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

@@ -7,7 +7,8 @@ from typing import Any, Mapping, Optional
_PHASE_MEMORY_ERROR = (
"phase-memory is required for warden memory commands. "
"Install with: pip install phase-memory (or set PYTHONPATH to phase-memory/src)."
"From ~/ops-warden run: make install-memory (or make install-all). "
"Dev fallback: PYTHONPATH=../phase-memory/src"
)
# In-process cache: implicit activation is default; no separate `warden memory activate`