@mulmoclaude/core
v4.4.2
Published
Shared server-side core for MulmoClaude and MulmoTerminal — the always-shipped-together subsystems consolidated behind subpath exports so the two hosts can't drift. Server-only except the browser-safe ./artifacts, ./whisper/client, ./workspace-setup/slug,
Downloads
18,642
Readme
@mulmoclaude/core
Shared server-side core for MulmoClaude and MulmoTerminal — the subsystems the two hosts always ship together, consolidated behind subpath exports so they cannot drift apart.
Not a general-purpose library: it exists so one implementation of collections, wiki, feeds, Google integration, scheduling and the rest serves both hosts. Every host specific (paths, logging, notification transport, …) is injected rather than imported, which is what lets the same code run under either.
Subpath exports
| Area | Entries |
| --- | --- |
| Collections | ./collection, ./collection/server, ./collection/paths, ./collection/registry, ./collection/registry/server, ./collection-watchers |
| Knowledge | ./wiki, ./wiki/server, ./wiki/paths, ./feeds, ./feeds/server, ./feeds/paths |
| Google | ./google — OAuth (loopback + PKCE), token store, Calendar / Tasks / Drive REST |
| Runtime | ./scheduler, ./notifier, ./skill-bridge, ./file-change, ./workspace-setup, ./artifacts |
| Remote | ./remote-host, ./remote-host/server, ./remote-view |
| Voice | ./whisper, ./whisper/client |
| Plugin support | ./plugin-vue, ./plugin-vue/i18n |
| Utilities | ./utils, ./files, ./fetch |
Server-only, except the browser-safe entries: ./artifacts,
./whisper/client, ./workspace-setup/slug, ./translation/client,
./remote-view, ./remote-host and ./plugin-vue.
The package also ships assets/helps/* — the help documents the agent reads at
runtime — which is why a change there alone still warrants a release.
About MulmoClaude and MulmoTerminal
- MulmoClaude — an AI-native application platform built on Claude Code. Chat summons the right GUI for each task (documents, charts, forms, wikis, spreadsheets, 3D scenes), and everything your assistant accumulates stays as plain files in your own workspace, on your own machine.
- MulmoTerminal — run a whole
team of coding agents from your browser. Many Claude Code / Codex sessions at
once in a grid, colour-coded so you see which are working, which need you and
which are done, plus git worktrees, one-click PRs and cost readouts. One
npxcommand, no Electron, no config.
📖 User guide: https://receptron.github.io/mulmoterminal/ (日本語 / English)
License
MIT
