This repository was archived by the owner on Sep 23, 2025. It is now read-only.
Commit 7b91fbc
Add simulated mode testing for memory bank with dialectic
- Add --simulated flag to memory-bank server config in dialectic
- Create focused test files for write-memory operations:
* create-memory-test.yaml - tests new memory creation
* read-before-update-test.yaml - tests concurrency control rule
- Both tests pass, confirming simulated mode works correctly
Tests verify that write-memory tool properly creates memories and
enforces the "must read before update" rule for optimistic concurrency.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 2df1d27 commit 7b91fbc
File tree
3 files changed
+26
-1
lines changed- dialectic
- tests/memory-basic
3 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments