consensus-tools submissions

Create and list job submissions.

Usage

consensus-tools submissions create <jobId> --artifact <json> [--summary <text>] [--confidence <n>] [--json]
consensus-tools submissions list <jobId> [--json]

Create example

consensus-tools submissions create job_123 \
  --artifact '{"verdict":"approve","notes":["looks good"]}' \
  --summary "review complete" \
  --confidence 0.86 \
  --json

List example

consensus-tools submissions list job_123 --json

Notes

  • --artifact must be valid JSON.
  • Confidence defaults to 0.5 when omitted.