fix(adapters): Add missing hermes.py adapter #9

Open
plugin-dev wants to merge 2 commits from fix/runtime-adapters into main

2 Commits

Author SHA1 Message Date
plugin-dev ca8e446b11 fix(adapters): add missing hermes/deepagents adapters
CI / Plugin validation (push) Successful in 1m17s
CI / Plugin validation (pull_request) Successful in 1m8s
[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:21 +00:00
plugin-dev 9b77ef14cc fix(ci): inline ci workflow — Gitea 1.22.6 cross-repo uses broken
CI / Plugin validation (push) Successful in 1m17s
CI / Plugin validation (pull_request) Successful in 1m4s
Replaces workflow_call (uses: molecule-ai/molecule-ci/...) with an
inline jobs block. The cross-repo workflow_call pattern no-ops on
Gitea 1.22.6 because DEFAULT_ACTIONS_URL=github routes the fetch
to github.com (where molecule-ai is suspended), causing a 404.
Canonical validate-plugin.py is still fetched from molecule-ci on
every run so validator changes propagate without repo-specific vendor
drift.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-13 04:21:42 +00:00