Skip to content

Releases: friedbotstudio/baseline

v0.8.2

22 May 21:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.8.2 (2026-05-22)

Bug Fixes

  • audit: silently skip README.md count claims when file absent (4e5395d)
  • tui: render BASELINE wordmark on install / upgrade / doctor (7b630ce)
  • upgrade: stop replay prompts on runtime-state files + post-reconciliation files (558fab5)

v0.8.1

22 May 15:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.8.1 (2026-05-22)

Bug Fixes

  • audit: stop false-FAILing on consumer installs + bump commit_consent TTL to 900s (ea66e1d), closes #5

v0.8.0

22 May 13:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.8.0 (2026-05-22)

Features

  • cli: tier-1 Merge option + BASE-less stage + /upgrade-project two-way reconciliation (f1f4fc2)

v0.7.0

21 May 16:50
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.7.0 (2026-05-21)

Bug Fixes

  • cli: surface tier-2/3 unrecoverable-BASE files in upgrade dry-run (92e0d10)

Features

  • workflows: declarative track DAGs via workflows.jsonl (§18 + Article IV) (cb1d511)

v0.6.0

20 May 12:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.6.0 (2026-05-20)

Bug Fixes

  • scripts: smoke-tarball handles v3 shipped manifest {sha256, tier} entries (6837992)

Features

  • cli: three-tier upgrade flow + /upgrade-project skill (3a82801)

v0.5.0

20 May 09:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.5.0 (2026-05-20)

Features

  • cli: BASELINE wordmark splash + manifest relocation + branded error paths (e2927c7), closes #080b12

v0.4.0

18 May 19:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.4.0 (2026-05-18)

Features

  • cli: branded TUI for install / upgrade / doctor + retire --merge (71d5577)
  • site: add brand byline + install-pill component + redesign hero (490a4a6)
  • workflow: add Phase 11.5 changelog skill + responsive bento SVG (db291ed)

v0.3.0

17 May 19:24
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.3.0 (2026-05-17)

Bug Fixes

  • audit: allow preamble-only canonical memory files (db0221b)
  • audit: require closing separator in canonical memory preambles (e6ca9b6)

Features

  • design-ui: add mixed_brief Stage 0 terminal for multi-lane briefs (be2d941)
  • drift-check tick, backlog auto-flip, ac008 fixture regen (bfad579)
  • harness: auto-resume across consent gates via Stop-hook rung 4 (1333cb7)
  • hooks: branch-aware git consent policy with /grant-push gate (3a3314e)
  • init-project: explicit gate at Step 5 review surface (5a79b1c)
  • memory: add backlog bucket for future-work intent extraction (54a9235)
  • workflow: add /memory-flush as workflow Phase 10.6 (end-of-workflow memory curation) (a3c55f8)

v0.2.1

14 May 22:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.1 (2026-05-14)

Bug Fixes

  • release: release refactors and constitution scope changes (149e415)

Features

  • site: wire Google Analytics 4 into the Friedbot Studio site (14f06f6)

v0.2.0

14 May 19:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

0.2.0 (2026-05-14)

Bug Fixes

  • cli: exclude manifest.json from install copy + make .npmrc opt-in (ae351e2)
  • release: revert branches range modifier (semantic-release ERELEASEBRANCHES) (06f79a4)

chore

  • release: cap main at 0.x + breaking → minor (alpha safety belt) (0682a28)

BREAKING CHANGES

  • release: / feat! commits from default major to minor so they
    actually cut a release within 0.x (0.N → 0.N+1) instead of being silently
    skipped by the cap.

Net effect during alpha: feat → minor; fix → patch; feat! / BREAKING
CHANGE → minor (the 0.x semver convention); chore(release / site / ci /
actions) and build → no release (existing rules). When ready for 1.0,
remove both modifications in one chore.

The corresponding release-workflow test (test_when_releaserc_parsed_then_branches_is_main_capped_at_0x_and_next_prerelease,
renamed from the plain-main predecessor) was updated to assert the new
branches shape.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com