Skip to content

rename: quickview → clawdview#36

Open
andrewhopper wants to merge 2 commits intomasterfrom
claude/issue-20-20260303-1126
Open

rename: quickview → clawdview#36
andrewhopper wants to merge 2 commits intomasterfrom
claude/issue-20-20260303-1126

Conversation

@andrewhopper
Copy link
Owner

Closes #20

Changes all references from quickview to clawdview across the codebase:

  • Renames CLI command from quickview to clawdview
  • Updates class names: ClawdViewServer, ClawdViewApp, ClaudeClawdViewHelper
  • Updates package name to clawdview-tool
  • Renames bin/quickview.js to bin/clawdview.js
  • Updates all display text and documentation

Note: The quickview-tool/ directory rename can be completed locally with git mv quickview-tool clawdview-tool.

Generated with Claude Code

- 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>
@andrewhopper
Copy link
Owner Author

@claude resolve the conflicts

@claude
Copy link

claude bot commented Mar 3, 2026

Claude finished @andrewhopper's task in 13m 31s —— View job


Merge Conflicts Resolved ✅

  • Gather context and analyze conflicts
  • Identify conflicting files
  • Incorporate master's modular architecture into branch
  • Write new src/routes/ and src/services/ modules (from master)
  • Write new public/js/managers/ and public/js/renderers/ modules (from master)
  • Update server.js to master's modular version with ClawdViewServer rename
  • Update public/app.js to master's modular version with ClawdViewApp rename
  • Update public/index.html to use type="module" for ES module compatibility
  • Commit and push resolved changes

What Was Done

The branch was conflicting with master because:

  1. Master merged PR Update package name to clawdview and author info #35 which significantly refactored the codebase (added src/routes/, src/services/, public/js/managers/, public/js/renderers/ modules)
  2. This branch had the quickview→clawdview renames applied to the older monolithic architecture

Resolution: Brought in master's complete modular architecture and applied the quickview→clawdview renames on top. The resulting diff is now clean — all remaining differences between this branch and master are only the intended renames:

  • QuickViewServerClawdViewServer
  • QuickViewAppClawdViewApp
  • ClaudeQuickViewHelperClaudeClawdViewHelper
  • quickview command → clawdview command (in bin, scripts, docs)
  • Package name clawdviewclawdview-tool

Branch: claude/issue-20-20260303-1126

…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>
@andrewhopper
Copy link
Owner Author

@claude resolve the conflicts

@claude
Copy link

claude bot commented Mar 9, 2026

Claude finished @andrewhopper's task in 56s —— View job


Merge Conflicts Already Resolved ✅

  • Gather context and analyze current state
  • Check for remaining conflicts
  • Verify branch status

Status

The merge conflicts on this branch were already resolved in the previous Claude run (commit 0540f9d). The branch is currently clean with no conflict markers.

Current state:

  • Working tree is clean — nothing to commit
  • No <<<<<<< conflict markers found in any files
  • Branch claude/issue-20-20260303-1126 is up to date with origin/claude/issue-20-20260303-1126
  • The branch has 2 commits ahead of origin/master:
    • 0540f9d — fix: resolve merge conflicts by incorporating master's modular architecture
    • a2e1848 — rename: quickview → clawdview in all file contents

The PR is ready for review. All differences from master are the intended renames (quickviewclawdview) plus the modular architecture that was brought in during conflict resolution.
| Branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Change quickview to clawdview

1 participant