Skip to content

Commit 28f4e24

Browse files
Update rig.ts agentic file-summary header (81cce24716ca95) (#507)
1 parent 716ca95 commit 28f4e24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

skills/rig/rig.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file skills/rig/rig.ts @last-analyzed 81cce24 @edit-time 2026-08-23T21:32:06Z
2+
* @file skills/rig/rig.ts @last-analyzed 716ca95 @edit-time 2026-08-28T04:01:24Z
33
* @purpose Minimal TypeScript multi-agent harness: typed input/output schemas, prompt intents, sub-agent delegation, workflow orchestration, Copilot SDK runtime
44
* @deps @github/copilot-sdk (CopilotClient,RuntimeConnection,approveAll); node:path,url,os,fs,fs/promises,child_process,util,async_hooks
55
* T:Json type null|bool|num|str|Json[]|{[k]:Json}
@@ -90,6 +90,7 @@
9090
* F:parallel(tasks) runs array of async tasks concurrently
9191
* F:pipeline(items,...stages) runs pipeline stages over items concurrently
9292
* F:until(options,step) loops step until done or max rounds
93+
* F:repair() AgentAddon re-prompts on JSON/schema failure up to maxTurns [NEW]
9394
* addon:repair re-prompts on JSON/schema failure up to maxTurns (built-in via defaultRepairPrompt)
9495
* addon:steering appends warning on last turn so model knows it must correct output now
9596
* addon:timeout wraps each turn with AbortSignal from TimeoutOptions.timeout ms

0 commit comments

Comments
 (0)