README.md
pyproject.toml
setup.py
foundry/__init__.py
foundry/animated_experience.py
foundry/auth.py
foundry/cli.py
foundry/constants.py
foundry/development_experience.py
foundry/interactive.py
foundry/interactive_utils.py
foundry/license_check.py
foundry/logging.py
foundry/manage.py
foundry/observability.py
foundry/patch.py
foundry/privacy_disclosure.py
foundry/telemetry.py
foundry/utils.py
foundry/workspaces.py
foundry/actions/__init__.py
foundry/actions/account_info.py
foundry/actions/ast_grep_runner.py
foundry/actions/clone.py
foundry/actions/development.py
foundry/actions/diff.py
foundry/actions/documentation.py
foundry/actions/explore.py
foundry/actions/features.py
foundry/actions/generation_utils.py
foundry/actions/generator.py
foundry/actions/health.py
foundry/actions/interactive_config.py
foundry/actions/internals.py
foundry/actions/observability_interactive.py
foundry/actions/repo_utils.py
foundry/actions/setup.py
foundry/actions/transformation.py
foundry/actions/upgrade.py
foundry/actions/validation.py
foundry/actions/verification_interactive.py
foundry/actions/verify.py
foundry/actions/examples/__init__.py
foundry/actions/examples/codemod_examples.py
foundry/actions/verification/__init__.py
foundry/actions/verification/models.py
foundry/actions/verification/project_validator.py
foundry/actions/verification/reports.py
foundry/actions/verification/verifier.py
foundry/animations/__init__.py
foundry/animations/animation.py
foundry/animations/assets.py
foundry/animations/base.py
foundry/animations/canvas.py
foundry/animations/components.py
foundry/animations/composites.py
foundry/animations/core.py
foundry/animations/rendering.py
foundry/animations/utils.py
foundry/animations/engine/__init__.py
foundry/animations/engine/animation_engine.py
foundry/animations/engine/clock.py
foundry/animations/engine/frame_buffer.py
foundry/animations/engine/state.py
foundry/animations/scenes/__init__.py
foundry/animations/scenes/entrance.py
foundry/animations/scenes/forge.py
foundry/animations/scenes/info_slide.py
foundry/animations/scenes/logo_disperse.py
foundry/animations/scenes/logo_dissolve.py
foundry/animations/scenes/logo_reveal.py
foundry/animations/scenes/logo_slide.py
foundry/animations/scenes/rain.py
foundry/animations/scenes/tranquility.py
foundry/animations/sections/__init__.py
foundry/animations/ui/__init__.py
foundry/codemods/__init__.py
foundry/codemods/base.py
foundry/codemods/delta_store.py
foundry/codemods/js_codemods.py
foundry/codemods/python_codemods.py
foundry/codemods/ruby_codemods.py
foundry/codemods/toml_codemods.py
foundry/commands/__init__.py
foundry/commands/advisor.py
foundry/commands/auth.py
foundry/commands/codegen.py
foundry/commands/compliance.py
foundry/commands/dev.py
foundry/commands/doctor.py
foundry/commands/feedback.py
foundry/commands/interactive.py
foundry/commands/internals.py
foundry/commands/observability.py
foundry/commands/post_generate.py
foundry/commands/report.py
foundry/commands/verify.py
foundry/commands/wizard.py
foundry/features/__init__.py
foundry/features/features.json
foundry/features/registry.py
foundry/features/react-client/merchant-dashboard/DEPENDENCIES.md
foundry/metadata/__init__.py
foundry/metadata/metadata_tracker.py
foundry/safety/__init__.py
foundry/safety/dry_run_engine.py
foundry/safety/git_guard.py
foundry/safety/integration.py
foundry/safety/verification_hook.py
foundry/tools/__init__.py
foundry/tools/synvert_adapter.py
foundry/tools/client/__init__.py
foundry/tools/development/__init__.py
foundry/tools/development/build_tools.py
foundry/tools/internal/__init__.py
foundry/utils/__init__.py
foundry/utils/watermark.py
sscli.egg-info/PKG-INFO
sscli.egg-info/SOURCES.txt
sscli.egg-info/dependency_links.txt
sscli.egg-info/entry_points.txt
sscli.egg-info/requires.txt
sscli.egg-info/top_level.txt
tests/test_account_info_coverage.py
tests/test_actions_health_account.py
tests/test_actions_interactive_and_setup.py
tests/test_actions_misc.py
tests/test_advisor.py
tests/test_alpha_bug_report.py
tests/test_animated_experience_full.py
tests/test_animated_experience_more.py
tests/test_animations.py
tests/test_animations_engine_and_scenes.py
tests/test_ast_codemods.py
tests/test_ast_codemods_edge_cases.py
tests/test_ast_grep_injections.py
tests/test_ast_grep_runner_extra.py
tests/test_ast_smoke.py
tests/test_astro_e2e_smoke.py
tests/test_astro_injection.py
tests/test_astro_template_markers.py
tests/test_auth.py
tests/test_auth_flows_comprehensive.py
tests/test_cli_and_commands.py
tests/test_cli_entry_coverage.py
tests/test_cli_help_quality.py
tests/test_clone_template.py
tests/test_codegen.py
tests/test_codemods_js_ruby_more.py
tests/test_codemods_ruby_js_comprehensive.py
tests/test_codemods_toml.py
tests/test_commands_auth_coverage.py
tests/test_commands_interactive_comprehensive.py
tests/test_commands_internals.py
tests/test_commands_internals_comprehensive.py
tests/test_commerce_tunnel_integration.py
tests/test_compliance.py
tests/test_delta_store.py
tests/test_development.py
tests/test_development_coverage_boost.py
tests/test_development_experience_more.py
tests/test_development_extended.py
tests/test_development_swap_more.py
tests/test_diff_comprehensive.py
tests/test_diff_coverage.py
tests/test_doctor.py
tests/test_documentation_coverage.py
tests/test_dry_run_engine.py
tests/test_explore_comprehensive.py
tests/test_explore_coverage.py
tests/test_explore_tree_more.py
tests/test_features.py
tests/test_features_ast.py
tests/test_features_core.py
tests/test_features_infra.py
tests/test_feedback_commands.py
tests/test_generation_flows_extended.py
tests/test_generation_utils.py
tests/test_generation_utils_coverage.py
tests/test_generator.py
tests/test_generator_coverage.py
tests/test_git_guard.py
tests/test_health_coverage.py
tests/test_inject_shopify.py
tests/test_injectable_features_e2e.py
tests/test_injection_exhaustive.py
tests/test_interactive_config.py
tests/test_interactive_coverage.py
tests/test_interactive_menus.py
tests/test_interactive_utils_coverage.py
tests/test_internals_reporting.py
tests/test_js_codemods_critical_coverage.py
tests/test_license_check.py
tests/test_metadata_tracker.py
tests/test_more_coverage.py
tests/test_observability_commands_coverage.py
tests/test_observability_interactive_final.py
tests/test_observability_interactive_more.py
tests/test_post_generate.py
tests/test_project_validator.py
tests/test_python_codemods_comprehensive.py
tests/test_rails_ast_injection.py
tests/test_report_command.py
tests/test_ruby_codemods_comprehensive.py
tests/test_safety_comprehensive.py
tests/test_security_actions.py
tests/test_security_auth.py
tests/test_security_codemods.py
tests/test_security_constants_repo.py
tests/test_security_report_v2_regressions.py
tests/test_security_safety.py
tests/test_security_synvert_setup.py
tests/test_security_workspaces_features.py
tests/test_setup_coverage.py
tests/test_ssa20_cli_consolidation.py
tests/test_success_message_feedback_link.py
tests/test_synvert_adapter_more.py
tests/test_telemetry.py
tests/test_tools_build_tools.py
tests/test_transformation.py
tests/test_transformation_comprehensive.py
tests/test_transformation_coverage.py
tests/test_ui_lib_injection.py
tests/test_upgrade_command.py
tests/test_upgrade_comprehensive.py
tests/test_utils_and_patch.py
tests/test_validation_comprehensive.py
tests/test_validation_menu_more.py
tests/test_validation_more.py
tests/test_verification_comprehensive.py
tests/test_verification_hook.py
tests/test_verification_interactive_more.py
tests/test_verification_reporting.py
tests/test_verifier_more.py
tests/test_verify.py
tests/test_verify_more.py
tests/test_watermark.py
tests/test_workspaces.py