Verify in 5 minutes: pip install sourcea-boot or clone from GitHubsourcea-boot --jsonBOOT_REPORT.json on disk · PyPI v0.1.0 · Procurement pack

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 work, not a slide deck.

Proof checks Live sample · checks passing
Boot gate PASS or BLOCK · four checks
replay · sourcea-boot

Last factory boot · 2026-06-27 18:07:35 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 you can verify on this page, no call required.

See live receipt

Run in 5 minutes

Install path — pip · clone · run.

alt

Clone

git clone …/sourcea-boot

  • Public eval repo on GitHub
  • Editable install for contributors
  • Same four checks · same receipt
02

Run

sourcea-boot --json

  • Four checks · PASS or BLOCK
  • Writes BOOT_REPORT.json
  • Exit 0 = PASS · 1 = BLOCK

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.

Technical depth: Technical overview →