Trace-linked Command
Generate a command evidence packet with trace identifiers but no secret baggage.
trace-command.js
console.log(JSON.stringify({ status: 'planned', traceLinked: true, baggageContainsSecrets: false }, null, 2));
Generate a command evidence packet with trace identifiers but no secret baggage.
console.log(JSON.stringify({ status: 'planned', traceLinked: true, baggageContainsSecrets: false }, null, 2));