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/.

@internet-dot internet-dot left a comment

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.

Multiple issues against CONTRIBUTING.md:

  1. No plugin bundle — PR only adds a README entry. Step 4 requires a bundle under plugins/<owner>/<repo>/ with valid plugin.json.

  2. No marketplace.json entry — Missing.

  3. No plugins.json entry — Missing.

  4. No scanner evidence — PR description lacks scanner score or CI link.

  5. Description is very long — Technically one sentence but 40+ words. Consider condensing.

Please add the required bundle and sync entries, or this should be a README-only submission to awesome-ai-plugins instead.

@internet-dot internet-dot left a comment

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.

Review Summary

⚠️ Changes Requested

Issues Found:

Required for Approval:

Per the repository conventions, new plugin submissions should include:

  1. README.md entry (present ✓)
  2. Plugin bundle directory under (missing ❌)
  3. manifest file (missing ❌)
  4. Asset files (icon/logo) if referenced (not checked - bundle missing)

Suggestion:

Please add the complete plugin bundle structure to match other submissions in this repository (e.g., PRs #191, #182, #174). You can use the existing plugin bundles as templates.

If this is intentionally a README-only reference, please clarify in the PR description why a bundle is not needed.

@internet-dot

Copy link
Copy Markdown
Collaborator

Thanks for the submission. The README-only entry isn't sufficient. Please also add:

  1. An entry in plugins.json
  2. An entry in .agents/plugins/marketplace.json
  3. The plugin bundle under plugins/Suraj1235/open-dynamic-workflows/

Check any recent merged PR for the expected format.

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