Skip to content
1 min read · 54 words

Variable: listStandingInstructionsTool

ts
const listStandingInstructionsTool: Tool<SpooledJsonArtifact<unknown>>;

List every standing instruction currently held by the active execution context.

Remarks

Calls ctx.refreshStandingInstructions() to ensure the local Set is in sync with the persistence layer, then serialises the resulting strings to a JSON array. The list is stringly-keyed; the same content string serves as the identifier for subsequent removes.