Skip to content

[rig-header] Update rig.ts agentic file-summary header (33f6959 → c23f3bd) - #323

Merged
pelikhan merged 1 commit into
mainfrom
rig-header/c23f3bd-0af6c95eaa6a9a60
Aug 1, 2026
Merged

[rig-header] Update rig.ts agentic file-summary header (33f6959 → c23f3bd)#323
pelikhan merged 1 commit into
mainfrom
rig-header/c23f3bd-0af6c95eaa6a9a60

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Updates the agentic file-summary header at the top of skills/rig/rig.ts to 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-analyzed stale.

Header updates

  • @last-analyzed: 33f6959c23f3bd
  • @edit-time: 2026-07-31T03:16:04Z2026-08-01T01:59:39Z
  • Removed [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 matching F:workflow* / F:parallel / F:pipeline / F:until entries
  • Added previously missing exported types (all marked [NEW]):
    • T:WorkflowCallOptionsCallOptions + {label?,phase?} per-call overrides
    • T:WorkflowPhase{title, detail?} phase descriptor used in WorkflowMeta.phases
    • T:WorkflowNestedOptions{signal?,phase?,label?} for nested workflow invocation
    • T:UntilStep<S> — step function type (state, round) => Promise<{state, done?, progressKey?}>

Metrics

  • old_lines: 100 | new_lines: 104
  • changed_lines: ~29 (SHA, timestamp, [NEW] removals, 4 new type lines)
  • change_ratio: ~0.28 (≥ 0.10 threshold → PR warranted)
  • has_new_api: true (4 previously undocumented exports added)

Generated by Daily Rig Header Updater · sonnet46 46.9 AIC · ⌖ 8.66 AIC · ⊞ 6.3K ·

- 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
pelikhan marked this pull request as ready for review August 1, 2026 04:02
@pelikhan
pelikhan merged commit c210171 into main Aug 1, 2026
1 check passed
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skills-Based Review 🧠

Applied /grill-with-docs — the header accurately reflects the current codebase state.

📋 Summary

What was checked

  • @last-analyzed and @edit-time correctly updated to c23f3bd / 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 in rig.ts with 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant