/** * codebuff.ts — WatcherAdapter para Codebuff (coding CLI agent) * * Codebuff stores traces in ~/.codebuff/logs/ as JSONL files. * This is a scaffold — fill in parseEvent/getSessionCost with sample traces. */ import { type WatcherAdapter } from './adapter'; export declare const codebuffAdapter: WatcherAdapter;