Variable: addStandingInstructionTool
ts
const addStandingInstructionTool: Tool<SpooledJsonArtifact<unknown>>;Add a new standing instruction to the active execution context.
Remarks
Delegates to ctx.storeStandingInstruction(content). Standing instructions are stored as a Set — adding the same content twice is a no-op at the local level, though the consumer's persistence callback may interpret it differently.