Skip to content

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 11 Jul 03:42

Highlights

  • Larger Fairway stores are now easier to operate: route timing logs, batched
    review/evidence projections, the fast board path, snapshot caching, and
    lazy-loaded diagnostics turn previously multi-second dashboard paths into
    explicit fast/default and deep-diagnostics modes.
  • Bounded read-only small-team Fairway is supported on an operator-controlled
    host: managed loopback lifecycle, explicit status/version/config/database/
    pid/log readback, backup/restore, read APIs, local CLI fallback, and a
    versioned clean-state CI rehearsal. Shared writes and non-loopback origins
    remain preview or unsupported.
  • Team-store work is measurable but not overclaimed: disposable Postgres
    rehearsal packets and apply/import/readback proof validate compatibility
    boundaries without switching the runtime store or claiming production
    migration readiness.

Changelog

Changelog

  • 87fef68 ci: rehearse small-team read-only lifecycle
  • 837819c feat: add agent output contract catalog
  • b450cd7 feat: add append-only shared team write pilot
  • 602d3fd feat: add dashboard timing instrumentation
  • 2517558 feat: add fairway doctor diagnostics
  • 6e619f3 feat: add guarded shared team write pilot
  • 31eec1e feat: add lane runtime lifecycle commands
  • 192fda9 feat: add managed small-team server lifecycle
  • d01d7c5 feat: add postgres rehearsal packet
  • 4b085ed feat: add shared team identity guard
  • 9a8ea73 feat: add shared team read-only server
  • 90711b0 feat: add typed delivery resource read model
  • 3a23716 feat: prove disposable postgres rehearsal
  • 89ea85b fix: align terminal review waits with merge ready
  • 500af2b fix: initialize pilot on configured main branch
  • 4199d03 fix: report unknown dashboard lifecycle state
  • f71eb4f fix: scope shared-team pilot diagnostics
  • f11542d perf: add dashboard board fast path
  • 638cf91 perf: batch dashboard review projections
  • 93a9b99 perf: cache dashboard snapshots
  • fb7891c perf: lazy-load dashboard diagnostics