chore(release): 0.11.0#61
Merged
Merged
Conversation
- workspace Cargo.toml: 0.10.0 -> 0.11.0 - 23 skill body `hew:version=` markers bumped to match - .claude/ install snapshot refreshed via `hew init --runtime=claude` - CHANGELOG.md: move [Unreleased] content into [0.11.0] — 2026-05-30 Release contents since 0.10.0: #53 parallel hew loop via per-worker git worktrees (hew-6az) #54 per-task model selection + per-model token spend (hew-1tq) #55 init re-run UX — refresh/reconfigure/cancel (hew-0wa) #56 split /hew:auto from /hew:loop semantics (hew-6n0v) #57 cut local cargo test from ~2 min to ~22s (hew-v2ib) #58 hew loop run --scope={ready|epics} (hew-b3yl) #59 batch planner + end-of-run verify + loop graph (hew-lf40) #60 retry_etxtbsy stub flake fix (hew-0rky) Breaking surface: hew loop run in non-interactive mode now requires --scope. Justifies the minor bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- /hew:auto description updated to in-conversation epic walk (was the legacy plan→decompose→execute→verify; rewritten in hew-6n0v / #56) - slash count 40 → 41 (new /hew:auto + various) - loop snippets show --scope (required in non-interactive mode per hew-b3yl / #58), --jobs N, --verify-tests, hew loop summary, hew loop graph - autonomous-loop bullets gain parallel-workers, scoped-runs + per-task-model, end-of-run-verification entries - Selected knobs table adds loop.model.*, loop.planner.*, loop.end_of_run.verify_tests, loop.fallback_runtime No changes to brand, hero copy, or repo description. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cut 0.11.0.
Bumps
Cargo.toml:0.10.0 → 0.11.0hew:version=markers bumped to match (theversion_markers_match_pkg_versiontest enforces this).claude/install snapshot refreshed viahew init --runtime=claudeso the in-tree dogfood matches the releaseCHANGELOG.md:[Unreleased]content moved into[0.11.0] — 2026-05-30README.md: surface updates for the 0.11.0 user-facing changes (loop--scope/--jobs/--verify-tests, new config keys,/hew:autodescription corrected)Release contents since 0.10.0
hew-6azhew loop --jobs Nvia per-worker git worktrees + merge-back + GC + summary breakdownhew-1tqhew-0wahew initre-run UX — refresh / reconfigure / cancel modeshew-6n0v/hew:auto(in-conversation epic walk) from/hew:loop(subprocess driver)hew-v2ibcargo test~2 min → ~22 s (nextest opt-in,#[ignore = "slow"]for parallel-loop e2e, pre-commit hook prefers nextest)hew-b3ylhew loop run --scope={ready,epics}flag (required in non-interactive mode)hew-lf40--jobs N(agent suggestion → planner subprocess → trust-the-graph fallback) + end-of-run--verify-tests+hew loop graphDAG rendererhew-0rkyretry_etxtbsyhelper to kill the Linux CI stub-exec flakeWhy minor, not patch, not major
.hew.toml(project-local config) is parked in.planning/plans/and worth landing before committing to a stable surface. Other planned epics (loop workflow graph cross-run, planner prompt tuning) likely follow.hew loop runrequiring--scopein non-interactive mode (perHewError::MissingFlag { flag: "scope" }). Deliberate guard for agent-calling-agent ergonomics rather than a regression — but justifies the minor bump.Verify locally
Release dance after merge
Per
CLAUDE.md:cargo-dist takes over from the tag push.
🤖 Generated with Claude Code