Documentationtestnet

Integrations

CLI and automation reference

Use the repository commands to deploy test contracts, seed evidence, build packets, quote, verify, and preflight a submission.

v0.1 · testnet

Command groups

GroupCommands
Developmentdev, build, lint, typecheck, test
Contractstest:contracts, deploy:source, deploy:creditcoin
Evidenceseed:source-order, worker:watch-once, evidence:manifest, build:evidence-packet
Agentagent:quote, demo:happy, demo:unsafe-agent
Releasesubmit:quote, submission:preflight
Securitysecret-scan, secret-scan:test

Evidence pipeline

bash
corepack pnpm worker:watch-once
corepack pnpm evidence:manifest
corepack pnpm build:evidence-packet --packet-only > /tmp/evidence.json
corepack pnpm --filter @loomcredit/agent quote /tmp/evidence.json

The packet builder refuses fixture or partially processed rows. The quote command returns REFER when model or evidence requirements are not satisfied. Add --sign only in a controlled agent environment with the separate allowlisted signer.

Release preflight

bash
corepack pnpm submission:preflight
corepack pnpm --silent submission:preflight --json

Preflight is intentionally non-zero while external artifacts are missing. A blocked result is useful information; do not bypass it by relabeling local fixtures as live receipts. Use the silent JSON form in CI or agent workflows; it keeps stdout parseable while preserving the nonzero exit status.

Documentation is generated from the current repository contract. For the recorded testnet evidence, inspect the live proof console.