1 Commits

Author SHA1 Message Date
plugin-dev e06b637043 fix(adapters): add missing hermes/deepagents adapters
CI / Plugin validation (push) Successful in 1m0s
CI / Plugin validation (pull_request) Successful in 1m10s
[Do] Manual ack
Plugin declares runtime in plugin.yaml but was missing the per-runtime
adaptor, causing RawDropAdaptor fallback for non-Claude-Code runtimes.
AgentskillsAdaptor is runtime-agnostic; thin wrappers added for:
- hermes: ecc, molecule-dev, superpowers, skill-cron-learnings, skill-update-docs
- deepagents: molecule-audit, molecule-compliance, molecule-hitl, molecule-security-scan

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 04:50:24 +00:00
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ name: CI
on: [push, pull_request]
jobs:
validate:
name: Plugin validation
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
-1
View File
@@ -7,4 +7,3 @@ the same adaptor handles rules and skills; hooks/commands are no-ops
that Hermes ignores gracefully.
"""
from plugins_registry.builtins import AgentskillsAdaptor as Adaptor # noqa: F401