Trace-linked Command

Generate a command evidence packet with trace identifiers but no secret baggage.

Instantiate locally
trace-command.js
console.log(JSON.stringify({ status: 'planned', traceLinked: true, baggageContainsSecrets: false }, null, 2));
Help