Skip to main content

Module adapter

Module adapter 

Source

Structs§

AdapterRegistry
A collection of platform adapters, indexed by name.
EntityConfig
Paths and install mode for one entity type within a platform.
FileSystemAdapter
Filesystem-based platform adapter.

Enums§

DirInstallMode
How a directory entry is deployed to a platform’s target directory.

Traits§

PlatformAdapter
Contract for deploying skill/agent files to a specific AI tool’s directory.

Functions§

adapters
Get the global adapter registry (lazily initialized).
known_adapters
Sorted list of known adapter names.

Type Aliases§

DeployResult
The deployment result: a map of {patch_key: installed_path}.