Skip to content

Add daily Claude dynamic-workflow compatibility review workflow - #298

Merged
pelikhan merged 4 commits into
mainfrom
copilot/daily-agentic-workflow
Jul 30, 2026
Merged

Add daily Claude dynamic-workflow compatibility review workflow#298
pelikhan merged 4 commits into
mainfrom
copilot/daily-agentic-workflow

Conversation

Copilot AI commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Rig already has the core primitives needed to mirror Claude dynamic workflows, but it lacked a recurring mechanism to keep that mapping sharp as APIs, docs, and samples evolve. This adds a daily agentic workflow that reviews the highest-signal compatibility surfaces and proposes targeted updates when transfer from Claude workflows to Rig drifts.

  • What this workflow covers

    • Audits the Claude-to-Rig compatibility surface across:
      • skills/rig/rig.ts
      • skills/rig/engines/anthropic.ts
      • skills/rig/references/dynamic-workflows.md
      • skills/rig/references/claude-workflow-conversion.md
      • representative workflow-oriented samples and tests
    • Focuses on the concepts most likely to matter for model transfer: meta, typed input, agent calls, schema-constrained calls, parallel, pipeline, phase, log, budget, nested workflows, and model selection
  • Workflow behavior

    • Runs daily and on manual dispatch
    • Uses claude-sonnet-4.6
    • Instructs the agent to make at most one cohesive, high-confidence compatibility improvement per run
    • Prefers:
      • doc/reference clarifications first
      • then transfer-oriented samples
      • then small API/test changes only when the compatibility win is clear and low-risk
    • Emits noop when no meaningful improvement is warranted
  • PR output constraints

    • Opens a draft PR with a narrow allowed-file set covering only the compatibility-relevant docs, samples, runtime files, and directly related tests
    • Uses a dedicated branch/title prefix so daily compatibility work stays isolated and easy to triage
  • Compiled workflow artifact

    • Adds the compiled .lock.yml companion for the new workflow, matching the repository’s existing agentic-workflow source/lock convention
model: claude-sonnet-4.6
safe-outputs:
  create-pull-request:
    title-prefix: "[rig-claude] "

Copilot AI and others added 3 commits July 30, 2026 09:22
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
strict: true
timeout-minutes: 45
skills:
- githubnext/rig/skills/rig/SKILL.md@5bc52e398de3e25b0dd6d01664a2edcd3e789fd2

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@copilot install skill for local path skills/rig

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.

Addressed in f8dd2a3. The workflow now installs the Rig skill from the local skills/rig path with gh skill install skills/rig rig --from-local --force, and I recompiled the lock file.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan July 30, 2026 10:12
@pelikhan
pelikhan marked this pull request as ready for review July 30, 2026 10:13
@pelikhan
pelikhan merged commit 43c8bfa into main Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants