Skip to content

MulmoClaude

v@mulmoclaude/[email protected] Feature

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

Published 3d 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, raw, and https://www.npmjs.com/package/@mulmoclaude/markdown-utils/v/1.3.0 across a mixed release.

Full changelog

Highlights

  • splitFrontmatter(raw) (#2382, #2300). Returns the frontmatter prefix alongside the body that follows it, so a caller that rewrites the body can re-attach the original header verbatim. Built on parseFrontmatter, where body is always a suffix of raw, so prefix + body reproduces the input exactly. This replaced the hand-rolled splitter in the wiki View.vue task-checkbox path — the safe half of the View.vue split (#2300), whose template split was deferred because of the xpath-dependent e2e.

  • escapeHtml now comes from @mulmoclaude/common (#2483). mermaidExtension carried its own copy of the five-character entity escaper. It now imports the canonical one, adding @mulmoclaude/common as a dependency; the module's purity note was corrected to match (#2483 follow-up).

  • makeTasksInteractive no longer scans superlinearly. A markdown document with many task list items could drive the scan into quadratic behaviour; the walk is now linear.

  • Wiki View.vue pure helpers (#2300). The extraction that motivated splitFrontmatter also moved the surrounding pure helpers out of the component, making them directly testable.

Consumers

The launcher and markdown-plugin ranges were already swept to ^1.3.0 when the version was bumped; @mulmoclaude/core also declares ^1.3.0, so this publish is what lets core resolve on npm.

📦 npm: @mulmoclaude/[email protected]


What's Changed

  • fix(spreadsheet): VLOOKUP / HLOOKUP index bounds (#2360) by @isamu in https://github.com/receptron/mulmoclaude/pull/2506
  • test(manageSkills): guard external-link click wiring on markdown bodies (#2493) by @isamu in https://github.com/receptron/mulmoclaude/pull/2512

Full Changelog: https://github.com/receptron/mulmoclaude/compare/@mulmoclaude/[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]