/** * @puaros/ipuaro - Local AI agent for codebase operations * * Main entry point for the library. */ // Domain exports export * from "./domain/index.js" // Application exports export * from "./application/index.js" // Shared exports export * from "./shared/index.js" // Infrastructure exports export * from "./infrastructure/index.js" // Version export const VERSION = "0.2.0"