yoetz
Health Gecti
- License — License: Apache-2.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 10 GitHub stars
Code Basarisiz
- rm -rf — Recursive force deletion command in .github/workflows/capability.yml
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Yoetz — local-first structured work evidence, deterministic checks, and honest verification receipts.
Agents claim they're done.
Yoetz checks if they actually did.
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 from PyPI — the canonical distribution
uv tool install --managed-python --python 3.14.6 "yoetz==0.1.0"
# 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.
[!TIP]
Let your agent set it up. Paste this into your coding agent and it walks you through
installation, showing you every proposed change first:I want to install Yoetz (https://github.com/TheGaySupreme123/yoetz). Start by fetching its agent install guide and follow it exactly: curl -fsSL https://raw.githubusercontent.com/TheGaySupreme123/yoetz/main/docs/usage/agent-start.md It tells you what to run yourself, what to ask me, and where to hand me the terminal. If your sandbox blocks that fetch, ask me to approve it or to paste the guide. Setup's questions are mine to answer, so ask me each one and wait, and show me any proposed change before it is applied.
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 ... andyoetz 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 recommendedassisted-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 andPRIVACY.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 indocs/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
It's an alpha: early, and it already does a lot. v0.1.0 is the first public alpha. 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 andAGENTS.md.
- Bugs and change requests: GitHub issues (use the forms; blank issues are disabled).
- Security:
SECURITY.md— private vulnerability reporting or[email protected]. - Conduct:
CODE_OF_CONDUCT.md—[email protected].
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.
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi
