Audit System
Use through the public skill. Select exactly one scope: repository or one
named production. Run python3 workspace/engine/ytfs.py audit with that
scope. Recompute hashes and inspect required contracts, adapter evidence,
technical QA, Review bindings, package limits, ledger relations, and any
publication reconciliation.
For repository scope, also attest the exact Git root, branch, credential-free
remote URL, index/worktree state, local commit, and freshly read live upstream
commit. Use git ls-remote rather than a cached tracking ref and do not fetch
into or otherwise mutate the audited repository.
Return exactly:
Result: PASS | FAIL | BLOCKED
Scope: repository | production:<id>
Checks: <evidence and status>
Evidence gaps: <gaps or none>
Smallest next action: <one bounded action>
Missing required evidence is BLOCKED. Contradictory or stale evidence is
FAIL. The audit is byte-for-byte read-only: it never repairs, renders,
packages, uploads, creates a run, appends the ledger, or starts another System.