Skip to content

Add Open Dynamic Workflows plugin#190

Open
Suraj1235 wants to merge 1 commit into
hashgraph-online:mainfrom
Suraj1235:add-open-dynamic-workflows
Open

Add Open Dynamic Workflows plugin#190
Suraj1235 wants to merge 1 commit into
hashgraph-online:mainfrom
Suraj1235:add-open-dynamic-workflows

Conversation

@Suraj1235

Copy link
Copy Markdown

Adds Open Dynamic Workflows — an MIT-licensed open-source dynamic multi-agent workflow engine for AI coding agents (OpenCode, Codex, Antigravity, VS Code). It plans, orchestrates, and adversarially verifies parallel agents; ships a Codex/Antigravity skill (SKILL.md + daemon bridge) and an OpenCode plugin; bring-your-own-model (Anthropic / OpenAI-compatible / Ollama).

Repo: https://github.com/Suraj1235/open-dynamic-workflows

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@kilo-code-bot

kilo-code-bot Bot commented Jun 6, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • README.md - No issues, documentation-only change

Reviewed by step-3.7-flash-20260528 · 100,842 tokens

@internet-dot

Copy link
Copy Markdown
Collaborator

This PR only adds a README entry. For this bundle-required repo, a complete submission needs:\n- Plugin bundle under plugins/Suraj1235/open-dynamic-workflows/ with .codex-plugin/plugin.json, skills, and icon\n- plugins.json entry\n- .agents/plugins/marketplace.json entry\n\nSee CONTRIBUTING.md.

@internet-dot

Copy link
Copy Markdown
Collaborator

Before this PR can be merged, your plugin repo needs the HOL AI Plugin Scanner running in CI. This is a mandatory requirement for all submissions.

Add this workflow to your plugin repo at .github/workflows/hol-plugin-scanner.yml:

name: HOL Plugin Scanner

on:
  push:
    branches: [main, master]
  pull_request:
    branches: [main, master]

permissions:
  contents: read
  security-events: write

jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
      - name: HOL Plugin Scanner
        uses: hashgraph-online/ai-plugin-scanner-action@v1
        with:
          plugin_dir: "."
          mode: scan
          min_score: 80
          fail_on_severity: high
          format: sarif
          upload_sarif: true

Also run the scanner locally and include the score in your PR description:

pipx install plugin-scanner
plugin-scanner scan . --format text

Your plugin needs a score of 80/130 or higher with no critical or high severity findings. Link the CI run or paste the score in this PR description.

See the full guide: SCANNER_GUIDE.md

Additional issues:
This PR only adds a README entry with no plugin bundle. Add the full bundle under plugins/Suraj1235/open-dynamic-workflows/.

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