Skip to content

Commit f082695

Browse files
author
STARGA Inc
committed
Fix last 3 stale doc references for HN readiness
- 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
1 parent 2e8ccc1 commit f082695

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
| Retrieval | BM25F + hybrid | Vector-based |
2929
| LoCoMo benchmark | 77.9 mean | 58.10 mean |
3030
| MIND kernels | Yes | No |
31-
| MCP tools | 18 | N/A |
31+
| MCP tools | 19 | N/A |
3232

3333
## mind-mem vs Full Context
3434

docs/configuration.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mind-mem is configured via `mind-mem.json` in your workspace root. This file is
88

99
```json
1010
{
11-
"version": "1.7.0",
11+
"version": "1.7.2",
1212
"schema_version": "2.1.0",
1313
"workspace_path": ".",
1414
"auto_capture": true,
@@ -88,7 +88,7 @@ mind-mem is configured via `mind-mem.json` in your workspace root. This file is
8888

8989
| Key | Type | Default | Description |
9090
| --- | --- | --- | --- |
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`. |
9292
| `schema_version` | string | `"2.1.0"` | Workspace schema version. Used by `schema_version.py` for migrations. Falls back to `version` if absent. |
9393
| `workspace_path` | string | `"."` | Workspace root directory. Relative paths are resolved from the config file location. |
9494
| `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`
373373

374374
```json
375375
{
376-
"version": "1.7.0",
376+
"version": "1.7.2",
377377
"governance_mode": "detect_only",
378378
"recall": {
379379
"backend": "scan"
@@ -385,7 +385,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
385385

386386
```json
387387
{
388-
"version": "1.7.0",
388+
"version": "1.7.2",
389389
"governance_mode": "propose",
390390
"recall": {
391391
"backend": "hybrid",
@@ -405,7 +405,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
405405

406406
```json
407407
{
408-
"version": "1.7.0",
408+
"version": "1.7.2",
409409
"governance_mode": "enforce",
410410
"recall": {
411411
"backend": "hybrid",
@@ -427,7 +427,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
427427

428428
```json
429429
{
430-
"version": "1.7.0",
430+
"version": "1.7.2",
431431
"recall": {
432432
"backend": "vector",
433433
"provider": "qdrant",
@@ -442,7 +442,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
442442

443443
```json
444444
{
445-
"version": "1.7.0",
445+
"version": "1.7.2",
446446
"auto_capture": true,
447447
"auto_ingest": {
448448
"enabled": true,
@@ -457,7 +457,7 @@ Kernel parameters override in-code defaults when present. The `get_mind_kernel`
457457

458458
```json
459459
{
460-
"version": "1.7.0",
460+
"version": "1.7.2",
461461
"governance_mode": "propose",
462462
"categories": {
463463
"enabled": true,

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ Requires `pip install mind-mem[embeddings]`.
100100

101101
- [Architecture](architecture.md) -- how the recall pipeline works
102102
- [Configuration](configuration.md) -- every setting explained
103-
- [API Reference](api-reference.md) -- all 16 MCP tools
103+
- [API Reference](api-reference.md) -- all 19 MCP tools
104104
- [Migration Guide](migration.md) -- upgrading from mem-os

0 commit comments

Comments
 (0)