obsidian-tc 1.28.4 → 1.30.0
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 +671 -605
- package/dist/cli.js.map +1 -1
- package/dist/index.js +45 -43
- package/dist/index.js.map +28 -25
- package/dist/plugin/manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
12
|
+
✅ **Shipped — v1.30.0.** The full tool surface (163 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
|
|
|
@@ -29,6 +29,7 @@ config + caches (no server needed):
|
|
|
29
29
|
| `config show / validate` | Print the effective config (secrets redacted) / validate it |
|
|
30
30
|
| `plugin install --vault <p>` | Copy the companion plugin into a vault |
|
|
31
31
|
| `cluster [--k N]` | Recompute chunk clusters for diversified retrieval |
|
|
32
|
+
| `compact [--dry-run] [--into <dir>] [--json <f>]` | Reclaim disk from cache.db/experiential.db: FTS5 `'optimize'` + VACUUM (in place by default; `--into <dir>` copies via `VACUUM INTO` and prints the `mv`), verified with `PRAGMA integrity_check` |
|
|
32
33
|
| `activation-recompute` | Fold the retrieval log into ACT-R activation scores |
|
|
33
34
|
| `citation-infer --transcript <f>` | Stamp `cited_in_response` + `citation_state` on retrieval events from a session transcript. `--allow-uncertain` lets the judge abstain — **dark by default**: it changes the judge prompt and moves abstentions out of the citation count |
|
|
34
35
|
| `contribution-report` | Per-note output-contribution report (top contributors + dead-retrieved) |
|