Skip to content

v1.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Jul 10:13
4063893

Sworn v1.0.0-rc.1

Sworn is the team that carries a Baton delivery from an approved plan to a
checked merge. This release candidate is the first public build of the complete
autonomous delivery loop.

What ships

  • The Planner, Implementer, Captain, Verifier, and merge journey.
  • Parallel independent tracks, with one ordered worker on each track.
  • Safe pause, resume, retry, takeover, cancellation, and restart recovery.
  • A terminal view, JSON output, and local browser board backed by the same
    saved run.
  • Codex CLI, Claude Code CLI, OpenAI Responses, OpenAI-compatible Chat
    Completions, DeepSeek, Gemini, Bedrock Runtime, and Bedrock Mantle
    connections.
  • Local evaluation records and optional OpenTelemetry output for monitoring
    quality, time, tokens, retries, and recovery.
  • Baton v1.0.0-rc.12, including its autonomous-engine conformance suite.

The Sworn orchestrator

Model output is not always shaped exactly as expected. Sworn now has a small,
bounded recovery layer that can resume a worker, ask the Captain, retry an
operational step, or pause one track for a person.

It cannot approve work, invent a Captain decision or Verifier verdict, or
merge. It keeps routine interruptions moving without weakening Baton's
delivery checks.

Install

Sworn currently ships for Linux x86_64:

brew install --cask swornagent/tap/sworn

The GitHub release also includes
sworn-v1.0.0-rc.1-linux-amd64.tar.gz and checksums.txt. See the
installation guide
for verification, direct installation, upgrades, and runtime requirements.

Current limits

  • The operator supplies an approved Baton plan, run manifest, AI connection
    configuration, credentials, and approval.
  • Production model execution needs Linux x86_64, Git, root-owned
    /usr/bin/bwrap, and unprivileged user namespaces.
  • This is a release candidate. Use it to evaluate real delivery work and
    report rough edges before v1.0.0.