[rig-claude] Improve Claude dynamic-workflow compatibility for rig - #337
Merged
Merged
Conversation
…rence Links the three dedicated porting samples (310, 320, 330) directly from the conversion guide so a Claude dynamic-workflow user can find worked examples without scanning the full sample directory. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan
approved these changes
Aug 2, 2026
pelikhan
marked this pull request as ready for review
August 2, 2026 10:05
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 — clean, focused documentation improvement.
📋 Summary
What was reviewed
Pure documentation change: +11 lines adding an "Example programs" section to skills/rig/references/claude-workflow-conversion.md.
Findings
- ✅ All three linked sample files exist and paths resolve correctly
- ✅ Table accurately reflects each sample's focus area
- ✅ Narrowly scoped — no code, tests, or APIs modified
- ✅ Directly addresses the discoverability gap described in the PR body
🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · sonnet46 15.4 AIC · ⌖ 4.05 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.
Compatibility gap addressed
skills/rig/references/claude-workflow-conversion.mddescribed the primitive mapping and schema translation table but gave no pointer to the three samples that directly demonstrate Claude-to-rig ports. A user reading the conversion guide had to scan 350+ sample files to find the relevant ones.Why this improves transfer
The new "Example programs" section at the end of
claude-workflow-conversion.mdlinks directly to:310-workflow-audit-verify.mdargs→input,parallel,pipeline,phase,call.json320-budget-aware-crawler.mdlog,budget.remaining(),untilconvergence loop330-nested-workflow-composition.mdcall.workflow(rig equivalent ofworkflow(ref, args))These were already the highest-signal samples for Claude-workflow users — they just weren't discoverable from the conversion guide.
Files changed
skills/rig/references/claude-workflow-conversion.md— added "Example programs" section (+11 lines)Validation
Only documentation changed; no code, tests, or APIs were modified. Verified relative links are correct (
../samples/resolves fromreferences/).Remaining intentional differences
None introduced. Existing behavioral differences (failure holes, budget units, no sandbox restrictions, no resume journal) are already documented in the "Behavior differences" section.