You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ mind-mem is configured via `mind-mem.json` in your workspace root. This file is
8
8
9
9
```json
10
10
{
11
-
"version": "1.7.2",
11
+
"version": "1.7.3",
12
12
"schema_version": "2.1.0",
13
13
"workspace_path": ".",
14
14
"auto_capture": true,
@@ -87,7 +87,7 @@ mind-mem is configured via `mind-mem.json` in your workspace root. This file is
87
87
88
88
| Key | Type | Default | Description |
89
89
| --- | --- | --- | --- |
90
-
|`version`| string |`"1.7.2"`| Config file version. Set automatically by `init_workspace.py`. |
90
+
|`version`| string |`"1.7.3"`| Config file version. Set automatically by `init_workspace.py`. |
91
91
|`schema_version`| string |`"2.1.0"`| Workspace schema version. Used by `schema_version.py` for migrations. Falls back to `version` if absent. |
92
92
|`workspace_path`| string |`"."`| Workspace root directory. Relative paths are resolved from the config file location. |
93
93
|`auto_capture`| bool |`true`| Run the capture engine automatically on session-end hooks. When `false`, the session-end hook exits without capturing signals. |
@@ -372,7 +372,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
372
372
373
373
```json
374
374
{
375
-
"version": "1.7.2",
375
+
"version": "1.7.3",
376
376
"governance_mode": "detect_only",
377
377
"recall": {
378
378
"backend": "scan"
@@ -384,7 +384,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
384
384
385
385
```json
386
386
{
387
-
"version": "1.7.2",
387
+
"version": "1.7.3",
388
388
"governance_mode": "propose",
389
389
"recall": {
390
390
"backend": "hybrid",
@@ -404,7 +404,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
404
404
405
405
```json
406
406
{
407
-
"version": "1.7.2",
407
+
"version": "1.7.3",
408
408
"governance_mode": "enforce",
409
409
"recall": {
410
410
"backend": "hybrid",
@@ -426,7 +426,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
426
426
427
427
```json
428
428
{
429
-
"version": "1.7.2",
429
+
"version": "1.7.3",
430
430
"recall": {
431
431
"backend": "vector",
432
432
"provider": "qdrant",
@@ -441,7 +441,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
441
441
442
442
```json
443
443
{
444
-
"version": "1.7.2",
444
+
"version": "1.7.3",
445
445
"auto_capture": true,
446
446
"auto_ingest": {
447
447
"enabled": true,
@@ -456,7 +456,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
0 commit comments