Conversation
- Replace all instances of QuickView/quickview with ClawdView/clawdview - Rename bin/quickview.js to bin/clawdview.js - Update package name, CLI command, class names, and display text Closes #20 Co-authored-by: Andrew Hopper <andrewhopper@users.noreply.github.com>
|
@claude resolve the conflicts |
|
Claude finished @andrewhopper's task in 13m 31s —— View job Merge Conflicts Resolved ✅
What Was DoneThe branch was conflicting with master because:
Resolution: Brought in master's complete modular architecture and applied the
Branch: |
…ecture - Replace monolithic server.js with master's modular version (ClawdViewServer) - Replace monolithic app.js with master's modular version (ClawdViewApp) - Add missing src/routes/ and src/services/ modules from master - Add missing public/js/managers/ and public/js/renderers/ modules from master - Update index.html to use type="module" for ES module app.js - All class names and commands maintain clawdview naming convention Co-authored-by: Andrew Hopper <andrewhopper@users.noreply.github.com>
|
@claude resolve the conflicts |
|
Claude finished @andrewhopper's task in 56s —— View job Merge Conflicts Already Resolved ✅
StatusThe merge conflicts on this branch were already resolved in the previous Claude run (commit Current state:
The PR is ready for review. All differences from master are the intended renames ( |
Closes #20
Changes all references from
quickviewtoclawdviewacross the codebase:quickviewtoclawdviewClawdViewServer,ClawdViewApp,ClaudeClawdViewHelperclawdview-toolbin/quickview.jstobin/clawdview.jsNote: The
quickview-tool/directory rename can be completed locally withgit mv quickview-tool clawdview-tool.Generated with Claude Code