/** * baseline accept command - accept detected drift as intentional changes. * * This command allows users to acknowledge that detected drift was intentional * (e.g., when adding new features, updating tool behavior, etc.) and update * the baseline to reflect the new expected state. * * Usage: * bellwether baseline accept # Accept drift and update baseline * bellwether baseline accept --reason "Added new delete tool" * bellwether baseline accept --dry-run # Show what would be accepted */ import { Command } from 'commander'; export declare const acceptCommand: Command; //# sourceMappingURL=baseline-accept.d.ts.map