LICENSE
NOTICE
README.md
README.pypi.md
pyproject.toml
LICENSES/AGPL-3.0-only.txt
src/ait/__init__.py
src/ait/aitk_export.py
src/ait/aitk_filters.py
src/ait/aitk_layout.py
src/ait/aitk_provenance.py
src/ait/command_profiling.py
src/ait/local_content.py
src/ait/local_content_bundle.py
src/ait/local_content_workspace.py
src/ait/local_control.py
src/ait/local_first_final_land_benchmark.py
src/ait/local_snapshot_performance_benchmark.py
src/ait/local_workflow_identity.py
src/ait/local_workflow_sessions.py
src/ait/plan_graph.py
src/ait/planning_compiler.py
src/ait/release_ops.py
src/ait/remote_client.py
src/ait/repo_paths.py
src/ait/server_runtime_preflight.py
src/ait/server_runtime_seam.py
src/ait/snapshot_blame.py
src/ait/snapshot_diff.py
src/ait/static_web_benchmark.py
src/ait/static_web_hardening_benchmark.py
src/ait/store.py
src/ait/store_content_ops.py
src/ait/store_line_cleanup.py
src/ait/store_local_views.py
src/ait/store_local_workflow.py
src/ait/store_local_workflow_runtime.py
src/ait/store_repo_config.py
src/ait/store_stash.py
src/ait/store_workspace_replay.py
src/ait/store_workspace_restore.py
src/ait/store_worktree_bindings.py
src/ait/store_worktree_cleanup.py
src/ait/store_worktree_filesystem.py
src/ait/store_worktree_layout.py
src/ait/store_worktree_lifecycle.py
src/ait/store_worktree_metadata.py
src/ait/store_worktree_rebase.py
src/ait/store_worktree_restore.py
src/ait/store_worktree_runtime.py
src/ait/store_worktree_state.py
src/ait/store_worktree_views.py
src/ait/store_worktrees.py
src/ait/strict_rerun_builder.py
src/ait/task_dag_conversation.py
src/ait/task_dag_readiness.py
src/ait/task_statuses.py
src/ait/task_tokens.py
src/ait/task_worktree_layout.py
src/ait/token_benchmark.py
src/ait/workflow_conversation.py
src/ait/cli/__init__.py
src/ait/cli/app.py
src/ait/cli/app_surfaces.py
src/ait/cli/bootstrap_views.py
src/ait/cli/init_command.py
src/ait/cli/install_command.py
src/ait/cli/line_transport_helpers.py
src/ait/cli/local_promotion_stale_base_guard.py
src/ait/cli/plan_dispatch_helpers.py
src/ait/cli/plan_markdown_authoring.py
src/ait/cli/plan_publish_helpers.py
src/ait/cli/plan_sync_adoption.py
src/ait/cli/plan_sync_matching.py
src/ait/cli/plan_sync_scope.py
src/ait/cli/plan_task_linkage.py
src/ait/cli/plan_views.py
src/ait/cli/queue_summary_helpers.py
src/ait/cli/queue_views.py
src/ait/cli/remote_ci_readiness_helpers.py
src/ait/cli/remote_repository_defaults.py
src/ait/cli/remote_session_wrappers.py
src/ait/cli/reply_runtime_seam.py
src/ait/cli/review_submission_helpers.py
src/ait/cli/runtime_defaults.py
src/ait/cli/runtime_inspection_views.py
src/ait/cli/server_runtime_helpers.py
src/ait/cli/session_analysis_merge_helpers.py
src/ait/cli/session_command_analysis.py
src/ait/cli/session_runtime_helpers.py
src/ait/cli/session_views.py
src/ait/cli/shared.py
src/ait/cli/task_close_tracking.py
src/ait/cli/task_dag_command_payloads.py
src/ait/cli/task_dag_compact_packet_authoring.py
src/ait/cli/task_dag_compact_worker_runtime.py
src/ait/cli/task_dag_execute_contract.py
src/ait/cli/task_dag_execute_run_controls.py
src/ait/cli/task_dag_execute_run_state.py
src/ait/cli/task_dag_graph_artifacts.py
src/ait/cli/task_dag_node_bootstrap.py
src/ait/cli/task_dag_readiness_views.py
src/ait/cli/task_dag_runtime_helpers.py
src/ait/cli/task_dag_telegram_watch.py
src/ait/cli/task_dag_topology_helpers.py
src/ait/cli/task_dag_views.py
src/ait/cli/task_tracking_bindings.py
src/ait/cli/task_worktree_guidance.py
src/ait/cli/task_worktree_resolution.py
src/ait/cli/task_worktree_runtime.py
src/ait/cli/workflow_authoring.py
src/ait/cli/workflow_boundary_sessions.py
src/ait/cli/workflow_guides.py
src/ait/cli/workflow_identity_helpers.py
src/ait/cli/workflow_land_apply.py
src/ait/cli/workflow_land_batch.py
src/ait/cli/workflow_land_command_hints.py
src/ait/cli/workflow_land_completed_local.py
src/ait/cli/workflow_land_publish.py
src/ait/cli/workflow_land_selection.py
src/ait/cli/workflow_land_snapshot_replay.py
src/ait/cli/workflow_land_state.py
src/ait/cli/workflow_land_sync.py
src/ait/cli/workflow_land_task_dag.py
src/ait/cli/workflow_land_text.py
src/ait/cli/workflow_land_views.py
src/ait/cli/workflow_mode_config.py
src/ait/cli/workspace_command_locking.py
src/ait/cli/worktree_views.py
src/ait/cli/commands/__init__.py
src/ait/cli/commands/attest.py
src/ait/cli/commands/auth.py
src/ait/cli/commands/benchmark.py
src/ait/cli/commands/blame.py
src/ait/cli/commands/bootstrap.py
src/ait/cli/commands/change.py
src/ait/cli/commands/config.py
src/ait/cli/commands/doctor.py
src/ait/cli/commands/gc.py
src/ait/cli/commands/land.py
src/ait/cli/commands/line.py
src/ait/cli/commands/patchset.py
src/ait/cli/commands/plan.py
src/ait/cli/commands/plan_session.py
src/ait/cli/commands/policy.py
src/ait/cli/commands/queue.py
src/ait/cli/commands/queue_workflow_land.py
src/ait/cli/commands/ref.py
src/ait/cli/commands/release.py
src/ait/cli/commands/remote.py
src/ait/cli/commands/repo.py
src/ait/cli/commands/review.py
src/ait/cli/commands/session.py
src/ait/cli/commands/snapshot.py
src/ait/cli/commands/stack.py
src/ait/cli/commands/stash.py
src/ait/cli/commands/task.py
src/ait/cli/commands/workflow.py
src/ait/cli/commands/workspace.py
src/ait/cli/commands/worktree.py
src/ait_agent/__init__.py
src/ait_agent/cli.py
src/ait_agent/envelope.py
src/ait_agent/local_runtime_seam.py
src/ait_agent/runtime_backend.py
src/ait_agent/runtime_bindings.py
src/ait_agent/server_runtime_seam.py
src/ait_agent/transport_retry.py
src/ait_agent/discord/__init__.py
src/ait_agent/discord/app.py
src/ait_agent/discord/clients.py
src/ait_agent/discord/runtime.py
src/ait_agent/line/__init__.py
src/ait_agent/line/app.py
src/ait_agent/line/runtime.py
src/ait_agent/slack/__init__.py
src/ait_agent/slack/app.py
src/ait_agent/slack/runtime.py
src/ait_agent/telegram/__init__.py
src/ait_agent/telegram/app.py
src/ait_agent/telegram/background_sync.py
src/ait_agent/telegram/commands.py
src/ait_agent/telegram/config.py
src/ait_agent/telegram/event_triggers.py
src/ait_agent/telegram/formatting.py
src/ait_agent/telegram/graph_watches.py
src/ait_agent/telegram/live_replies.py
src/ait_agent/telegram/logical_turns.py
src/ait_agent/telegram/owner_bootstrap.py
src/ait_agent/telegram/reply_turns.py
src/ait_agent/telegram/runtime.py
src/ait_agent/telegram/service_entry.py
src/ait_agent/telegram/session_links.py
src/ait_agent/telegram/session_views.py
src/ait_agent/telegram/speech_to_text.py
src/ait_agent/telegram/transport_io.py
src/ait_agent/telegram/turn_inputs.py
src/ait_agent/telegram/update_dispatch.py
src/ait_agent/telegram/worker_config.py
src/ait_agent/telegram/workflow_notifications.py
src/ait_agent/telegram/workflow_queries.py
src/ait_chat/__init__.py
src/ait_chat/codex_app_server.py
src/ait_chat/codex_reply.py
src/ait_chat/context_compression.py
src/ait_chat/reply_attachments.py
src/ait_chat/reply_config.py
src/ait_chat/reply_context.py
src/ait_chat/reply_http.py
src/ait_chat/runtime_config.py
src/ait_chat/session_reply.py
src/ait_chat/utility_prompt.py
src/ait_native/__init__.py
src/ait_native/cli.py
src/ait_native/common.py
src/ait_native/local_content.py
src/ait_native/local_content_bundle.py
src/ait_native/local_content_workspace.py
src/ait_native/local_control.py
src/ait_native/packfiles.py
src/ait_native/read_models.py
src/ait_native/remote_client.py
src/ait_native/repo_paths.py
src/ait_native/revision_trees.py
src/ait_native/server.py
src/ait_native/server_auth.py
src/ait_native/server_content.py
src/ait_native/server_control.py
src/ait_native/server_cutover.py
src/ait_native/server_db.py
src/ait_native/server_paths.py
src/ait_native/server_queue.py
src/ait_native/server_store.py
src/ait_native/store.py
src/ait_native/store_local_workflow.py
src/ait_native/store_worktrees.py
src/ait_native/treepacks.py
src/ait_native/worker.py
src/ait_native.egg-info/PKG-INFO
src/ait_native.egg-info/SOURCES.txt
src/ait_native.egg-info/dependency_links.txt
src/ait_native.egg-info/entry_points.txt
src/ait_native.egg-info/requires.txt
src/ait_native.egg-info/top_level.txt
src/ait_protocol/__init__.py
src/ait_protocol/common.py
src/ait_protocol/runtime_roots.py
src/ait_protocol/task_statuses.py
src/ait_server/__init__.py
src/ait_server/admin_cache.py
src/ait_server/agent_transport_runtime.py
src/ait_server/app.py
src/ait_server/authority_store.py
src/ait_server/community_auth.py
src/ait_server/live_turns.py
src/ait_server/local_repo_seams.py
src/ait_server/patchset_ci.py
src/ait_server/planning_routes.py
src/ait_server/read_models.py
src/ait_server/read_routes.py
src/ait_server/release_route_helpers.py
src/ait_server/repo_ci.py
src/ait_server/repository_routes.py
src/ait_server/route_request_models.py
src/ait_server/server_auth.py
src/ait_server/server_content.py
src/ait_server/server_content_groups.py
src/ait_server/server_content_storage.py
src/ait_server/server_control.py
src/ait_server/server_cutover.py
src/ait_server/server_db.py
src/ait_server/server_paths.py
src/ait_server/server_process_runtime.py
src/ait_server/server_queue.py
src/ait_server/server_store.py
src/ait_server/session_route_helpers.py
src/ait_server/session_transport_payloads.py
src/ait_server/shared_runtime_policy.py
src/ait_server/stack_routes.py
src/ait_server/task_dag_route_helpers.py
src/ait_server/task_dag_seams.py
src/ait_server/task_graph_runs.py
src/ait_server/task_routes.py
src/ait_server/worker.py
src/ait_server/workflow_async_jobs.py
src/ait_server/read_models_domains/__init__.py
src/ait_server/read_models_domains/authority_map.py
src/ait_server/read_models_domains/ci_status.py
src/ait_server/read_models_domains/operator_metrics.py
src/ait_server/read_models_domains/repository_overview.py
src/ait_server/read_models_domains/reviewer_inbox.py
src/ait_server/read_models_domains/runtime_metrics.py
src/ait_server/read_models_domains/task_dag.py
src/ait_server/read_models_domains/task_queue.py
src/ait_server/read_models_domains/workflow_detail.py
src/ait_server/store/__init__.py
src/ait_server/store/land_request_payloads.py
src/ait_server/store/land_validation.py
src/ait_server/store/lands.py
src/ait_server/store/plans.py
src/ait_server/store/releases.py
src/ait_server/store/repo_ops.py
src/ait_server/store/reviews.py
src/ait_server/store/sessions.py
src/ait_server/store/stacks.py
src/ait_server/store/task_tracking.py
src/ait_server/store/workflow_artifacts.py
src/ait_storage/__init__.py
src/ait_storage/packfiles.py
src/ait_storage/revision_trees.py
src/ait_storage/treepacks.py
src/ait_tk/__init__.py
src/ait_tk/launcher.py
tests/test_agent_health_check_script.py
tests/test_ait_agent_cli.py
tests/test_ait_agent_envelope.py
tests/test_ait_agent_supervisor_cli.py
tests/test_ait_server_live_turns.py
tests/test_aitk_export.py
tests/test_aitk_filters.py
tests/test_aitk_launcher.py
tests/test_aitk_layout.py
tests/test_aitk_provenance.py
tests/test_aitk_tcl_assets.py
tests/test_authority_store.py
tests/test_check_tg1_required_cases_script.py
tests/test_ci_suite_contract.py
tests/test_codex_app_server.py
tests/test_community_auth.py
tests/test_cross_root_decoupling_contract.py
tests/test_dev_deployment_static.py
tests/test_directory_decoupling_docs_routing_reconciliation.py
tests/test_directory_decoupling_wave_10_validation.py
tests/test_directory_decoupling_wave_11_validation.py
tests/test_directory_decoupling_wave_12_validation.py
tests/test_directory_decoupling_wave_14_layout.py
tests/test_directory_decoupling_wave_17_layout.py
tests/test_directory_decoupling_wave_17_validation.py
tests/test_directory_decoupling_wave_18_validation.py
tests/test_directory_decoupling_wave_1_validation.py
tests/test_directory_decoupling_wave_2_contracts.py
tests/test_directory_decoupling_wave_2_validation.py
tests/test_directory_decoupling_wave_3_validation.py
tests/test_directory_decoupling_wave_4_validation.py
tests/test_directory_decoupling_wave_5_validation.py
tests/test_directory_decoupling_wave_6_validation.py
tests/test_directory_decoupling_wave_8_validation.py
tests/test_directory_decoupling_wave_9_validation.py
tests/test_directory_split_packages.py
tests/test_export_task_test_case_backfill_json_script.py
tests/test_github_publish_script.py
tests/test_local_content_decoupling.py
tests/test_local_first_final_land_benchmark.py
tests/test_local_snapshot_performance_benchmark.py
tests/test_local_task_change_identity_schema.py
tests/test_local_workflow_identity_decoupling.py
tests/test_local_workflow_sessions_decoupling.py
tests/test_markdown_links.py
tests/test_markdown_metadata.py
tests/test_native_auth_stack.py
tests/test_native_cli.py
tests/test_native_discord_bot.py
tests/test_native_lifecycle.py
tests/test_native_line_bot.py
tests/test_native_pack_gc.py
tests/test_native_packfiles.py
tests/test_native_postgres_runtime.py
tests/test_native_server_runtime.py
tests/test_native_slack_bot.py
tests/test_native_smoke.py
tests/test_native_storage_split.py
tests/test_native_telegram_bot.py
tests/test_native_treepacks.py
tests/test_native_worker_queue.py
tests/test_official_site_build.py
tests/test_official_site_https_deployment_static.py
tests/test_official_site_macos_nginx_static.py
tests/test_plan_cli_contract_script.py
tests/test_plan_schema_contract.py
tests/test_planning_compiler.py
tests/test_postgres_content_exceptions_audit_script.py
tests/test_postgres_content_history_rebuild_plan_script.py
tests/test_postgres_cutover.py
tests/test_postgres_freeze_window_report_script.py
tests/test_postgres_lines_rebuild_plan_script.py
tests/test_postgres_payload_lineage_audit_script.py
tests/test_postgres_remote_task_test_case_links_script.py
tests/test_postgres_repo_id_cleanup_plan_script.py
tests/test_postgres_repo_id_row_count_validation_script.py
tests/test_postgres_repo_id_smoke_checks_script.py
tests/test_postgres_repo_name_inventory_script.py
tests/test_postgres_repositories_rebuild_plan_script.py
tests/test_postgres_repository_foundation_indexes_plan_script.py
tests/test_postgres_repository_group_memberships_rebuild_plan_script.py
tests/test_postgres_resolve_unmatched_task_test_cases.py
tests/test_postgres_test_case_inventory_script.py
tests/test_postgres_workflow_children_rebuild_plan_script.py
tests/test_postgres_workflow_root_constraints_plan_script.py
tests/test_postgres_workflow_roots_rebuild_plan_script.py
tests/test_public_compatibility_matrix.py
tests/test_public_contributor_workflow_contract.py
tests/test_public_demo_data_contract.py
tests/test_public_local_quickstart_contract.py
tests/test_public_package_targets_contract.py
tests/test_public_self_hosted_deployment_contract.py
tests/test_public_whitepaper_contract.py
tests/test_public_whitepaper_patent_gate_contract.py
tests/test_pytest_src_priority.py
tests/test_read_models_authority_map_domain_split.py
tests/test_read_models_operator_metrics_domain_split.py
tests/test_read_models_repository_overview_domain_split.py
tests/test_read_models_reviewer_inbox_domain_split.py
tests/test_read_models_task_queue_domain_split.py
tests/test_remote_client.py
tests/test_reply_runtime_seam.py
tests/test_repo_ignore_hygiene.py
tests/test_repo_scoped_identity_validation.py
tests/test_repo_scoped_read_model_hydration.py
tests/test_repo_scoped_workflow_routes.py
tests/test_repository_namespace_prefix_guard.py
tests/test_repository_repo_id_foundation.py
tests/test_review_lanes.py
tests/test_runtime_backup_script.py
tests/test_runtime_bindings.py
tests/test_server_app_split_helpers.py
tests/test_server_planning_routes.py
tests/test_server_repository_routes.py
tests/test_server_repository_routes_extraction.py
tests/test_server_stack_routes.py
tests/test_server_stack_routes_extraction.py
tests/test_server_store_review_lane_split.py
tests/test_server_task_routes.py
tests/test_server_task_routes_extraction.py
tests/test_snapshot_blame.py
tests/test_snapshot_diff.py
tests/test_static_web_benchmark.py
tests/test_static_web_hardening_benchmark.py
tests/test_store_local_workflow_decoupling.py
tests/test_store_stash_decoupling.py
tests/test_store_workspace_replay_decoupling.py
tests/test_store_workspace_restore_decoupling.py
tests/test_store_worktree_rebase.py
tests/test_store_worktree_runtime_decoupling.py
tests/test_store_worktrees_decoupling.py
tests/test_store_worktrees_windows.py
tests/test_task_dag_cli.py
tests/test_task_dag_conversation.py
tests/test_task_dag_plan_graph.py
tests/test_task_dag_readiness.py
tests/test_task_dag_readiness_fallback_cli.py
tests/test_task_dag_scheduler_mvp.py
tests/test_task_linked_case_matrix_script.py
tests/test_task_worktree_layout.py
tests/test_telegram_background_sync_state_split.py
tests/test_telegram_live_reply_manager_split.py
tests/test_telegram_local_stt_runtime_split.py
tests/test_telegram_logical_turn_buffer_split.py
tests/test_telegram_reply_spool_split.py
tests/test_telegram_reply_turn_manager_split.py
tests/test_telegram_service_entry_split.py
tests/test_telegram_update_dispatch_split.py
tests/test_timestamp_precision.py
tests/test_token_savings_benchmark.py
tests/test_workflow_conversation.py
tests/test_workflow_repo_id_backfill.py
tests/test_workflow_repo_scoped_keys.py