Resources

Patterns, explainers, and playbooks.

How other developers wire Munin into their session corpus. What changed after the first month.

6 min read · Strategy

How to import a strategy document

Turn a three-page strategy memo into a deterministic kernel. Goals, KPIs, initiatives, constraints, assumptions. Munin joins it with your evidence and emits bounded nudges.

Read guide →

8 min read · Kernel

Tuning the promotion threshold

When should a candidate promote to an assertion, and an assertion to a rule? Worked example from a Rust repo with 12 months of session history.

Read guide →

6 min read · Monorepo

Scaling the kernel across a monorepo

One .munin/ at the root, per-package rule scopes, and shared evidence that flows across workspaces. Walkthrough from a 42-package TypeScript monorepo.

Read guide →

7 min read · Proof

Proof-gated handoffs

Replay/eval against a held-out corpus before switching agents mid-task. What to monitor, when to fall back, how to read the proof packet.

Read guide →

6 min read · Hooks

Writing a prevention hook

Three times is a pattern. Turn a repeated correction into a pre-edit hook that blocks the mistake without blocking the flow.

Read guide →

5 min read · Debugging

Debugging a stale memory

Freshness dropped, confidence tanked, the agent keeps suggesting the old thing. Walk through the decay path and what to do about it.

Read guide →

Changelog

What's new

  • v0.4.0 · Apr 2026: Corpus ingestion across Claude Code, Codex, Cursor, Windsurf, Cline, PowerShell, OMX.
  • v0.3.2 · Mar 2026: Live replay beta. Proof packets shipped.
  • v0.3.0 · Feb 2026: Per-agent friction reports. Prevention hooks.
  • v0.2.0 · Jan 2026: Kernel promotion/decay lifecycle. Freshness & stability scoring.

Want to contribute a guide?

Open a PR on the Munin repo with a Markdown guide. Keep it under 800 words and include the before/after evidence.