obsidian-tc 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/dist/cli.js +339 -308
- package/dist/cli.js.map +1 -1
- package/dist/index.js +49 -49
- package/dist/index.js.map +6 -6
- package/dist/migrations/20260713_001_vault_edges_derived.sql +21 -0
- package/dist/plugin/manifest.json +1 -1
- package/package.json +3 -3
- package/dist/schema.sql +0 -258
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ See the [repo root README](../../README.md) for project overview and the
|
|
|
9
9
|
|
|
10
10
|
## Status
|
|
11
11
|
|
|
12
|
-
✅ **Shipped — v1.9.
|
|
12
|
+
✅ **Shipped — v1.9.1.** The full tool surface (141 tools across 31 domains, milestones
|
|
13
13
|
M0–M7) is implemented and released. Built on Bun + Hono with Zod 4 schemas; runs under
|
|
14
14
|
Node `>=24` (the test suite runs vitest under Node for `node:sqlite`).
|
|
15
15
|
|
|
@@ -33,6 +33,7 @@ config + caches (no server needed):
|
|
|
33
33
|
| `citation-infer --transcript <f>` | Stamp `cited_in_response` on retrieval events from a session transcript |
|
|
34
34
|
| `contribution-report` | Per-note output-contribution report (top contributors + dead-retrieved) |
|
|
35
35
|
| `prefetch [--vault id] [--ttl-hours N]` | Prewarm the session-bootstrap context cache (TTL enforced at read) |
|
|
36
|
+
| `densify-llm [--vault id]` | LLM Pass-3 semantic-edge densification via the local gateway (graph densification, experimental; refuses if no gateway resolves) |
|
|
36
37
|
| `reflect [--max-judged N]` | Sleep-time pass: stamp episode eligibility + update the preference profile |
|
|
37
38
|
| `metrics [--since ms] [--until ms] [--json f]` | Knowledge-health scorecard from the derive layer |
|
|
38
39
|
| `gaps --queries <f> / --calibrate <golden.yaml>` | Knowledge-gap detector / threshold calibration |
|