Update all user-facing strings (HTML title, manifest, header logo, browser title updater), code comments, and documentation references. Folder name retained as-is.
11 lines
206 B
TypeScript
11 lines
206 B
TypeScript
/**
|
|
* 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 {};
|