/** * Build the Claude Code plugin directory as an in-memory file map. * * Returns `{ relativePath: contents }` for every file the installer must * write under `/.claude/plugins/skaile/`. The installer is also * responsible for populating `skills/` from the project's `.skaile/skills/`. * * Stateless — no plugin instance, no `boot()`. The generated artifacts carry * no project-specific paths: hooks and the MCP server resolve the project * directory themselves at runtime. * * @returns A map of plugin-relative file paths to their string contents. * * @docLink packages/workspace-plugin/concepts#adapters */ export declare function buildClaudePluginFiles(): Record; //# sourceMappingURL=claude-code.d.ts.map