Skip to content

[rig-claude] Improve Claude dynamic-workflow compatibility for rig - #337

Merged
pelikhan merged 1 commit into
mainfrom
rig-claude-compat/2026-08-02-b9d50654c9783034
Aug 2, 2026
Merged

[rig-claude] Improve Claude dynamic-workflow compatibility for rig#337
pelikhan merged 1 commit into
mainfrom
rig-claude-compat/2026-08-02-b9d50654c9783034

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

Compatibility gap addressed

skills/rig/references/claude-workflow-conversion.md described 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.md links directly to:

Sample Demonstrates
310-workflow-audit-verify.md argsinput, parallel, pipeline, phase, call.json
320-budget-aware-crawler.md log, budget.remaining(), until convergence loop
330-nested-workflow-composition.md call.workflow (rig equivalent of workflow(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 from references/).

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.

Generated by Daily Rig Claude Dynamic Workflow Compatibility · sonnet46 39.1 AIC · ⌖ 7.92 AIC · ⊞ 5.4K ·

…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
pelikhan marked this pull request as ready for review August 2, 2026 10:05
@pelikhan
pelikhan merged commit 8445bc3 into main Aug 2, 2026
1 check passed
@github-actions

github-actions Bot commented Aug 2, 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 /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

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