test-case: no memory block in config = Phase 3 behavior intact #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps
memory = {...}block in config and a fresh history dir (no existing memory.jsonl).[aish] memory: ...status (no items injected).:remember Test fact— should work (writes to <history.dir>/memory.jsonl, creating it).:remember, verify:memory listshows the item, AND:historyshows the AI conversation continuing normally.:quitand reboot.Expected
:remember.What this exercises
Likely failure modes
:rememberfails because memory_path is nil even though history.dir was setPASS (autonomous run, 2026-05-13). Config with no
memoryblock: no startupmemory: N items injectedline;:memory list→(no memory items); no Lua errors. Phase 3 behavior intact. Closing.