tycho-cli 0.0.4__tar.gz → 0.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/PKG-INFO +1 -1
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/__init__.py +1 -1
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/.github/workflows/ci.yml +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/.github/workflows/release.yml +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/.gitignore +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/.tycho.toml +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/CONTRIBUTING.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/LICENSE +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/README.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/docs/bundler-spike.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/docs/harness-support.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/docs/hooks.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/docs/transcript-structures.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/docs/tycho-web.md +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/packaging/homebrew/tycho.rb +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/packaging/npm/bin/tycho.js +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/packaging/npm/package.json +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/pyproject.toml +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/conftest.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/codex_transcript_sample.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/cursor_stop_payload.json +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/cursor_transcript_sample.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/eval/claude_masked_red_suite.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/eval/codex_masked_red_suite.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/eval/cursor_masked_red_suite.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/eval/opencode_masked_red_suite.json +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/opencode_transcript_sample.json +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/transcript_multiturn.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/fixtures/transcript_sample.jsonl +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_count.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_doctor.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_e2e_install.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_eval.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_init_safety.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_m1.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_m2.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_m3.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_m4.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_m5.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_m6.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_relay.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_scope.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_smoke.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_status.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_turn_scope.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tests/test_update.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/__main__.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/astdiff.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/checks.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/cli.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/config.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/doctor.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/events.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/fsstate.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/gitstate.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/harness.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/hook.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/init.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/model.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/opencode.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/report.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/runlog.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/state.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/status.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/verify.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho/version.py +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/tycho-target.ps1.example +0 -0
- {tycho_cli-0.0.4 → tycho_cli-0.0.5}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tycho-cli
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: Tycho — a free, offline, open-source local verifier that proves an AI agent actually did what it claims, from git, the filesystem, process exit codes, and the harness event stream. No account, no LLM in the trust path.
|
|
5
5
|
Project-URL: Homepage, https://swail.dev/tycho
|
|
6
6
|
Project-URL: Repository, https://github.com/swail-labs/tycho
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|