Skip to the content.

Linotype v0.6 – v0.6.3

v0.6 adds LinoLoop, a thin execution wrapper that sits on top of executor briefs (cli/linotype exec ...) and can run one galley or an ordered release list.

v0.6.1 adds worktree-aware execution modes so release runs can be isolated by galley.

v0.6.2 (“Casablanca”) layers movie-themed release naming, per-version release notes, and CLI modularity/tests to keep documentation in lockstep with behavior.

v0.6.3 extends Casablanca with execution-phase guardrails, slug context packs, and per-slug evidence requirements.

This doc covers:

What changed from v0.5

1) LinoLoop runner wrapper

New command:

cli/linoloop <galley-name|release-id>

LinoLoop behavior:

2) Release-oriented execution

LinoLoop can target a release ID if this file exists:

docs/work/releases/<release-id>/galleys.txt

galleys.txt rules:

3) Manual fallback mode

If the configured loop runner is unavailable, LinoLoop prints the generated executor brief and exits so you can paste it into OpenCode manually.

Running LinoLoop

Single galley

cli/linoloop 20260216-auth-passkeys

Single galley with isolated worktree:

cli/linoloop 20260216-auth-passkeys --mode serial-isolated

Release

cli/linoloop 2026-02-release-a

For releases, --mode auto defaults to serial-isolated.

Where docs/work/releases/2026-02-release-a/galleys.txt might look like:

# release ordering
20260210-auth-passkeys
20260211-login-ui
20260212-session-hardening

Environment knobs

LinoLoop supports these environment variables:

Example:

LINOLOOP_MAX_ITER=80 LINOLOOP_RUNNER=ralph cli/linoloop 2026-02-release-a

v0.6.1 controls

Common options:

cli/linoloop <target> --mode serial-isolated --worktree-root ../.linotype-worktrees
cli/linoloop <target> --reuse-worktree
cli/linoloop <target> --allow-dirty
cli/linoloop <target> --dry-run
cli/linoloop <release-id> --auto-pr

Modes:

Release status log:

Executor brief command:

Operational notes

v0.6.2 additions

Iconic movie naming

Single release file per version

Domain discipline + tests

v0.6.3 additions

Execution phases & context packs

Evidence discipline