v0.1.11
v0.1.11 improves the documentation and installed agent guidance around the mnemon import workflow introduced in v0.1.10.
Note: harness modules, harness documentation, and harness evaluation assets in this repository remain experimental and are not part of this release's public stability guarantee.
Highlights
Import guide internationalization
- Reworked
docs/IMPORT.mdinto the English canonical import guide. - Added
docs/zh/IMPORT.mdas the Chinese import guide with the same schema reference, examples, command usage, output explanation, FAQ, and LLM extraction prompt. - Added language-switch links between the English and Chinese import guides.
- Linked the import guide from both README documentation indexes.
Setup skill guidance for import workflows
- Updated the installed
mnemonskill templates for Codex, Claude Code, Nanobot, and OpenClaw. - Added
mnemon import --dry-run <file>andmnemon import <file>to each skill's command list. - Added a short “Import Historical Chats” workflow so host agents know how to:
- create a
memory_draft.jsonwithschema_version: "1" - include insight fields such as
content,category,importance,tags,entities, and optionalcreated_at - include optional explicit edges with
source_index,target_index,edge_type,weight, andreason - validate with
mnemon import --dry-runbefore writing - verify imports with
mnemon status,mnemon search, ormnemon recall - check the
errorsfield because imports can partially succeed
- create a
Validation
go test ./...go build -o mnemon .git diff --check- Release workflow passed
make buildandmake test.
Links
- Full changelog: v0.1.10...v0.1.11