LICENSE
README.md
pyproject.toml
kaji.egg-info/PKG-INFO
kaji.egg-info/SOURCES.txt
kaji.egg-info/dependency_links.txt
kaji.egg-info/entry_points.txt
kaji.egg-info/requires.txt
kaji.egg-info/top_level.txt
kaji_harness/__init__.py
kaji_harness/adapters.py
kaji_harness/artifacts.py
kaji_harness/cli.py
kaji_harness/cli_main.py
kaji_harness/config.py
kaji_harness/console_log.py
kaji_harness/errors.py
kaji_harness/interactive_terminal.py
kaji_harness/local_init.py
kaji_harness/logger.py
kaji_harness/models.py
kaji_harness/prompt.py
kaji_harness/result.py
kaji_harness/runner.py
kaji_harness/script_exec.py
kaji_harness/skill.py
kaji_harness/state.py
kaji_harness/sync.py
kaji_harness/verdict.py
kaji_harness/workflow.py
kaji_harness/worktree_discovery.py
kaji_harness/assets/interactive-terminal/wrapper.sh
kaji_harness/providers/__init__.py
kaji_harness/providers/_mappings.py
kaji_harness/providers/_worktree.py
kaji_harness/providers/base.py
kaji_harness/providers/context.py
kaji_harness/providers/github.py
kaji_harness/providers/local.py
kaji_harness/providers/markers.py
kaji_harness/providers/models.py
kaji_harness/recovery/__init__.py
kaji_harness/recovery/classify.py
kaji_harness/recovery/handler.py
kaji_harness/recovery/incident.py
kaji_harness/recovery/models.py
kaji_harness/recovery/report.py
kaji_harness/recovery/signature.py
kaji_harness/recovery/snapshot.py
kaji_harness/scripts/__init__.py
kaji_harness/scripts/codex_review_poll.py
kaji_harness/scripts/review_poll_entry.py
tests/test_adapters.py
tests/test_artifacts_dir.py
tests/test_check_doc_links.py
tests/test_cli_args.py
tests/test_cli_main.py
tests/test_cli_main_characterization.py
tests/test_cli_streaming_integration.py
tests/test_cli_timestamp.py
tests/test_cli_validate.py
tests/test_cli_version.py
tests/test_codex_review_poll.py
tests/test_codex_robustness.py
tests/test_comment_ref.py
tests/test_config.py
tests/test_config_validation.py
tests/test_console_log.py
tests/test_cycle_limit.py
tests/test_default_branch.py
tests/test_dev_workflow.py
tests/test_dispatcher.py
tests/test_e2e_cli.py
tests/test_exec_script_subprocess_large.py
tests/test_exec_step_dispatch.py
tests/test_exec_step_e2e_large_local.py
tests/test_exec_step_parser.py
tests/test_git_remote_propagation.py
tests/test_interactive_terminal.py
tests/test_issue_context_cli.py
tests/test_issue_prepend_note_cli.py
tests/test_labels_yml.py
tests/test_legacy_forge_cache_detection.py
tests/test_local_cli_large_local.py
tests/test_local_init.py
tests/test_local_issue_commit_flag.py
tests/test_local_provider_main_worktree.py
tests/test_logging_integration.py
tests/test_migrate_comment_filenames.py
tests/test_pr_bare_provider.py
tests/test_preflight.py
tests/test_prompt_builder.py
tests/test_provider_guard_large_local.py
tests/test_provider_overlay_divergence.py
tests/test_provider_type.py
tests/test_providers_context.py
tests/test_providers_github.py
tests/test_providers_github_incident.py
tests/test_providers_local.py
tests/test_providers_normalize_id.py
tests/test_recovery_artifacts.py
tests/test_recovery_classify.py
tests/test_recovery_cli.py
tests/test_recovery_e2e_large_local.py
tests/test_recovery_handler.py
tests/test_recovery_incident.py
tests/test_recovery_incident_handler.py
tests/test_recovery_incident_large_local.py
tests/test_recovery_incident_store.py
tests/test_recovery_models.py
tests/test_recovery_plan.py
tests/test_recovery_report.py
tests/test_recovery_runner_events.py
tests/test_recovery_signature.py
tests/test_resolve_main_worktree.py
tests/test_result.py
tests/test_review_poll_entry.py
tests/test_run_execution_overrides.py
tests/test_run_logger.py
tests/test_runner.py
tests/test_runner_before.py
tests/test_runner_exec_script_dispatch.py
tests/test_runner_interactive_dispatch.py
tests/test_runner_pr_context.py
tests/test_runner_reset_cycle.py
tests/test_runner_worktree_persistence.py
tests/test_script_exec.py
tests/test_session_state.py
tests/test_skill_harness_adaptation.py
tests/test_skill_metadata.py
tests/test_skill_migration.py
tests/test_skill_placeholders.py
tests/test_skill_provider_guard.py
tests/test_skill_remote_placeholder.py
tests/test_skill_validation.py
tests/test_start_logic.py
tests/test_state_persistence.py
tests/test_state_worktree_capture.py
tests/test_sync_from_github.py
tests/test_timeout_config.py
tests/test_verdict_artifact.py
tests/test_verdict_artifact_e2e_large_local.py
tests/test_verdict_artifact_runner.py
tests/test_verdict_e2e.py
tests/test_verdict_integration.py
tests/test_verdict_marker.py
tests/test_verdict_parser.py
tests/test_workdir_config.py
tests/test_workflow_agent_optional.py
tests/test_workflow_execution.py
tests/test_workflow_parser.py
tests/test_workflow_provider_match.py
tests/test_workflow_requires_provider.py
tests/test_workflow_validator.py
tests/test_worktree_discovery.py
tests/test_worktree_prefix.py