LICENSE
README.md
pyproject.toml
setup.py
claude_workshop.egg-info/PKG-INFO
claude_workshop.egg-info/SOURCES.txt
claude_workshop.egg-info/dependency_links.txt
claude_workshop.egg-info/entry_points.txt
claude_workshop.egg-info/requires.txt
claude_workshop.egg-info/top_level.txt
src/__init__.py
src/cli.py
src/config.py
src/display.py
src/export.py
src/git_utils.py
src/jsonl_parser.py
src/migrate.py
src/project_detection.py
src/schema.sql
src/storage.py
src/storage_sqlite.py
src/claude_templates/README.md
src/claude_templates/settings.json
src/claude_templates/workshop-pre-compact.sh
src/claude_templates/workshop-session-end.sh
src/claude_templates/workshop-session-start.sh
src/claude_templates/commands/workshop.sh
src/web/__init__.py
src/web/app.py
src/web/templates/base.html
src/web/templates/dashboard.html
src/web/templates/edit.html
src/web/templates/entries.html
src/web/templates/new.html
src/web/templates/settings.html
src/web/templates/view.html
tests/test_cli.py
tests/test_config.py
tests/test_display.py
tests/test_jsonl_parser.py
tests/test_storage.py
tests/test_storage_sqlite.py