Release v1.0.0#33
Merged
Merged
Conversation
Bump VERSION to 1.0.0, regenerate the checksum, and finalize the CHANGELOG (the accumulated [Unreleased] set becomes [1.0.0] - 2026-07-20). First stable release: ataegina is now a complete agent-native worktree dev launcher — every read-only command speaks JSON (ports/status/list/doctor --json), up can block on and report readiness (--wait, --json), and the workflow commands since 0.7.0 (env/exec/restart/open/completion) round out driving a fleet of parallel agents from scripts. Single-file, zero-dependency, no-daemon; all commands stay backward compatible (JSON is opt-in via --json). The tag is intentionally NOT pushed by this commit; pushing v1.0.0 is what triggers the automated GitHub release + Homebrew bump (see RELEASE.md). Co-Authored-By: Claude Opus 4.8 <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.
v1.0.0 — first stable release
Prepares the release commit:
VERSION→1.0.0, checksum regenerated, and the accumulated[Unreleased]set finalized as## [1.0.0] - 2026-07-20.The tag is deliberately not pushed here. Merging this PR only lands the version bump on
main(a normal non-tag build;release-verifytreats the VERSION/tag skew as expected). Publishing is a separate, deliberate step: pushing thev1.0.0tag triggersrelease.yml(GitHub release + Homebrew bump) perRELEASE.md.What 1.0.0 ships (accumulated since v0.7.0)
Agent-native surface (this session, #27–#32):
ports --json,status [--json],list --json,doctor --json— every read-only command speaks JSON (a shared slot shape).up --wait[=SECONDS]— block until launched servers are accepting connections; exit 75 on a not-ready deadline.up --json— one-shot slot +started+ per-surfaceready.Workflow commands (prior session, already in
[Unreleased]):env,exec,restart,open,completion, and the ≥99% line-coverage gate.Design intent is captured in
docs/design/agent-native.md. Single-file, zero-dependency, no-daemon; all commands backward compatible (JSON strictly opt-in).To publish after merge
🤖 Generated with Claude Code