/** * Codewalkers - Library Entry Point * * Multi-agent workspace for orchestrating multiple Claude Code agents. */ export const VERSION = '0.0.1'; // Placeholder for future module exports export {};