[rig-header] Update rig.ts agentic file-summary header (33f6959 → c23f3bd) - #323
Merged
Merged
Conversation
- Advance @last-analyzed to c23f3bd and @edit-time to 2026-08-01 - Remove [NEW] tags from workflow API types (WorkflowSpec, Workflow, WorkflowContext, etc.) — now established - Add previously missing exported types: WorkflowPhase, WorkflowCallOptions, WorkflowNestedOptions, UntilStep Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Aug 1, 2026
pelikhan
marked this pull request as ready for review
August 1, 2026 04:02
Contributor
Author
|
🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅ |
Contributor
Author
There was a problem hiding this comment.
Skills-Based Review 🧠
Applied /grill-with-docs — the header accurately reflects the current codebase state.
📋 Summary
What was checked
@last-analyzedand@edit-timecorrectly updated toc23f3bd/2026-08-01T01:59:39Z[NEW]tags correctly removed from 12 established workflow API symbols- 4 newly documented exports (
WorkflowCallOptions,WorkflowPhase,WorkflowNestedOptions,UntilStep<S>) verified to exist inrig.tswith matching signatures - Header descriptions match the actual type definitions
Positive Highlights
- ✅ Descriptions for the 4 new types are concise and accurate
- ✅
UntilStep<S>generic parameter preserved in the header - ✅ No stale or misleading entries remain
🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 20 AIC · ⌖ 4.08 AIC · ⊞ 6.3K
Comment /matt to run again
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
Updates the agentic file-summary header at the top of
skills/rig/rig.tsto reflect the current commit (c23f3bd).Changes since last header (
33f6959)The prior header was written when this was a fresh repo import. The latest commit (
c23f3bd) fixed model naming ("mini"→"small") and added infrastructure files; the header itself was carried over unchanged, leaving@last-analyzedstale.Header updates
@last-analyzed:33f6959→c23f3bd@edit-time:2026-07-31T03:16:04Z→2026-08-01T01:59:39Z[NEW]tags from all workflow API symbols — they are now established:WorkflowSpec,Workflow,WorkflowContext,WorkflowCall,WorkflowMeta,WorkflowEvent,WorkflowLimits,WorkflowBudget,RunWorkflowOptions,WorkflowLimitError,UntilOptions,PipelineStage, and all matchingF:workflow*/F:parallel/F:pipeline/F:untilentries[NEW]):T:WorkflowCallOptions—CallOptions + {label?,phase?}per-call overridesT:WorkflowPhase—{title, detail?}phase descriptor used inWorkflowMeta.phasesT:WorkflowNestedOptions—{signal?,phase?,label?}for nested workflow invocationT:UntilStep<S>— step function type(state, round) => Promise<{state, done?, progressKey?}>Metrics