distill

Installation
SKILL.md

galmuri:distill — Core Engine

Prerequisites

  • scripts/preflight.sh passes (jq, bats, bash required).
  • scripts/parse-ratio.sh and scripts/validate-essence.sh are executable.

Flags

Flag Required Description
--mode reduce|construct Yes (when called directly) reduce = essence reduction, construct = structural expansion
--ratio 0.05–0.5 No (used in reduce mode) Natural-language values accepted — parsed by parse-ratio.sh
--audience {target} No If omitted, the adapter handles it via HITL
--weak-decomposition No Allow Weak D/E/V/R decomposition
--input {path} No File path instead of stdin

Step 1: Input Capture [bash]

Persist source text to .galmuri/tmp/source-{slug}.txt and reset the retry counter (clears leftovers from prior sessions). If --mode is specified, skip Step 2 and jump to Step 3.

Installs
10
Repository
jazz1x/galmuri
GitHub Stars
3
First Seen
Apr 29, 2026
distill — jazz1x/galmuri