Structs§
- Adapter
Registry - A collection of platform adapters, indexed by name.
- Adapter
Scope - Deploy
Request - Entity
Config - File
System Adapter - Each instance is configured with a name and a map of
EntityConfigs. All built-in adapters (claude-code, factory, gemini-cli, etc.) are instances of this struct with different configurations — thePlatformAdaptertrait allows alternative implementations if needed.
Enums§
- DirInstall
Mode - How a directory entry is deployed to a platform’s target directory.
Traits§
- Platform
Adapter - Contract for deploying skill/agent files to a specific AI tool’s directory.
Functions§
Type Aliases§
- Deploy
Result - The deployment result: a map of
{patch_key: installed_path}.