[rig-header] Update rig.ts agentic file-summary header (absent → 7476c6d) - #23
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
reviewed
Jul 23, 2026
| /** | ||
| * @file skills/rig/rig.ts @last-analyzed 7476c6d @edit-time 2026-07-23T07:07:59Z | ||
| * @purpose Minimal TypeScript agent harness: typed input/output schemas, prompt intents, Copilot SDK runtime | ||
| * @deps @github/copilot-sdk (CopilotClient,RuntimeConnection,approveAll); node:path,url,fs/promises,child_process,util |
Contributor
There was a problem hiding this comment.
Updated the @purpose line to read "multi-agent harness" with "sub-agent delegation", and added agents? with its purpose to the AgentSpec type entry. Commit: Update rig.ts header: multi-agent purpose and agents? field in AgentSpec.
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the agentic file-summary header to
skills/rig/rig.ts. The file previously had no header — it started directly withimportstatements.What the header contains
The new
/** ... */block (55 lines, fits within the 150-line read window) documents:Json,Schema,InferSchema<T>,AgentInputValue<T>,AgentSpec,AgentFn,AgentFactory,Agent,AgentAddon,AgentError,Tool,PromptIntent,PromptBuilder,ResponseAnalysisResult, and mores.*) —string,number,boolean,unknown,array,object,record,enum,optionalp.*) — template tagp\...`,p.bash,p.read,p.write`agent(),copilotEngine(),configureAgent(),launchRigProgram(),runLauncherCli(),defineTool(),analyzeResponse(),defaultRepairPrompt(),toJsonSchema()<output>XML tag parsing, schema symbol internalsChange metrics
old_lines: 0 (header was absent)new_lines: 55change_ratio: 1.0 (new file)has_new_api: true (all symbols are [NEW])All exported symbols are new to the header since no prior header existed.