Commit ded48cd
feat: per-agent vector collection + read-only recall collections
- Added skvector_collection field to SKMemoryConfig — when set, passes
collection name to SKVectorBackend instead of defaulting to "skmemory"
- Added recall_collections list for cross-project read-only search
(e.g. hammertime-v2 for HammerTime research recall)
- CLI _get_store() passes collection from config to SKVectorBackend
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a6549b7 commit ded48cd
2 files changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
0 commit comments