.gitignore
CHANGELOG.md
DEPLOYMENT.md
LICENSE
MANIFEST.in
README.md
UPLOAD_TO_PYPI.md
build_and_upload.sh
pyproject.toml
setup.py
.github/workflows/ci.yml
claude_code_viewer.egg-info/PKG-INFO
claude_code_viewer.egg-info/SOURCES.txt
claude_code_viewer.egg-info/dependency_links.txt
claude_code_viewer.egg-info/entry_points.txt
claude_code_viewer.egg-info/requires.txt
claude_code_viewer.egg-info/top_level.txt
claude_viewer/__init__.py
claude_viewer/cli.py
claude_viewer/main.py
claude_viewer/static/css/style.css
claude_viewer/static/js/app.js
claude_viewer/templates/base.html
claude_viewer/templates/conversation.html
claude_viewer/templates/index.html
claude_viewer/templates/project_view.html
claude_viewer/utils/jsonl_parser.py