LICENSE
README.md
pyproject.toml
src/spriterrific/__init__.py
src/spriterrific/action_batch.py
src/spriterrific/anchor_wizard.py
src/spriterrific/anchor_wizard_gui.py
src/spriterrific/anchors.py
src/spriterrific/api.py
src/spriterrific/bootstrap_anchors.py
src/spriterrific/bria.py
src/spriterrific/cells.py
src/spriterrific/chroma.py
src/spriterrific/cli.py
src/spriterrific/commands.py
src/spriterrific/events.py
src/spriterrific/finalize_runtime.py
src/spriterrific/frame_aligner.py
src/spriterrific/frame_clean.py
src/spriterrific/frame_picker.py
src/spriterrific/frame_sheet.py
src/spriterrific/guides.py
src/spriterrific/manifest.py
src/spriterrific/media.py
src/spriterrific/pack.py
src/spriterrific/paths.py
src/spriterrific/pipeline.py
src/spriterrific/pixel_snap.py
src/spriterrific/post_selection.py
src/spriterrific/preprocess.py
src/spriterrific/presets.py
src/spriterrific/prompts.py
src/spriterrific/review_index.py
src/spriterrific/runids.py
src/spriterrific/scale.py
src/spriterrific/sheet_guides.py
src/spriterrific/size_contract.py
src/spriterrific/skill_install.py
src/spriterrific/sprite_cleanup.py
src/spriterrific/validate.py
src/spriterrific.egg-info/PKG-INFO
src/spriterrific.egg-info/SOURCES.txt
src/spriterrific.egg-info/dependency_links.txt
src/spriterrific.egg-info/entry_points.txt
src/spriterrific.egg-info/requires.txt
src/spriterrific.egg-info/top_level.txt
src/spriterrific/assets/guides/alternating-1024x1024.png
src/spriterrific/runtime_tools/__init__.py
src/spriterrific/runtime_tools/animated_spritesheets/__init__.py
src/spriterrific/runtime_tools/animated_spritesheets/scripts/__init__.py
src/spriterrific/runtime_tools/animated_spritesheets/scripts/build_contact_sheet.py
src/spriterrific/runtime_tools/animated_spritesheets/scripts/build_sequence_gif.py
src/spriterrific/runtime_tools/animated_spritesheets/scripts/make_alternating_sheet.py
src/spriterrific/runtime_tools/animated_spritesheets/scripts/normalize_frames.py
src/spriterrific/runtime_tools/fal_ai_image/__init__.py
src/spriterrific/runtime_tools/fal_ai_image/assets/model-presets.json
src/spriterrific/runtime_tools/fal_ai_image/scripts/__init__.py
src/spriterrific/runtime_tools/fal_ai_image/scripts/_fal_common.py
src/spriterrific/runtime_tools/fal_ai_image/scripts/fal_queue_image_run.py
src/spriterrific/runtime_tools/fal_ai_video/__init__.py
src/spriterrific/runtime_tools/fal_ai_video/assets/model-presets.json
src/spriterrific/runtime_tools/fal_ai_video/scripts/__init__.py
src/spriterrific/runtime_tools/fal_ai_video/scripts/_fal_common.py
src/spriterrific/runtime_tools/fal_ai_video/scripts/fal_queue_video_run.py
src/spriterrific/runtime_tools/gamedev_assets/__init__.py
src/spriterrific/runtime_tools/gamedev_assets/scripts/__init__.py
src/spriterrific/runtime_tools/gamedev_assets/scripts/asset_sprite_baseline.py
src/spriterrific/runtime_tools/pixel_snapper/__init__.py
src/spriterrific/runtime_tools/pixel_snapper/scripts/__init__.py
src/spriterrific/runtime_tools/pixel_snapper/scripts/pixel_snapper.py
src/spriterrific/skills/spriterrific/SKILL.md
src/spriterrific/skills/spriterrific/references/happy-path-prompt-templates.md
src/spriterrific/skills/spriterrific/references/image-action-pose-boards.md
src/spriterrific/skills/spriterrific/references/seven-step-ai-prompting.md
src/spriterrific/web/app.js
src/spriterrific/web/index.html
src/spriterrific/web/styles.css
tests/test_anchor_wizard.py
tests/test_anchor_wizard_gui.py
tests/test_anchors.py
tests/test_bootstrap_anchors.py
tests/test_bria.py
tests/test_cells.py
tests/test_chroma.py
tests/test_finalize_runtime.py
tests/test_frame_aligner.py
tests/test_frame_clean.py
tests/test_frame_picker.py
tests/test_frame_sheet.py
tests/test_media.py
tests/test_pack_manifest.py
tests/test_pipeline.py
tests/test_pixel_snap.py
tests/test_post_selection.py
tests/test_preprocess.py
tests/test_presets.py
tests/test_prompts.py
tests/test_runids.py
tests/test_scale.py
tests/test_sheet_guides.py
tests/test_size_contract.py
tests/test_skill_install.py
tests/test_sprite_cleanup.py