Skip to content

v0.1.11

Choose a tag to compare

@github-actions github-actions released this 27 May 15:17

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.md into the English canonical import guide.
  • Added docs/zh/IMPORT.md as 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 mnemon skill templates for Codex, Claude Code, Nanobot, and OpenClaw.
  • Added mnemon import --dry-run <file> and mnemon 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.json with schema_version: "1"
    • include insight fields such as content, category, importance, tags, entities, and optional created_at
    • include optional explicit edges with source_index, target_index, edge_type, weight, and reason
    • validate with mnemon import --dry-run before writing
    • verify imports with mnemon status, mnemon search, or mnemon recall
    • check the errors field because imports can partially succeed

Validation

  • go test ./...
  • go build -o mnemon .
  • git diff --check
  • Release workflow passed make build and make test.

Links