Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 16:39
· 127 commits to main since this release
bfedd30

Linmas 0.3.0

Host and provider expansion

  • Separates installation hosts from review execution providers with independent registries.
  • Preserves Claude Code and Codex installation behavior behind a shared adapter contract.
  • Adds explicit, read-only Codex review execution through the existing normalized ReviewResult boundary.
  • Adds fake-home, fake-runner, and parity coverage without making live provider calls a merge requirement.
  • Defines an evidence and maintenance gate for future installation hosts; no third host is included.

Safety boundary

Provider credentials remain in provider-native configuration and never enter Linmas installation manifests. Live execution remains opt-in, transmits only explicitly supplied input after confirmation, and cannot approve, merge, release, or automatically remediate changes. Human review remains required.