/** * Configure Qoder (pull-based class-2 platform). * * Qoder Custom Commands require YAML frontmatter with `name` + `description` * and use a flat layout, so session-boundary commands get wrapped via * `wrapWithCommandFrontmatter`; auto-trigger workflows stay as plain skills. * `inject-subagent-context.py` is excluded because Qoder's hook can't inject * sub-agent prompts — sub-agents pull task context themselves. */ export declare function configureQoder(cwd: string): Promise; //# sourceMappingURL=qoder.d.ts.map