wendkeep 0.13.0 → 0.14.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/CHANGELOG.md +12 -0
- package/README.md +26 -6
- package/bin/wendkeep.mjs +2 -2
- package/package.json +1 -1
- package/src/taxonomy.mjs +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to **wendkeep** are documented here. Format based on
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project follows
|
|
5
5
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.14.0] — 2026-07-06
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- **dotcontext is no longer a default companion.** wendkeep's native a2 loop (`change` /
|
|
11
|
+
`verify` / gate) recreates dotcontext's execution/gate role, so pinning it duplicates the
|
|
12
|
+
harness. The interactive / `--yes` default is now **`context-mode` only**; dotcontext stays
|
|
13
|
+
selectable via `--companions dotcontext` for anyone already invested.
|
|
14
|
+
- **README:** rewrote "Install & set up" with a clear **`init` options table** and a
|
|
15
|
+
per-companion breakdown; clarified that `--no-mcp` skips **only wendkeep's own** vault MCP
|
|
16
|
+
(companion MCPs still follow `--companions`).
|
|
17
|
+
|
|
7
18
|
## [0.13.0] — 2026-07-06
|
|
8
19
|
|
|
9
20
|
Cost intelligence: waste + average.
|
|
@@ -272,6 +283,7 @@ Initial release — the capture engine, extracted from a system in daily product
|
|
|
272
283
|
- `wendkeep init` (cross-platform installer) + optional `@bitbonsai/mcpvault` MCP server.
|
|
273
284
|
|
|
274
285
|
<!-- Only v0.4.0+ is tagged in git (history starts here); older versions link to npm. -->
|
|
286
|
+
[0.14.0]: https://github.com/rogersialves/wendkeep/releases/tag/v0.14.0
|
|
275
287
|
[0.13.0]: https://github.com/rogersialves/wendkeep/releases/tag/v0.13.0
|
|
276
288
|
[0.12.0]: https://github.com/rogersialves/wendkeep/releases/tag/v0.12.0
|
|
277
289
|
[0.11.0]: https://github.com/rogersialves/wendkeep/releases/tag/v0.11.0
|
package/README.md
CHANGED
|
@@ -39,20 +39,40 @@ npx wendkeep init
|
|
|
39
39
|
|
|
40
40
|
1. Create the vault folder taxonomy and a templated `README.md` (default vault: `<project>/.<project-name>-vault`, e.g. `.MyApp-vault`; override with `--vault`).
|
|
41
41
|
2. **Merge** the three session hooks and `OBSIDIAN_VAULT_PATH` into `.claude/settings.json` — without clobbering your existing settings (a `.bak` is saved; an unparseable file is left untouched and a `.new` is written for you to merge).
|
|
42
|
-
3. Add the
|
|
43
|
-
4. Offer to pin **companion** plugins/MCP (multi-choice; `context-mode`
|
|
42
|
+
3. Add the **`wendkeep-vault`** MCP server to `.mcp.json` so the agent can read/write the vault. Skip with `--no-mcp` — e.g. when the agent already has a vault MCP. (`--no-mcp` skips *only wendkeep's own* MCP; companion MCPs still follow `--companions`.)
|
|
43
|
+
4. Offer to pin **companion** plugins/MCP (multi-choice; only `context-mode` pre-checked). Each is wired the most agent-agnostic way it supports:
|
|
44
|
+
- **`context-mode`** — context optimizer + FTS5 memory, as a `.mcp.json` MCP server (any agent). The recommended default.
|
|
45
|
+
- **`understand-anything`** — project domain graph, via a `understand-inject` SessionStart hook that injects the graph when generated.
|
|
46
|
+
- **`caveman`** — token-compression mode; runs its own cross-agent installer on non-Claude agents.
|
|
47
|
+
- **`dotcontext`** — *legacy, not recommended.* wendkeep's native a2 loop (`change` / `verify` / gate) already does its job, so installing it **duplicates the harness**. Still selectable via `--companions dotcontext` for anyone already invested (tune with `--dotcontext-mcp` / `--dotcontext-hooks`), but off by default.
|
|
48
|
+
|
|
49
|
+
Control with `--companions <csv>` or `--no-companions`. The Claude Code plugin layer (`extraKnownMarketplaces` + `enabledPlugins`) is wired as a bonus where the companion has one.
|
|
44
50
|
5. Install a **color system** into the vault's `.obsidian/`: a CSS snippet that accents notes by type (session/decision/bug/learning, via the `cssclasses` the hooks emit) plus graph color groups by folder. Non-destructive merge into `appearance.json`/`graph.json`; skip with `--no-colors`.
|
|
45
51
|
6. Seed the **curated memory layer**: `.brain/CORE.md` (the hand-curated hot layer, with the 3 required sections) and `.brain/COMPACTION_PROTOCOL.md` (the protocol guide). The auto layers (`DIGEST.md`, `index.jsonl`) are generated by the hooks. Validate the curated layer with `wendkeep validate-memory` (cap 25 lines, 3 sections, no secrets/PII).
|
|
46
52
|
7. Seed the **definitions + skills layer**: `.brain/agents/` + `.brain/skills/` (versioned source of truth), including the native process skills `wk-workflow` / `wk-tdd` / `wk-debugging` / `wk-brainstorming` / `wk-planning`. `init` runs `wendkeep sync-defs` for you, delivering them to `.codex/agents/` + `.claude/skills/` (re‑run `sync-defs` after editing `.brain`).
|
|
47
53
|
8. Seed the **change/spec lifecycle**: the `07-Specs/` + `08-Mudanças/` folders and a native `wendkeep.sensors.json` (a `validate-memory` sensor plus one per detected `package.json` script). Drives `wendkeep change` / `wendkeep verify` — see **Change lifecycle** below.
|
|
48
54
|
|
|
49
55
|
```bash
|
|
50
|
-
npx wendkeep init --vault "~/vaults/work" --project . --yes # non-interactive (
|
|
51
|
-
npx wendkeep init --companions "context-mode,
|
|
52
|
-
npx wendkeep init --no-companions --yes
|
|
56
|
+
npx wendkeep init --vault "~/vaults/work" --project . --yes # non-interactive (default companion: context-mode)
|
|
57
|
+
npx wendkeep init --companions "context-mode,understand-anything" --yes
|
|
58
|
+
npx wendkeep init --no-companions --no-mcp --yes # zero companions, no wendkeep MCP
|
|
53
59
|
```
|
|
54
60
|
|
|
55
|
-
|
|
61
|
+
### `init` options
|
|
62
|
+
|
|
63
|
+
| Flag | What it does |
|
|
64
|
+
|---|---|
|
|
65
|
+
| `--vault <path>` | Vault folder. Default `<project>/.<project-name>-vault`; interactive init asks. Point it at an existing vault to install into it. |
|
|
66
|
+
| `--project <path>` | Project root to wire (default: current directory). |
|
|
67
|
+
| `--locale <pt-BR\|en>` | Vault language — folder names, scaffold, skills. Interactive init asks; locked at init. |
|
|
68
|
+
| `--companions <csv>` | Companions to pin: `context-mode,caveman,understand-anything` (default: `context-mode`; `dotcontext` is legacy). |
|
|
69
|
+
| `--no-companions` | Pin no companions. |
|
|
70
|
+
| `--no-mcp` | Skip **wendkeep's own** vault MCP (`wendkeep-vault`). Companion MCPs still follow `--companions`. |
|
|
71
|
+
| `--no-colors` | Skip the Obsidian color system (`.obsidian` snippet + graph groups). |
|
|
72
|
+
| `--yes`, `-y` | Non-interactive; accept defaults (skips the language / vault / companion prompts). |
|
|
73
|
+
| `--force` | Overwrite existing wendkeep config blocks. |
|
|
74
|
+
|
|
75
|
+
Then open the vault in Obsidian, send a test prompt in your agent, and confirm a note appears under `02-Sessões/…` (or `02-Sessions/…` for an `en` vault).
|
|
56
76
|
|
|
57
77
|
## Updating
|
|
58
78
|
|
package/bin/wendkeep.mjs
CHANGED
|
@@ -29,8 +29,8 @@ Usage:
|
|
|
29
29
|
--vault <path> Obsidian vault folder (default: <project>/.<project-name>-vault).
|
|
30
30
|
--project <path> Project root to wire (default: current directory).
|
|
31
31
|
--no-mcp Do not add the mcpvault MCP server to .mcp.json.
|
|
32
|
-
--companions <csv> Companion plugins/MCP to pin: context-mode,
|
|
33
|
-
(default
|
|
32
|
+
--companions <csv> Companion plugins/MCP to pin: context-mode,caveman,understand-anything
|
|
33
|
+
(default: context-mode). dotcontext is legacy — the native a2 loop replaces it.
|
|
34
34
|
--no-companions Skip companion plugins/MCP entirely.
|
|
35
35
|
--no-colors Skip the Obsidian color system (.obsidian snippet + graph groups).
|
|
36
36
|
--dotcontext-mcp <v> dotcontext MCP placement: auto (default; skip project entry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wendkeep",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "A persistent-memory harness for AI coding agents on your Obsidian vault: turn-by-turn session capture plus a native, zero-dependency spec→change→verify→archive loop (sensor-gated, independent verdict, mutation discrimination). Local-first, agent-agnostic (Claude Code, Codex, Cursor…).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
package/src/taxonomy.mjs
CHANGED
|
@@ -124,8 +124,11 @@ export const COMPANIONS = [
|
|
|
124
124
|
},
|
|
125
125
|
{
|
|
126
126
|
id: 'dotcontext',
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
// Legacy: wendkeep's native a2 loop (change/verify/gate) recreates dotcontext's role,
|
|
128
|
+
// so it is no longer recommended — installing it would duplicate the native harness.
|
|
129
|
+
// Kept selectable for anyone already invested in it; not a default.
|
|
130
|
+
label: 'dotcontext — legado (o loop a2 nativo do wendkeep substitui; não recomendado)',
|
|
131
|
+
default: false,
|
|
129
132
|
// MCP-only (no Claude Code plugin). Agent-agnostic server, @latest surface.
|
|
130
133
|
mcp: { key: 'dotcontext', entry: { type: 'stdio', command: 'npx', args: ['-y', '@dotcontext/mcp@latest'], env: {} } },
|
|
131
134
|
// Lifecycle hooks via the pinned CLI; wired by wendkeep (single writer).
|