wendkeep 0.85.0 → 0.85.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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,20 @@ 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.85.1] — 2026-08-25
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **Proveniência da árvore publicada após o sync do próprio projeto.** O checkout de
|
|
12
|
+
desenvolvimento permanece sem depender do pacote `wendkeep` publicado, enquanto o bump patch
|
|
13
|
+
alinha `package.json`, lockfile, tag e automação de Release à árvore integrada pelo PR #109.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- **Harness do repositório sincronizado com 0.85.0.** `AGENTS.md` e as skills gerenciadas passam
|
|
18
|
+
a refletir o contrato atual, incluindo o binding completo do Evidence Envelope no verdict; o
|
|
19
|
+
MCP do projeto usa o servidor nativo e o perfil persistente continua explicitamente `OFF`.
|
|
20
|
+
|
|
7
21
|
## [0.85.0] — 2026-08-25
|
|
8
22
|
|
|
9
23
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wendkeep",
|
|
3
|
-
"version": "0.85.
|
|
3
|
+
"version": "0.85.1",
|
|
4
4
|
"description": "Vault-first persistent memory for AI coding agents, with an optional profile-aware governance runtime: OFF, FLOW, GUIDE, GOVERN, or ASSURE. Local-first and agent-agnostic (Claude Code, Codex, Cursor…).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"workspaces": [
|