UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

10 lines 355 B
/** * Animated welcome screen for the experimental artifact workflow setup. * Shows side-by-side layout with animated ASCII art on left and welcome text on right. */ /** * Shows the animated welcome screen. * Returns when user presses Enter. */ export declare function showWelcomeScreen(): Promise<void>; //# sourceMappingURL=welcome-screen.d.ts.map