Ironclaw queues and operations
Inspect the queue
Section titled “Inspect the queue”ironclaw traces queue-status --jsonQueue diagnostics distinguish active entries, held entries, retry backoff, manual-review holds, policy holds, malformed envelopes, and whether the current policy has usable credentials.
Preview and enqueue manually
Section titled “Preview and enqueue manually”ironclaw traces preview \ --recorded-trace ./trace.json \ --scope debugging-evaluation \ --channel cli \ --output ./envelope.json
ironclaw traces enqueue --envelope ./envelope.jsonironclaw traces flush-queue --limit 25Preview does not imply submission. enqueue adds an already-previewed envelope to the local queue; flush-queue sends eligible entries under the standing policy.
Submit one prepared envelope
Section titled “Submit one prepared envelope”For a manual integration test, submit an existing envelope to an explicit endpoint:
export IRONCLAW_TRACE_SUBMIT_TOKEN='<short-lived-upload-claim>'
ironclaw traces submit \ --envelope ./envelope.json \ --endpoint https://ingest.tracecommons.ai/v1/tracesPrefer device-key claim refresh and the queue worker for normal operation. Do not store the bearer in policy files or shell history.
Status, credits, and profile
Section titled “Status, credits, and profile”ironclaw traces list-submissions --summaryironclaw traces creditironclaw traces profile set --handle example-handlePublic attribution is a second opt-in. Changing a public profile does not add trace-content permissions.
See What happens after submission for the difference between queue delivery, server status, credit settlement, and community snapshots.
Revoke or stop
Section titled “Revoke or stop”ironclaw traces revoke '<submission-id>' \ --endpoint https://ingest.tracecommons.ai/v1/traces
# Scoped user opt-outironclaw traces opt-out --user-scope '<tenant-id>/<user-id>'
# Full instance/global off switchironclaw traces opt-outOpt-out stops future autonomous contribution. Revocation addresses a trace that was already submitted; use both when your intent is to stop and withdraw.