Skip to content

v1.7.0

Choose a tag to compare

@raybird raybird released this 07 Apr 01:07
· 21 commits to main since this release

Highlights

  • Add compiled wiki workflows to Memoria with raw source import, generated wiki special pages, query file-back, and durable governance lint findings.
  • Extend the CLI and HTTP API so wiki ingest, build, filing, and lint flows are available in both repo mode and installed mode.
  • Keep existing memory, bootstrap, no-clone install, adapter runtime, and MCP hybrid flows green under the expanded validation matrix.

Added

  • source add and source list for markdown/text raw source import.
  • Compiled wiki special pages: knowledge/index.md, knowledge/log.md, and knowledge/overview.md.
  • wiki file-query for filing high-value recall results into synthesis or comparison pages.
  • wiki lint with durable findings for duplicate, orphan, stale, low-provenance, and source-not-compiled checks.
  • CI coverage for wiki ingest, wiki build, query file-back, and wiki lint workflows.

Changed

  • Agent guidance, operations docs, release SOP, and skill instructions now treat the compiled wiki as a first-class runtime workflow.
  • Compiled wiki flows now refresh alongside session sync and raw source import.

Release Artifact

  • Linux x64 tarball: memoria-linux-x64-v1.7.0.tar.gz

Verification

  • pnpm run release:docs-check
  • pnpm run check
  • pnpm run build
  • pnpm run release:package
  • bash scripts/test-smoke.sh
  • bash scripts/test-bootstrap.sh
  • bash scripts/test-adapter-runtime.sh
  • bash scripts/test-no-clone-install.sh
  • bash scripts/test-mcp-e2e.sh
  • bash scripts/test-wiki-ingest.sh
  • bash scripts/test-wiki-build.sh
  • bash scripts/test-wiki-query-fileback.sh
  • bash scripts/test-wiki-lint.sh