.gitignore
LICENSE
README.md
demo.py
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
assets/cli-demo.png
assets/share-card.png
docs/ai-features-brainstorm.md
docs/ai-interaction-model.md
docs/algorithm-research.md
docs/cognitive-science-transition-strategies.md
docs/current-landscape.md
docs/design-document.md
docs/market-analysis.md
docs/sandbox-distribution-research.md
docs/shareable-card-research.md
docs/technical-feasibility.md
docs/tld-research.md
docs/ux-research.md
docs/viral-strategy.md
src/unjiggle/__init__.py
src/unjiggle/analyzer.py
src/unjiggle/archetypes.py
src/unjiggle/cards.py
src/unjiggle/cli.py
src/unjiggle/device.py
src/unjiggle/itunes.py
src/unjiggle/layout_engine.py
src/unjiggle/mirror.py
src/unjiggle/models.py
src/unjiggle/obituary.py
src/unjiggle/render.py
src/unjiggle/safety.py
src/unjiggle/scoring.py
src/unjiggle/swipetax.py
src/unjiggle/visualize.py
src/unjiggle.egg-info/PKG-INFO
src/unjiggle.egg-info/SOURCES.txt
src/unjiggle.egg-info/dependency_links.txt
src/unjiggle.egg-info/entry_points.txt
src/unjiggle.egg-info/requires.txt
src/unjiggle.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_analyzer.py
tests/test_archetypes.py
tests/test_itunes.py
tests/test_layout_engine.py
tests/test_mirror.py
tests/test_models.py
tests/test_obituary.py
tests/test_safety.py
tests/test_scoring.py
tests/test_swipetax.py
tests/test_visualize.py