/** * AiderExecutor — wraps existing Aider logic as an ExecutorAdapter. * * This is a pure extraction from executor.ts. Zero behavior change. * The Aider process is spawned per ticket with --message and --auto-commits. */ import type { ExecutorAdapter } from './types.js'; export declare function getActiveChildPids(): Set; export declare const aiderExecutor: ExecutorAdapter; //# sourceMappingURL=aider-executor.d.ts.map