Buyer eval · no sales call
One command. PASS or BLOCK.
sourcea-boot runs four checks before your agents execute — policy, provider, receipt freshness, queue truth. You get BOOT_REPORT.json on disk. Show the receipt, not the recipe.
replay · sourcea-boot
Last factory boot · 2026-06-24 03:23:04 UTC · PASS
$ sourcea-boot --json SOURCEA_BOOT PASS ok=true [PASS] policy_version: no policy file (POLICY.md) — skipped [PASS] provider: provider env present (ANTHROPIC_API_KEY) [PASS] receipt_fresh: no prior receipt — first boot allowed [PASS] queue_truth: no queue files configured — skipped REPORT=/Users/sinakazemnezhad/Desktop/SourceA/BOOT_REPORT.json▋
Terminal injects from live boot-proof.json on deploy — same output your buyer sees on screen-share.
Run in 5 minutes
README path — clone · install · run.
Clone
git clone …/sourcea-boot
- Public eval repo on GitHub
- MIT license
- Or
pip install sourcea-boot
Run
sourcea-boot --json
- Four checks · PASS or BLOCK
- Writes BOOT_REPORT.json
- Exit 0 = PASS · 1 = BLOCK
Prove
Screen-share
What the four checks mean
policy_version
Project policy / SSOT not stale vs last brief.
provider
LLM provider configured — no fake-green when keys exist.
receipt_fresh
Last boot/gate receipt fresh (<8h) and ok.
queue_truth
Agent queue head matches inbox truth when queue files present.