Skip to content

chore(release): 0.11.0#61

Merged
droidnoob merged 2 commits into
mainfrom
chore/release-0-11-0
May 30, 2026
Merged

chore(release): 0.11.0#61
droidnoob merged 2 commits into
mainfrom
chore/release-0-11-0

Conversation

@droidnoob
Copy link
Copy Markdown
Owner

Cut 0.11.0.

Bumps

  • workspace Cargo.toml: 0.10.0 → 0.11.0
  • 23 skill body hew:version= markers bumped to match (the version_markers_match_pkg_version test enforces this)
  • .claude/ install snapshot refreshed via hew init --runtime=claude so the in-tree dogfood matches the release
  • CHANGELOG.md: [Unreleased] content moved into [0.11.0] — 2026-05-30
  • README.md: surface updates for the 0.11.0 user-facing changes (loop --scope / --jobs / --verify-tests, new config keys, /hew:auto description corrected)

Release contents since 0.10.0

PR epic summary
#53 hew-6az parallel hew loop --jobs N via per-worker git worktrees + merge-back + GC + summary breakdown
#54 hew-1tq per-task model selection (description tag > label > by_priority > by_type > default) + per-model token spend in summary
#55 hew-0wa hew init re-run UX — refresh / reconfigure / cancel modes
#56 hew-6n0v split /hew:auto (in-conversation epic walk) from /hew:loop (subprocess driver)
#57 hew-v2ib local cargo test ~2 min → ~22 s (nextest opt-in, #[ignore = "slow"] for parallel-loop e2e, pre-commit hook prefers nextest)
#58 hew-b3yl hew loop run --scope={ready,epics} flag (required in non-interactive mode)
#59 hew-lf40 batch planner for --jobs N (agent suggestion → planner subprocess → trust-the-graph fallback) + end-of-run --verify-tests + hew loop graph DAG renderer
#60 hew-0rky retry_etxtbsy helper to kill the Linux CI stub-exec flake

Why minor, not patch, not major

  • Not 0.10.1 — every PR adds a feature or behavior; no patch-only changes.
  • Not 1.0.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.
  • The one quasi-breaking change is hew loop run requiring --scope in non-interactive mode (per HewError::MissingFlag { flag: "scope" }). Deliberate guard for agent-calling-agent ergonomics rather than a regression — but justifies the minor bump.

Verify locally

hew --version          # → hew 0.11.0
cargo test --workspace # 1157 tests / 2 skipped (slow-marked) / 0 failed

Release dance after merge

Per CLAUDE.md:

git switch main && git pull
git tag v0.11.0 && git push origin v0.11.0

cargo-dist takes over from the tag push.

🤖 Generated with Claude Code

droidnoob and others added 2 commits May 30, 2026 17:48
- 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>
@droidnoob droidnoob merged commit 731d930 into main May 30, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant