diff options
| author | Adam Malczewski <[email protected]> | 2026-06-04 23:41:00 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-06-04 23:41:00 +0900 |
| commit | 8b9cc0ca1254e52c113998688f4a30c594f287c1 (patch) | |
| tree | 5590e5307a8cdf4f23c7ec62a35c85464a2b0139 /tsconfig.json | |
| parent | 499e3299664da34facc9ec8d602f07b122293688 (diff) | |
| download | dispatch-8b9cc0ca1254e52c113998688f4a30c594f287c1.tar.gz dispatch-8b9cc0ca1254e52c113998688f4a30c594f287c1.zip | |
feat(core-ext): conversation-store — append-only multi-turn persistence on StorageNamespace + pure reconcile (16 tests)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index fa41981..0bb3a16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,9 @@ "path": "./packages/auth-apikey" }, { + "path": "./packages/conversation-store" + }, + { "path": "./packages/kernel" }, { |
