Add Ruflo-backed agentic task workflow#36046
Merged
Merged
Conversation
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>
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>
Copilot
AI
changed the title
Add Ruflo-backed task workflow
Add Ruflo-backed agentic task workflow
May 31, 2026
Copilot created this pull request from a session on behalf of
pelikhan
May 31, 2026 03:00
View session
Collaborator
|
@copilot ruflo should use a slash_command to start working on an issue (/ruflo on issuecomment). Use Claude. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Agentic Workflow that delegates internal planning/coordination to a Ruflo MCP server (via a reusable shared MCP import), while keeping GitHub Agentic Workflows as the outer sandbox and safe-output write control plane.
Changes:
- Introduces a reusable
.github/workflows/shared/mcp/ruflo.mdMCP server wrapper (stdio vianpx+ tool allowlist). - Adds a new
/ruflo-triggered workflow definition (.github/workflows/ruflo-backed-task.md) encoding the Ruflo-backed operating model and safe-output guardrails. - Checks in the compiled lockfile artifact for the new workflow (
.github/workflows/ruflo-backed-task.lock.yml).
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/shared/mcp/ruflo.md | Adds a shared Ruflo MCP server wrapper with an explicit allowlist. |
| .github/workflows/ruflo-backed-task.md | Defines the new /ruflo workflow and its required operating process + safe outputs. |
| .github/workflows/ruflo-backed-task.lock.yml | Adds the compiled lockfile for the workflow runtime. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/3 changed files
- Comments generated: 4
Comment on lines
+4
to
+8
| on: | ||
| slash_command: | ||
| strategy: centralized | ||
| name: ruflo | ||
| events: [issue_comment] |
Comment on lines
+15
to
+17
| command: "npx" | ||
| args: ["-y", "ruflo@latest", "mcp", "start", "--transport", "stdio"] | ||
| allowed: |
Comment on lines
+1
to
+2
| # gh-aw-metadata: {"schema_version":"v3","frontmatter_hash":"ef6ca3f368c842bf1c44ee8e7ad673ecfe340b8af09774a627c8e8f486d7cd19","compiler_version":"v0.76.1","strict":true,"agent_id":"claude"} | ||
| # gh-aw-manifest: {"version":1,"secrets":["ANTHROPIC_API_KEY","GH_AW_CI_TRIGGER_TOKEN","GH_AW_GITHUB_MCP_SERVER_TOKEN","GH_AW_GITHUB_TOKEN","GITHUB_TOKEN"],"actions":[{"repo":"actions/checkout","sha":"de0fac2e4500dabe0009e67214ff5f5447ce83dd","version":"v6.0.2"},{"repo":"actions/download-artifact","sha":"3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c","version":"v8.0.1"},{"repo":"actions/github-script","sha":"3a2844b7e9c422d3c10d287c895573f7108da1b3","version":"v9.0.0"},{"repo":"actions/github-script","sha":"v9","version":"v9"},{"repo":"actions/setup-node","sha":"48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e","version":"v6.4.0"},{"repo":"actions/upload-artifact","sha":"043fb46d1a93c77aae656e7c1c64a875d1fc6a0a","version":"v7.0.1"},{"repo":"github/gh-aw-actions/setup","sha":"v0.76.1","version":"v0.76.1"}],"resolution_failures":[{"repo":"actions/github-script","ref":"v9","error_type":"dynamic_resolution_failed"}],"containers":[{"image":"ghcr.io/github/gh-aw-firewall/agent:0.25.55"},{"image":"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.55"},{"image":"ghcr.io/github/gh-aw-firewall/cli-proxy:0.25.55"},{"image":"ghcr.io/github/gh-aw-firewall/squid:0.25.55"},{"image":"ghcr.io/github/gh-aw-mcpg:v0.3.19"},{"image":"ghcr.io/github/github-mcp-server:v1.0.4","digest":"sha256:e3816a476a977cfb836e7d221510011436c654d11861db66ecfd826601aba6a4","pinned_image":"ghcr.io/github/github-mcp-server:v1.0.4@sha256:e3816a476a977cfb836e7d221510011436c654d11861db66ecfd826601aba6a4"},{"image":"node:lts-alpine","digest":"sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14","pinned_image":"node:lts-alpine@sha256:2bdb65ed1dab192432bc31c95f94155ca5ad7fc1392fb7eb7526ab682fa5bf14"}]} |
Comment on lines
+489
to
+492
| - name: Determine automatic lockdown mode for GitHub MCP Server | ||
| id: determine-automatic-lockdown | ||
| uses: actions/github-script@v9 | ||
| env: |
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.
This adds a GitHub Agentic Workflow that uses Ruflo as the inner orchestration layer while keeping GitHub Agentic Workflows as the outer control plane for sandboxing, permissions, and safe outputs. It also introduces a reusable Ruflo MCP import so other workflows can adopt the same bounded integration pattern.
New workflow
.github/workflows/ruflo-backed-task.md/rufloviaissue_commentReusable Ruflo MCP wrapper
.github/workflows/shared/mcp/ruflo.mdWorkflow guardrails
create-pull-request,create-issue, andadd-commentCompiled artifact
Example: