Changelog
Summary of versions. Full history: CHANGELOG.md in the repo root.
v6.1 (current)
- Worktree-aware LinoLoop - Added
--modeoptions with isolated execution support (serial-isolated) andautodefaults. - Safety controls - Added
--require-clean-git(default),--allow-dirty,--reuse-worktree, and--dry-run. - Tool-agnostic brief command -
cli/linotype exec brief <galley>is now canonical;exec opencoderemains an alias.
See v6 for v6 baseline details.
v6
- LinoLoop wrapper - New
cli/linoloopcommand runs executor briefs in a loop runner (defaultralph) with lock/log support. - Release execution -
cli/linoloop <release-id>reads ordered galleys fromdocs/work/releases/<release-id>/galleys.txt. - Manual fallback - If no loop runner is installed, LinoLoop prints the executor brief for manual paste into OpenCode.
See v6 for details.
v5
- Learning layer - Added
docs/learning/(inbox, signals, proposals, snapshots). - Signals and snapshots - Added lightweight helpers:
signal add,signal normalise,bundle snapshot.
See v5 for details.
v4
- Focus & optimise — Repos set
focus(loose / standard / strict) and optionaloptimise(speed / cost / quality) indocs/ai/_agent-rules.md. - Parallel workflow — Optional queue stage; one branch per galley; worktrees; one Executor per galley; conflict handling in
review.md. - Agent contract —
_agent-rules.md(authoritative) and repo-rootAGENTS.md(adapter). Orchestrator vs Executor roles. - Galley lifecycle — planning → queue → doing → review → done; CLI
galley move.
See v4 for details.
v3
- Explicit slug types: Directional vs Build.
- Roles: PDA, Module Architect, Builder, Reviewer.
- Proof required before review; workflow script (start / check / review / done).
- Bootstrap script, app-context, capabilities structure, starter slugs.
See v3 for details.
Earlier
- v2: Review stage, proof in build notes, script-driven transitions.
- v1: Initial structure (docs, capabilities, slugs, templates).