Add Open Dynamic Workflows plugin#190
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by step-3.7-flash-20260528 · 100,842 tokens |
|
This PR only adds a README entry. For this bundle-required repo, a complete submission needs:\n- Plugin bundle under |
|
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 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: trueAlso run the scanner locally and include the score in your PR description: pipx install plugin-scanner
plugin-scanner scan . --format textYour 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: |
internet-dot
left a comment
There was a problem hiding this comment.
Multiple issues against CONTRIBUTING.md:
-
No plugin bundle — PR only adds a README entry. Step 4 requires a bundle under
plugins/<owner>/<repo>/with validplugin.json. -
No marketplace.json entry — Missing.
-
No plugins.json entry — Missing.
-
No scanner evidence — PR description lacks scanner score or CI link.
-
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
left a comment
There was a problem hiding this comment.
Review Summary
Issues Found:
- Missing plugin bundle: The README entry references https://github.com/Suraj1235/open-dynamic-workflows but there is no corresponding plugin bundle under .
Required for Approval:
Per the repository conventions, new plugin submissions should include:
- README.md entry (present ✓)
- Plugin bundle directory under (missing ❌)
- manifest file (missing ❌)
- 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.
|
Thanks for the submission. The README-only entry isn't sufficient. Please also add:
Check any recent merged PR for the expected format. |
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