Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.86 KB

File metadata and controls

46 lines (27 loc) · 1.86 KB

Changelog

All notable changes to ClawBack are documented in this file.

The format is based on Keep a Changelog, and this project follows Semantic Versioning.

[1.6.0] - 2026-03-11

Added

  • Option C primitives: scripts/init-ops-state.sh, scripts/state-checkpoint.sh, scripts/state-restore.sh, and scripts/pre-commit-guard.sh
  • references/ops-state.md documenting the dual-surface model and restore guardrails

Changed

  • SKILL.md and README.md now describe the workspace repo + local-only ops-state model

Fixed

  • Rollback and setup now use the workspace-canonical regressions path: ops/continuous-improvement/regressions.md
  • scripts/state-restore.sh now parses flags before checkpoint resolution, so --help works correctly and custom ops-state paths are normalized consistently

[1.5.0] - 2026-03-06

Added

  • Subagent Commit Ownership section: main session owns all commits, quality gates, and log updates — subagents write/save files only. Includes rationale, anti-patterns, and copy-paste AGENTS.md snippet.

[1.4.0] - 2026-02-20

Added

  • VERSION + CHANGELOG.md as the first explicit, versioned release baseline in-repo
  • scripts/worktree.sh for deterministic worktree management (create, list, path, remove, cleanup)
  • scripts/release-check.sh release gate for version/changelog enforcement
  • references/versioning.md with semver and publish checklist guidance

Changed

  • SKILL.md now includes Mode 4 (worktree isolation) and Mode 5 (release hygiene)
  • README.md updated with new version-control workflow and release gating steps

Notes

  • This repo existed prior to VERSION/CHANGELOG.md; 1.4.0 matches the existing release line referenced externally (e.g., v1.3) while establishing an explicit baseline going forward.