Skip to main content

Module types

Module types 

Source
Expand description

Skill type enums.

Enums§

Category
Top-level skill category.
ContentMode
Exactly one content mode is populated; see spec §3.2.3.
HostId
Which host(s) may load a skill. See spec §2.3.
Priority
Provenance
Where a skill came from. Drives the curation gate: Llm-authored skills cannot auto-promote past Emerging until a human curates them (amendment A1, 2026-05-28-mur-workflow-engine-design-v2.md).
TriggerKind
TrustLevel
Three-tier skill trust model. Mirrors mur-commander trust/level.rs.

Constants§

MUR_OWNED_PUBLISHERS
Publishers whose on-disk copies MUR owns and may replace: the shipped builtins and the official catalog. Everything else — human:local from mur notes create, agent:<name> from the remember tool, a human:<you> skill you authored — is yours, and MUR cannot get it back if it removes it.

Functions§

is_mur_owned_publisher
Whether MUR published this and can therefore reinstall it.