@vfarcic/dot-ai
Version:
AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance
11 lines • 319 B
TypeScript
/**
* Centralized constants and messages
*
* Single entry point for all constants, messages, and templates
* used throughout the dot-ai application.
*/
export * from './investigation.js';
export * from './validation.js';
export * from './errors.js';
export * from './stages.js';
//# sourceMappingURL=index.d.ts.map