framework
Version:
The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.
9 lines • 512 B
TypeScript
import { type FrameworkEvent, type MergeWithheldReason } from './events.js';
/** Render a {@link FrameworkEvent} as one human-readable line (terminal surface). */
export declare function formatFrameworkEvent(event: FrameworkEvent): string;
/**
* Say why an armed merge was withheld (#1363) in the reader's terms. Exported for the CLI's
* own stdout line, so the two surfaces cannot drift.
*/
export declare function mergeWithheldWhy(reason: MergeWithheldReason): string;
//# sourceMappingURL=terminal.d.ts.map