From 83be107ebf2bf0754e449881fa5e320cd58420de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 21:34:49 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20rig.ts=20agentic=20file-summar?= =?UTF-8?q?y=20header=20(083ec24=20=E2=86=92=2081cce24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update @last-analyzed SHA and @edit-time to match current HEAD. No new API symbols; header content is unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- skills/rig/rig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/rig/rig.ts b/skills/rig/rig.ts index 76567e0..927294f 100644 --- a/skills/rig/rig.ts +++ b/skills/rig/rig.ts @@ -1,5 +1,5 @@ /** - * @file skills/rig/rig.ts @last-analyzed 083ec24 @edit-time 2026-08-02T16:16:12Z + * @file skills/rig/rig.ts @last-analyzed 81cce24 @edit-time 2026-08-23T21:32:06Z * @purpose Minimal TypeScript multi-agent harness: typed input/output schemas, prompt intents, sub-agent delegation, workflow orchestration, Copilot SDK runtime * @deps @github/copilot-sdk (CopilotClient,RuntimeConnection,approveAll); node:path,url,os,fs,fs/promises,child_process,util,async_hooks * T:Json type null|bool|num|str|Json[]|{[k]:Json}