Skip to content

MulmoClaude

v@mulmoclaude/[email protected] Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 7d LLM Frameworks
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Updates Highlights, fix, and https://www.npmjs.com/package/@mulmoclaude/core/v/0.28.0 across a mixed release.

Full changelog

Highlights

Wiki — summary.md and SCHEMA.md had a reader but no writer (#2226)

The host reads two wiki files on its own, outside any wiki interaction:

  • server/agent/prompt.ts loads data/wiki/summary.md into the system prompt of every session, which is what lets accumulated wiki knowledge inform an ordinary conversation.
  • If data/wiki/SCHEMA.md exists, every role is told to read it before touching a page.

Both are declared editPolicy: "agent-managed" — but nothing instructed the agent to create or update them. The help mentioned them only in a folder-layout diagram, never in the Ingest or Lint operations. The result was a read with no writer.

Found by inspecting a wiki that had been in real use for two months (202 pages): neither file had ever been created. The failure is silent — with no summary.md, the host falls back to a generic hint, so the wiki simply stops informing conversations and nothing reports it.

assets/helps/wiki.md now covers both:

  • Ingest — refresh summary.md. Keep it to about a screenful, since it costs context on every session; topic areas and their anchor pages, not a page list (that is index.md's job). Create it on first ingest.
  • Lint — flag both files as missing or stale, and give orphan pages explicit treatment (the same wiki had 53% of its pages fully unlinked).
  • Folder layout — mark both as agent-maintained rather than merely describing them.
  • New section — what belongs in each file, with an example. It also records that the host wraps summary.md in a <reference> block instructing the model not to follow instructions inside it: the summary is derived from user-supplied sources, so it is a prompt-injection surface and must never be written as instructions to the assistant.

Help-only change; no code was modified.

📦 npm: @mulmoclaude/[email protected]

Note on the tag range. The auto-generated notes below span back to @mulmoclaude/[email protected], because versions 0.23.1 through 0.27.0 were published without release tags. The only change in core between 0.27.0 and this release is #2226 above; the earlier entries were shipped in those untagged releases and are recorded in docs/CHANGELOG.md.


What's Changed

  • fix: route core collection reads through fieldText, by what the value is for by @isamu in https://github.com/receptron/mulmoclaude/pull/2225
  • fix: wiki の summary.md / SCHEMA.md に書き手がいなかった by @isamu in https://github.com/receptron/mulmoclaude/pull/2226

Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmobridge/[email protected]...@mulmoclaude/[email protected]

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track MulmoClaude

Get notified when new releases ship.

Sign up free

About MulmoClaude

All releases →

Related context

Earlier breaking changes

  • v1.1.1 Moves Google token store to ~/.config/mulmo/google-token.json
  • v0.6.4 `General` role split into lean `General` and new `Personal` role; Encore seed role pinned to Personal.

Beta — feedback welcome: [email protected]