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
- quickstart.md: 16 -> 19 MCP tools in API reference link
- comparison.md: 18 -> 19 MCP tools in comparison table
- configuration.md: version 1.7.0 -> 1.7.2 in all examples
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.0",
11
+
"version": "1.7.2",
12
12
"schema_version": "2.1.0",
13
13
"workspace_path": ".",
14
14
"auto_capture": true,
@@ -88,7 +88,7 @@ mind-mem is configured via `mind-mem.json` in your workspace root. This file is
88
88
89
89
| Key | Type | Default | Description |
90
90
| --- | --- | --- | --- |
91
-
|`version`| string |`"1.7.0"`| Config file version. Set automatically by `init_workspace.py`. |
91
+
|`version`| string |`"1.7.2"`| Config file version. Set automatically by `init_workspace.py`. |
92
92
|`schema_version`| string |`"2.1.0"`| Workspace schema version. Used by `schema_version.py` for migrations. Falls back to `version` if absent. |
93
93
|`workspace_path`| string |`"."`| Workspace root directory. Relative paths are resolved from the config file location. |
94
94
|`auto_capture`| bool |`true`| Run the capture engine automatically on session-end hooks. When `false`, the session-end hook exits without capturing signals. |
@@ -373,7 +373,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
373
373
374
374
```json
375
375
{
376
-
"version": "1.7.0",
376
+
"version": "1.7.2",
377
377
"governance_mode": "detect_only",
378
378
"recall": {
379
379
"backend": "scan"
@@ -385,7 +385,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
385
385
386
386
```json
387
387
{
388
-
"version": "1.7.0",
388
+
"version": "1.7.2",
389
389
"governance_mode": "propose",
390
390
"recall": {
391
391
"backend": "hybrid",
@@ -405,7 +405,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
405
405
406
406
```json
407
407
{
408
-
"version": "1.7.0",
408
+
"version": "1.7.2",
409
409
"governance_mode": "enforce",
410
410
"recall": {
411
411
"backend": "hybrid",
@@ -427,7 +427,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
427
427
428
428
```json
429
429
{
430
-
"version": "1.7.0",
430
+
"version": "1.7.2",
431
431
"recall": {
432
432
"backend": "vector",
433
433
"provider": "qdrant",
@@ -442,7 +442,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
442
442
443
443
```json
444
444
{
445
-
"version": "1.7.0",
445
+
"version": "1.7.2",
446
446
"auto_capture": true,
447
447
"auto_ingest": {
448
448
"enabled": true,
@@ -457,7 +457,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
0 commit comments