/** * ops_append — log an operational breadcrumb with type-based auto-expiry. * * TTL varies by entry type: * log: 90 days, instruction: 14 days, handoff: 14 days, * milestone: 180 days, decision: 365 days. */ import type { ToolDefinition } from '../mcp/tools.js'; export declare const opsAppendTool: ToolDefinition; //# sourceMappingURL=ops-append.d.ts.map