LICENSE
README.md
pyproject.toml
src/zippergen/__init__.py
src/zippergen/actions.py
src/zippergen/activity.py
src/zippergen/assistant_backends.py
src/zippergen/assistant_configuration.py
src/zippergen/availability.py
src/zippergen/backends.py
src/zippergen/builder.py
src/zippergen/channels.py
src/zippergen/cli_help.py
src/zippergen/completion.py
src/zippergen/configuration_checks.py
src/zippergen/configuration_inventory.py
src/zippergen/configuration_mutations.py
src/zippergen/configuration_rendering.py
src/zippergen/configuration_reporting.py
src/zippergen/connector_wiring.py
src/zippergen/connectors.py
src/zippergen/control.py
src/zippergen/deployment.py
src/zippergen/deployment_checks.py
src/zippergen/deployment_environment.py
src/zippergen/deployment_platform.py
src/zippergen/deployment_profiles.py
src/zippergen/deployment_publication.py
src/zippergen/deployments.py
src/zippergen/durable_runs.py
src/zippergen/errors.py
src/zippergen/execution_inspection.py
src/zippergen/execution_lock.py
src/zippergen/formula.py
src/zippergen/google_auth.py
src/zippergen/google_gmail.py
src/zippergen/google_sheets.py
src/zippergen/human_backends.py
src/zippergen/human_tasks.py
src/zippergen/live_display.py
src/zippergen/llm_policy.py
src/zippergen/locator.py
src/zippergen/models.py
src/zippergen/monitor.py
src/zippergen/planner.py
src/zippergen/private_files.py
src/zippergen/process_environment.py
src/zippergen/project_configuration.py
src/zippergen/projection.py
src/zippergen/provider_connections.py
src/zippergen/rendering.py
src/zippergen/role_runner.py
src/zippergen/runtime.py
src/zippergen/semantic.py
src/zippergen/serve.py
src/zippergen/skill.py
src/zippergen/sqlite_runner.py
src/zippergen/storage_maintenance.py
src/zippergen/store.py
src/zippergen/syntax.py
src/zippergen/telegram_chat.py
src/zippergen/telegram_inbox.py
src/zippergen/telegram_notify.py
src/zippergen/validation.py
src/zippergen/value_codec.py
src/zippergen/view.py
src/zippergen/workflow_io.py
src/zippergen/workspace.py
src/zippergen.egg-info/PKG-INFO
src/zippergen.egg-info/SOURCES.txt
src/zippergen.egg-info/dependency_links.txt
src/zippergen.egg-info/entry_points.txt
src/zippergen.egg-info/requires.txt
src/zippergen.egg-info/top_level.txt
src/zippergen/skills/zippergen-workflows/SKILL.md
src/zippergen/skills/zippergen-workflows/agents/openai.yaml
src/zippergen/skills/zippergen-workflows/references/dsl-and-cli.md
tests/test_activity.py
tests/test_agent_layer_independence.py
tests/test_assistant_actions.py
tests/test_assistant_backends_declaration.py
tests/test_assistant_credential_isolation.py
tests/test_availability.py
tests/test_backends.py
tests/test_builder.py
tests/test_channels.py
tests/test_cli.py
tests/test_cli_short_forms.py
tests/test_connector_configure.py
tests/test_connector_kinds.py
tests/test_connector_wiring.py
tests/test_connectors.py
tests/test_contributor_documentation.py
tests/test_control_tag_stable.py
tests/test_deploy_integration.py
tests/test_deployment.py
tests/test_deployment_checks.py
tests/test_deployment_environment.py
tests/test_deployment_install_source.py
tests/test_deployment_platform.py
tests/test_deployment_profiles.py
tests/test_deployments.py
tests/test_document_artifacts.py
tests/test_documentation.py
tests/test_durable_runs.py
tests/test_durable_state.py
tests/test_examples_regression.py
tests/test_execution_exclusivity.py
tests/test_execution_lock.py
tests/test_formula.py
tests/test_google_auth.py
tests/test_google_gmail.py
tests/test_google_sheets.py
tests/test_human_action.py
tests/test_human_task_contract.py
tests/test_inbox_triage_example.py
tests/test_init_command.py
tests/test_inspect.py
tests/test_llm_retry_policy.py
tests/test_locator.py
tests/test_manifest_shape.py
tests/test_models.py
tests/test_monitor.py
tests/test_packaging_artifact.py
tests/test_pair_programming_example.py
tests/test_planner_execution.py
tests/test_planner_validation.py
tests/test_private_files.py
tests/test_process_environment.py
tests/test_project_assistant_routing.py
tests/test_project_configuration_cli.py
tests/test_project_model_routing.py
tests/test_projection.py
tests/test_public_api.py
tests/test_render_terminal_svg.py
tests/test_rendering.py
tests/test_role_resume.py
tests/test_runtime.py
tests/test_scripted_backend.py
tests/test_semantic.py
tests/test_skill_delivery.py
tests/test_sqlite_runner.py
tests/test_storage_maintenance.py
tests/test_store.py
tests/test_syntax.py
tests/test_systemd_deploy_integration.py
tests/test_telegram_chat.py
tests/test_telegram_notify.py
tests/test_tutorial_review.py
tests/test_upgrade_path.py
tests/test_value_codec.py
tests/test_view.py
tests/test_workspace.py