wendkeep 0.34.0 → 0.34.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/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.34.1] — 2026-07-11
8
+
9
+ ### Fixed
10
+
11
+ - **Tabela "Por subagent" ilegível na nota de sessão**: a tabela markdown vivia dentro de
12
+ `<details>` e o Obsidian (reading view) trata o bloco como HTML cru — sem renderizar a
13
+ tabela, tudo virava uma linha só de pipes embaralhados (visto em produção). A seção agora usa
14
+ um sub-heading `### Por subagent (N)` + tabela markdown pura: renderiza correto e continua
15
+ colapsável via fold nativo de heading. Notas existentes se autocuram no próximo Stop/refresh
16
+ (a seção inteira é regenerada pelo upsert).
17
+
7
18
  ## [0.34.0] — 2026-07-11
8
19
 
9
20
  ### Added
@@ -181,13 +181,11 @@ export function renderSubagentSection(c) {
181
181
  - **Workflows:** ${wf}
182
182
  - **Tools (subagents):** ${tools}${wasteLine}
183
183
 
184
- <details><summary>Por subagent (${a.count})</summary>
184
+ ### Por subagent (${a.count})
185
185
 
186
186
  | Agent | Tipo | Workflow | Modelo | Tools | Tokens | Custo |
187
187
  |---|---|---|---|---:|---:|---:|
188
- ${rows}
189
-
190
- </details>`;
188
+ ${rows}`;
191
189
  }
192
190
 
193
191
  function setFrontmatterField(content, key, value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wendkeep",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
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": {