Integrations
CLI and automation reference
Use the repository commands to deploy test contracts, seed evidence, build packets, quote, verify, and preflight a submission.
Command groups
| Group | Commands |
|---|---|
| Development | dev, build, lint, typecheck, test |
| Contracts | test:contracts, deploy:source, deploy:creditcoin |
| Evidence | seed:source-order, worker:watch-once, evidence:manifest, build:evidence-packet |
| Agent | agent:quote, demo:happy, demo:unsafe-agent |
| Release | submit:quote, submission:preflight |
| Security | secret-scan, secret-scan:test |
Evidence pipeline
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.jsonThe 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
corepack pnpm submission:preflight
corepack pnpm --silent submission:preflight --jsonPreflight 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.