release: v0.7.0 — hands becomes scriptable#83
Merged
Merged
Conversation
v0.6.0 gave Claude Login mode real sessions, audit, and guardrails; v0.7.0 exposes that machinery to scripts, cron, and orchestrators (#81 --once/--json + exit-code contract, #82 audit list filters). - CHANGELOG: 0.7.0 entry - README: --once/--json in Commands, new Scripting & automation section (JSON contract + exit codes), audit filter examples, test counts - package.json: 0.6.0 -> 0.7.0 (auto-release publishes on merge)
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.
v0.7.0 — hands becomes scriptable
v0.6.0 gave Claude Login mode real sessions, audit, and guardrails. v0.7.0 exposes that machinery to scripts, cron jobs, and orchestrators:
--once(single task, no interactive loop, chains with-cacross invocations),--json(one stable machine-readable result line, failures included), exit-code contract (0/1/2)--mode cli|sdk,--tool,--failed,--json, with replay indexes preserved under filteringThis PR
--once/--jsonin Commands, new Scripting & automation section documenting the JSON contract and exit codes, audit filter examples, test counts (204/24)0.6.0→0.7.0; auto-release publishes to npm on merge204/204 tests green on the rebased branch. Both features live-smoked on this box (chained
-c --jsonresume with same sessionId; filters against the real audit log).