Files
core-devops 56bf4cd141
Test / test (3.11) (pull_request) Waiting to run
Test / test (3.12) (pull_request) Waiting to run
Test / test (3.13) (pull_request) Waiting to run
release sdk attachments support
2026-05-23 20:26:37 -07:00

7 lines
237 B
Python

"""Codex adaptor.
If your plugin defines a sub-agent, swap the import for a custom class
that calls ``ctx.register_subagent(name, spec)`` inside ``install()``.
"""
from molecule_plugin import AgentskillsAdaptor as Adaptor # noqa: F401