All notable changes to ClawBack are documented in this file.
The format is based on Keep a Changelog, and this project follows Semantic Versioning.
- Option C primitives:
scripts/init-ops-state.sh,scripts/state-checkpoint.sh,scripts/state-restore.sh, andscripts/pre-commit-guard.sh references/ops-state.mddocumenting the dual-surface model and restore guardrails
SKILL.mdandREADME.mdnow describe the workspace repo + local-onlyops-statemodel
- Rollback and setup now use the workspace-canonical regressions path:
ops/continuous-improvement/regressions.md scripts/state-restore.shnow parses flags before checkpoint resolution, so--helpworks correctly and custom ops-state paths are normalized consistently
Subagent Commit Ownershipsection: 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.
VERSION+CHANGELOG.mdas the first explicit, versioned release baseline in-reposcripts/worktree.shfor deterministic worktree management (create,list,path,remove,cleanup)scripts/release-check.shrelease gate for version/changelog enforcementreferences/versioning.mdwith semver and publish checklist guidance
SKILL.mdnow includes Mode 4 (worktree isolation) and Mode 5 (release hygiene)README.mdupdated with new version-control workflow and release gating steps
- This repo existed prior to
VERSION/CHANGELOG.md;1.4.0matches the existing release line referenced externally (e.g.,v1.3) while establishing an explicit baseline going forward.