Skip to content

Commit 5bb1854

Browse files
Update rig.ts agentic file-summary header (c9fc374083ec24) (#346)
1 parent 77f5f53 commit 5bb1854

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

skills/rig/rig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @file skills/rig/rig.ts @last-analyzed c9fc374 @edit-time 2026-08-01T20:08:51Z
2+
* @file skills/rig/rig.ts @last-analyzed 083ec24 @edit-time 2026-08-02T16:16:12Z
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}
@@ -53,7 +53,7 @@
5353
* T:UntilOptions type {max,noProgressRounds?} loop control for until()
5454
* T:UntilStep<S> type (state,round)=>Promise<{state,done?,progressKey?}> step function
5555
* T:PipelineStage type (prev,item,next)=>Promise<next> pipeline step
56-
* T:PromptIntentOptions type {cwd?,env?,timeout?,purpose?,signal?} options shared by all p.* helpers [NEW]
56+
* T:PromptIntentOptions type {cwd?,env?,timeout?,purpose?,signal?} options shared by all p.* helpers
5757
* s.string/number/integer/boolean/null SchemaHelperFactory primitives; call as value or fn(desc)
5858
* s.int alias for s.integer; s.nonEmptyString string with minLength:1; s.url string with format:"uri"; s.path string with format:"path"; s.date string with format:"date" validated as YYYY-MM-DD
5959
* s.positiveInt integer with minimum:1; s.nonNegativeInt integer with minimum:0; s.percent number with minimum:0,maximum:100; NumberSchema/IntegerSchema support minimum/maximum constraints

0 commit comments

Comments
 (0)