Skip to content

yonro/xmemo

v0.1.0MIT

Use XMemo to carry trusted project context across conversations: recall, retain decisions, manage saved work and consult the Knowledge Base.

Changelog

0.1.0 — initial registry candidate

  • Corrected REST query mappings and revision routes; reject ambiguous deletion confirmation and invalid concurrency versions before dispatch.

  • Added bounded responses, summary output, HTTPS origin checks, redirect rejection, structured errors and unknown mutation outcome reporting.

  • Replaced partial format checks with pinned official schemas and YAML parsing; added containment validation and isolated regression tests.

  • Corrected installed Skill script paths, capability discovery and development-only status; added a cross-platform CI matrix.

  • Added a dependency-free REST adapter for Knowledge Base and Knowledge Item authoring, using the existing MemoryOS /api/v1/knowledge-* contract.

  • Added capability and scope guidance for Knowledge create, edit, publish, archive, revision-safe content updates, and deletion.

  • Kept the hosted MCP surface intentionally small: retrieval remains MCP-based while CRUD remains REST-based.

  • Added explicit deletion confirmation, optimistic version/revision requirements, environment-only bearer credentials, and post-mutation verification guidance.

  • Expanded authentication, submission, and smoke-test documentation for both MCP OAuth/API-key retrieval and REST authoring.

  • Consolidated overlapping workflow Skills into one xmemo Skill with progressive-disclosure references.

  • Added production MCP discovery, Kiro installation and end-to-end acceptance gates.