[rig-header] Update rig.ts agentic file-summary header (b88e1d6 → 138fb9d) - #202
Merged
Merged
Conversation
pelikhan
approved these changes
Jul 27, 2026
pelikhan
marked this pull request as ready for review
July 27, 2026 04:27
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 /codebase-design: metadata-only header update, no logic changes to review.
All new header entries verified against the actual source: type signatures, function signatures, and the addons object all match the implementation. Stale [NEW] markers correctly retired. No implementation code touched.
🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 22.6 AIC · ⌖ 5.66 AIC · ⊞ 6.4K
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.
Updates the
@last-analyzedtag and adds previously missing exported symbols to the file-summary header inskills/rig/rig.ts.What changed
The header was last analyzed at
b88e1d6(no longer in git history). The current HEAD is138fb9d. The following exported symbols were present in the file but absent from the header:[NEW] symbols added:
T:SteeringOptions— options type for thesteeringaddonT:TimeoutOptions— options type for thetimeoutaddonT:AgentRegistration— callback type foroncePerAgentF:steering(opts?)— AgentAddon that appends a last-turn correction warningF:timeout(opts)— AgentAddon that applies an AbortSignal timeout per turnF:oncePerAgent(register)— AgentAddon that runs a registration callback once per unique Agent instanceV:addons— convenience object collecting all four built-in addon factories (repair,steering,timeout,oncePerAgent)addon:steering,addon:timeout,addon:oncePerAgent— addon entries in the addon blockStale
[NEW]markers removed: Symbols introduced in a previous cycle (NullableSchema,PromptVariable,p.writeInput,p.readInput,p.readAllInput,p.bashEach,p.inputField,p.var,p.region,INV:p-write-no-path) no longer need the[NEW]tag since they are established API.Metrics
old_lines: 88new_lines: 94changed_lines: ~26change_ratio: ~0.28has_new_api: true