mirror of
https://github.com/razzant/ouroboros.git
synced 2026-08-25 11:01:43 +00:00
The daemon that runs on the remote host over OpenSSH stdio. It carries NO Home policy authority — no models, no memory, no safety layer, no review — and an import-closure gate proves it: the bundle's modules may not reach a Home authority module, forward or reverse, and the gate fails the build rather than the run. `execd_state.py` is the durable authority for what the target owns: process custody, service leases, and the lease ceiling that makes Panic binding across a partition. `execd_spool.py` is the process-log spool state machine, bounded so a chatty process cannot size a Home record. `execd_task_files.py` is the task-file contract, the one door for bytes moving either way. The bundle is built and attested rather than copied: `build_execd_bundle.py` produces it from a locked dependency set, `assemble_execd_stage.py` stages it, and `smoke_execd_stage.py` refuses a stage whose identity does not match what was built. Rejected: shipping the whole package and letting the target import what it needs. The closure gate only means something if the closure is the deployment unit. |
||
|---|---|---|
| .. | ||
| assemble_execd_stage.py | ||
| bench_delegated_snapshot.py | ||
| build_appimage.sh | ||
| build_execd_bundle.py | ||
| build_linux_packages.sh | ||
| build_repo_bundle.py | ||
| claudexor_platform_smoke.py | ||
| cleanup_test_pollution.py | ||
| contributor_review_evidence.py | ||
| download_node_standalone.ps1 | ||
| download_node_standalone.sh | ||
| download_python_standalone.ps1 | ||
| download_python_standalone.sh | ||
| download_ripgrep_standalone.ps1 | ||
| download_ripgrep_standalone.sh | ||
| execd_dependency_lock.json | ||
| fetch_claudexor_runtime.py | ||
| pyi_rth_pythonnet.py | ||
| regenerate_size_ratchet.py | ||
| release_proof.py | ||
| run_external_review.py | ||
| run_plan_review.py | ||
| smoke_execd_stage.py | ||
| smoke_linux_packages.sh | ||