Skip to main content

Yoetz

Agents claim they're done.
Yoetz checks if they actually did.

PyPI version Apache-2.0 license CI status

yoetz.dev · Docs · Releases · Changelog

Yoetz is a local-first, open-source system for recording structured work evidence, checking it deterministically, and producing honest receipts about what was and was not verified.

It is built for agent-assisted work. An agent publishes bounded facts about what it is doing — plan, claims, actions, results, evidence — into a local ledger; Yoetz checks that record with versioned deterministic policy packs, optionally adds advisory semantic review inside a privacy policy you control, and issues a receipt whose wording never outruns its coverage.

The thing Yoetz refuses to do is the point. It will not tell you work is correct. It will tell you exactly what was checked, at what coverage, and what remains open.

What it looks like

$ codex
› Refactor the rate limiter. Keep the /limits response shape and make sure tests pass.

• I'll plan this first and record the obligations in yoetz.

• Called yoetz.start
  └ task tsk_9c2e1b40 · session ses_9c2e1b40-01
• Called yoetz.publish_work
  └ accepted · plan + 3 obligations

• Edited src/limiter.py (+118 -74)
• Ran pytest -q
  └ 41 passed

• Tests pass. Checking with yoetz before I claim done.

• Called yoetz.check
  └ action_required · 2 findings
    ✗ stale_evidence_for_changed_state — "tests pass" cites a run older than the last edit
    ✗ requested_item_never_attempted — the /limits response shape was never verified

• Fair catch. Fixing, then re-running.

• Edited src/limiter.py (+9 -4)
• Ran pytest -q
  └ 43 passed
• Called yoetz.respond
  └ acknowledged
• Called yoetz.check
  └ no_issue_detected
• Called yoetz.receipt
  └ unresolved_findings_remain · deterministic · coverage-bounded

Done. The limiter is refactored, and the receipt still carries the two findings I hit on the way.

Both findings map to real rules in the shipped deterministic policy pack, checked against nothing but the published record — no repository access, no model, no interpretation. And the receipt keeps carrying them after the fix: a later clean check never erases what was caught.

Install

# One-off run (needs uv: https://docs.astral.sh/uv/)
uvx yoetz

# Install the latest published version from PyPI — the canonical distribution
uv tool install --managed-python --python 3.14.6 yoetz

# Via npm — a dependency-free launcher for the exact same PyPI package (needs uv)
npx yoetz

The npm package bundles no Python and no Yoetz code and never installs uv itself; it only launches the exact matching Python distribution. Yoetz runs on macOS and Linux (certified on macOS arm64 and Linux x86-64 (glibc 2.28+); other Linux architectures install and report themselves as untested — see Linux); on Windows, install it inside WSL 2 — see Windows.

yoetz at a terminal opens a full-screen interface, and the first run walks setup inside it: what was detected, whether you trust this project, the exact proposed change, and an explicit approval before anything is applied. You do not need to know what MCP, hooks, policy digests, or vaults are to finish it, and you are never asked to configure a provider — local verification is complete without one. Everything non-interactive is unchanged: pipes, redirects, CI, --help, --json, named subcommands, and yoetz mcp serve behave exactly as before, and YOETZ_TUI=0 selects the prompt-loop menu instead.

Full walkthrough: Install and first run and The terminal interface. A coding agent installing Yoetz for its user should follow Agent start: setup's questions appear only on the human's own terminal, and that page says what to run, what to ask, and what to recommend.

Harness observation is opt-in per project, and source files and configuration are never activation proof. For Codex, setup offers one standing-trust preview bound to the exact selected Codex executable and an explicitly selected, existing Codex home. Before consent, only that executable's --version runs, with both Codex home variables redirected to a fresh owner-private temporary home that is removed afterward; setup does not inspect the approved home's plugin inventory. Only explicit digest-bound approval permits the scoped inventory/add commands and disclosed marketplace, config, scratch, and versioned-cache effects in the selected home. Claude Code and Cursor hooks are installed through yoetz integrate claude ... and yoetz integrate cursor ... with the same preview-then-approve shape. What a hook keeps differs by host: consented Codex events may retain secret-scanned, encrypted tool output and changed-file bytes as captured evidence; Claude Code and Cursor hooks keep only structural facts — Yoetz tool names, lifecycle events, digests — and discard prompts, transcripts, paths, and results before storage. Under every host, even an active result proves installed inventory and cache/config state for future sessions—not that a later session loaded a hook or delivered an observation.

What's in the box

Six operations, two surfaces start, publish_work, check, respond, status, receipt — identical contracts on the CLI and over MCP. Everything else is a bounded support surface, not a seventh operation.
Works with any MCP agent No integration, no installed skill, no configuration. Codex, Claude Code, and Cursor have first-party integrations because each host's skill or plugin surface delivers the guidance natively — but integration buys ergonomics, never a stronger claim.
Honest receipts Coverage, provenance, freshness, findings, and limitations stay separate. A clean deterministic check is never presented as proof that work is correct.
Zero-egress by default A fresh installation is deterministic and fully useful offline; nothing leaves your machine before first-run setup commits a policy.
Privacy-gated semantic review An optional reviewer model reads a bounded, minimized packet built from the ledger — never your repository — behind explicit provider binding and reauthenticated policy authority.
A full-screen terminal interface First run, status, privacy, provider, integration, service, and receipt flows in one interface; no secret ever enters it.
Recoverable local durability Encrypted task bundles, generation-fenced single-writer storage, deterministic replay, backup/restore, and forward-only migrations.

See The six operations for the protocol and Receipts and coverage for what a receipt does and does not say.

Private by default

A fresh installation's unconfigured seed is zero-egress and deterministic: nothing leaves your machine before first-run setup commits a policy, and Yoetz is fully useful in that state. Setup's proposed privacy policy states whether Yoetz may check PyPI for package updates (default yes, with an opt-out). That bounded check carries only the yoetz package identity and version, never task or user content, and it never upgrades the package for you; decline it for a zero-network installation. Rerunning setup does not suspend or revoke an existing standing policy: ordinary activity remains governed by that policy until the user commits a replacement.

External semantic review is a separate explicit decision. When you choose it, the CLI's recommended assisted-review recipe shows and confirms a standing policy that sends the reviewer a structured packet built from the ledger — goal, obligations, claims, timeline, deterministic findings and their bases, coverage gaps, and bounded problem-local excerpts already recorded in the case. Sensitive and confidential content is off, and the never-send set is absolute. Policy loosens only through a reauthenticated decision you make: the trusted local ceremony, or your explicit current-chat approval of one exact prepared, previewed, expiring consent target that a capable agent relays for you. That relay is the agent's assertion, which Yoetz cannot independently authenticate, so the local ceremony remains the stronger path.

Provider setup distinguishes OpenAI API / compatible API from Codex with ChatGPT subscription. The subscription route binds one exact Codex app-server and dedicated home; Codex owns ChatGPT login and the upstream OpenAI request, while Yoetz receives no OAuth credential. It still sends only the privacy-approved packet and records the weaker observable boundary explicitly.

Review then runs direct-to-agent: the reviewer returns a bounded challenge, the agent acts, supplies evidence, revises, disputes, or states a limitation, and rechecks. No human prompt for routine retries.

See Privacy and semantic review and PRIVACY.md.

How it is put together

One trusted persistent local service owns the encryption keys, decrypted state, storage writers, privacy authority, and provider access. CLI, MCP, and the terminal interface are clients — they hold none of those things. The interface in particular is presentation only: it dispatches through the same application services the commands do, and no secret ever enters it, because credential entry suspends the interface and hands the terminal to the existing confidential ceremony. External disclosure is denied by default and must pass centralized classification, policy, minimization, secret scanning, exact destination binding, and durable structural audit.

See Architecture.

Releases you can verify

Every release is more than a tag. The tag workflow builds each distribution once, tests those exact candidate bytes, publishes them to PyPI and npm through dedicated approval environments, and attaches the same approved artifacts to the GitHub release alongside SHA256SUMS, an SBOM, the support matrix, known limitations, the release-evidence bundle, and a VERIFY.md that walks through checking the bytes you installed. Post-publication jobs re-download the public artifacts and compare them to the approved bytes.

Release notes are curated by hand for every release — highlights, an explicit "what this release does not claim" section, and the full changelog — and live versioned in docs/releases/.

Documentation

  • Using Yoetz — install, the terminal interface, operations, privacy, providers, receipts.
  • Architecture — topology, module map, honesty rules.
  • docs/adr/ — architecture decisions; the top authority for public behavior.
  • docs/INTERFACES.md — shared names, types, ports, trust boundaries.
  • docs/OPEN_QUESTIONS.md — the decision ledger: every decision taken, each release gate's dated disposition, and what evidence a stronger claim would need.
  • docs/ — full index, including protocol pages and runbooks.

Status

Yoetz 0.2 is the current public-alpha release line. 0.2.1 fixes significant Linux and WSL compatibility bugs; see the release notes for the fixes and remaining validation limits. Every public claim in docs/public-claims.json is bound to real checked-in evidence: a claim flagged evidenced has concrete test or fixture coverage, with its non-live suites exercised in per-PR CI; a claim whose own wording names still-missing capability or drill evidence stays not_yet_evidenced and is not asserted as release evidence. Every reviewed provider preset resolves to a real runtime factory, so a preset you can select is a preset Yoetz can dispatch — but none of the non-official presets has recorded live evidence yet, so none is claimed as a confirmed working endpoint. That claim stays gated by the capability evidence described in ADR-006.

Contributing

Contributions are welcome with a high bar: search for duplicates, open an issue first, wait for maintainer acknowledgement on design-gated areas, and disposition every review comment — including code-review agents — before merge. See CONTRIBUTING.md and AGENTS.md.

  • Bugs and change requests: GitHub issues (use the forms; blank issues are disabled).
  • Security: SECURITY.md — private vulnerability reporting or support@yoetz.dev.
  • Conduct: CODE_OF_CONDUCT.mdsupport@yoetz.dev.

Private strategy and architecture drafting inputs under docs/architecture/ are intentionally gitignored. The public ADRs, docs, code, and tests must remain self-contained without them.

Licensed under the Apache License 2.0, using the official unmodified license text and the SPDX expression Apache-2.0; Yoetz does not add a fabricated project-wide ownership notice.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yoetz-0.2.1.tar.gz (2.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yoetz-0.2.1-py3-none-any.whl (2.4 MB view details)

Uploaded Python 3

File details

Details for the file yoetz-0.2.1.tar.gz.

File metadata

  • Download URL: yoetz-0.2.1.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for yoetz-0.2.1.tar.gz
Algorithm Hash digest
SHA256 0ef04bc48ae4fd880c95c5d6eafa70b82a69016ca86390c97c273f815488f855
MD5 1d242cd3ac928b4fd837dc3859130537
BLAKE2b-256 0c7827651d831f03b78ee096d7990c76a09c199137cb02f8ef319224b0d3ff64

See more details on using hashes here.

Provenance

The following attestation bundles were made for yoetz-0.2.1.tar.gz:

Publisher: release.yml on TheGaySupreme123/yoetz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yoetz-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: yoetz-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for yoetz-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 34ae8d279b5b369017c0fc6144d7fd234851a5c6726fa01546e0460d74cb7aaa
MD5 8233e0821fbb70f2e31eb6463c77efc7
BLAKE2b-256 eda7d4e112444b9718d32ae9c9d2265d1788f7410c86cd4badc5c5d9a1418174

See more details on using hashes here.

Provenance

The following attestation bundles were made for yoetz-0.2.1-py3-none-any.whl:

Publisher: release.yml on TheGaySupreme123/yoetz

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.2.1 This release

2 files

0.1.0

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page