CLAUDE.md
LICENSE
MANIFEST.in
README.md
build_support.py
pyproject.toml
setup.py
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.codex-plugin/plugin.json
.codex-plugin/skills/ar/SKILL.md
agents/cli-test-automation.md
agents/tmux-session-automation.md
commands/a.md
commands/afa.md
commands/afj.md
commands/afs.md
commands/afst.md
commands/allow.md
commands/autoproc.md
commands/autorun
commands/autorun.md
commands/blocks.md
commands/cache.md
commands/claude-code-plugin-help.md
commands/clear.md
commands/estop.md
commands/f.md
commands/find.md
commands/gc.md
commands/gemini.md
commands/globalclear.md
commands/globalno.md
commands/globalok.md
commands/globalstatus.md
commands/go.md
commands/gp.md
commands/help.md
commands/j.md
commands/justify.md
commands/marketplace-test-exec
commands/no.md
commands/ok.md
commands/pe.md
commands/ph.md
commands/planexport.md
commands/pn.md
commands/pp.md
commands/pr.md
commands/proc.md
commands/pu.md
commands/reload.md
commands/restart-daemon.md
commands/run.md
commands/sos.md
commands/st.md
commands/status.md
commands/stop.md
commands/tabs-exec
commands/task.md
commands/tasks.md
commands/test.md
commands/tm.md
commands/tmux.md
commands/tt.md
commands/ttest.md
commands/x.md
hooks/hook_entry.py
hooks/hooks.json
scripts/task_lifecycle_cli.py
skills/ai-skill-builder/SKILL.md
skills/ai-skill-builder/agents/openai.yaml
skills/ai-skill-builder/references/ai-skill-builder-guide.md
skills/ai-skill-builder/references/best-practices.md
skills/ai-skill-builder/references/categories.md
skills/ai-skill-builder/references/changelog.md
skills/ai-skill-builder/references/discovery.md
skills/ai-skill-builder/references/distribution.md
skills/ai-skill-builder/references/patterns.md
skills/ai-skill-builder/references/portability-and-claim-audit.md
skills/ai-skill-builder/references/refining-skills.md
skills/ai-skill-builder/references/research.md
skills/ai-skill-builder/references/sources.md
skills/ai-skill-builder/references/testing.md
skills/ai-skill-builder/references/troubleshooting.md
skills/ai-skill-builder/references/examples/SKILL-template.md
skills/ai-skill-builder/scripts/audit-skill.sh
skills/ai-skill-builder/scripts/scaffold-skill.sh
skills/cache/SKILL.md
skills/cli-demo-recorder/SKILL.md
skills/cli-demo-recorder/references/alternative-tools.md
skills/cli-demo-recorder/references/cast-merging.md
skills/cli-demo-recorder/references/common-pitfalls.md
skills/cli-demo-recorder/references/hook-based-tools.md
skills/cli-demo-recorder/references/prompt-engineering.md
skills/cli-demo-recorder/references/rust-demos.md
skills/cli-demo-recorder/references/tmux-integration.md
skills/cli-demo-recorder/references/typescript-demos.md
skills/cli-demo-recorder/references/examples/aise-cli-example.md
skills/cli-demo-recorder/references/examples/autorun-tui-example.md
skills/cli-demo-recorder/tests/test_demo_skill_compliance.py
skills/commit/SKILL.md
skills/function-signature-and-parameter-guidance/SKILL.md
skills/function-signature-and-parameter-guidance/references/designing-and-reviewing-signatures-and-parameters.md
skills/function-signature-and-parameter-guidance/references/mcp-specifics.md
skills/function-signature-and-parameter-guidance/references/sources.md
skills/function-signature-and-parameter-guidance/scripts/check-schema-descriptions.py
skills/function-signature-and-parameter-guidance/tests/test_check_schema_descriptions.py
skills/marketplace-test/SKILL.md
skills/mermaid-diagrams/SKILL.md
skills/mermaid-diagrams/gemini-diagram-prompt.md
skills/mermaid-diagrams/render-mermaid.ts
skills/parallel-subagent/SKILL.md
skills/philosophy/SKILL.md
skills/plannew/SKILL.md
skills/planprocess/SKILL.md
skills/planrefine/SKILL.md
skills/planupdate/SKILL.md
skills/streamline-text/SKILL.md
skills/streamline-text/references/sources.md
skills/streamline-text/scripts/number_lists.py
skills/streamline-text/tests/test_number_lists.py
skills/tabs/SKILL.md
skills/tabw/SKILL.md
skills/tmux-automation/SKILL.md
skills/tmux-automation/references/isolated-testing.md
skills/tmux-automation/references/session-management.md
src/autorun/__init__.py
src/autorun/__main__.py
src/autorun/ai_monitor.py
src/autorun/cache_guard.py
src/autorun/capability_snapshot.py
src/autorun/client.py
src/autorun/command_detection.py
src/autorun/command_docs.py
src/autorun/config.py
src/autorun/core.py
src/autorun/daemon.py
src/autorun/durable_io.py
src/autorun/error_handling.py
src/autorun/install.py
src/autorun/integrations.py
src/autorun/ipc.py
src/autorun/logging_utils.py
src/autorun/main.py
src/autorun/message_delivery.py
src/autorun/metadata.json
src/autorun/plan_export.py
src/autorun/platforms.py
src/autorun/plugins.py
src/autorun/python_check.py
src/autorun/resources.py
src/autorun/restart_daemon.py
src/autorun/scoped_allow.py
src/autorun/session_manager.py
src/autorun/task_lifecycle.py
src/autorun/task_pause.py
src/autorun/task_status.py
src/autorun/tmux_injector.py
src/autorun/tmux_tab_ai_session_status.py
src/autorun/tmux_utils.py
src/autorun/transcript_commands.py
src/autorun/bridge_template/daemon-client.mjs
src/autorun/claude_template/CLAUDE.md
src/autorun/codex_template/AGENTS.md
src/autorun/forgecode_template/AGENTS.md
src/autorun/forgecode_template/commands/ar-allow.md
src/autorun/forgecode_template/commands/ar-commit.md
src/autorun/forgecode_template/commands/ar-find.md
src/autorun/forgecode_template/commands/ar-go.md
src/autorun/forgecode_template/commands/ar-ph.md
src/autorun/forgecode_template/commands/ar-st.md
src/autorun/gemini_template/gemini-extension.json
src/autorun/gemini_template/hooks/hook_entry.py
src/autorun/gemini_template/hooks/hooks.json
src/autorun/installer/__init__.py
src/autorun/installer/claude.py
src/autorun/installer/codex.py
src/autorun/installer/discovery.py
src/autorun/installer/entrypoint.py
src/autorun/installer/extension.py
src/autorun/installer/fs.py
src/autorun/installer/harness.py
src/autorun/installer/memory.py
src/autorun/installer/orchestrate.py
src/autorun/installer/registration.py
src/autorun/installer/runtime.py
src/autorun/installer/settings.py
src/autorun/installer/skills.py
src/autorun/installer/status.py
src/autorun/installer/steps.py
src/autorun/installer/teardown.py
src/autorun/installer/traversal.py
src/autorun/opencode_template/AGENTS.md
src/autorun/opencode_template/plugin/autorun.js
src/autorun/pi_template/AGENTS.md
src/autorun/pi_template/extensions/autorun/index.ts
src/autorun_ai.egg-info/PKG-INFO
src/autorun_ai.egg-info/SOURCES.txt
src/autorun_ai.egg-info/dependency_links.txt
src/autorun_ai.egg-info/entry_points.txt
src/autorun_ai.egg-info/requires.txt
src/autorun_ai.egg-info/top_level.txt
src/pdf_extraction/__init__.py
src/pdf_extraction/__main__.py
src/pdf_extraction/backends.py
src/pdf_extraction/cli.py
src/pdf_extraction/extractors.py
src/pdf_extraction/utils.py
tests/test_actual_command_blocking.py
tests/test_ai_monitor_integration.py
tests/test_antigravity_e2e_real_money.py
tests/test_audit_fixes.py
tests/test_autorun_edge_cases.py
tests/test_backend_e2e_contract.py
tests/test_bang_syntax.py
tests/test_bashlex_heredoc_parsing.py
tests/test_blocking_edge_cases.py
tests/test_blocking_integration.py
tests/test_bootstrap_config.py
tests/test_bug_4669_exit2_policy.py
tests/test_cache_guard.py
tests/test_capability_snapshot.py
tests/test_claude_e2e.py
tests/test_cli_integration.py
tests/test_client_fail_closed.py
tests/test_codex_e2e_real_money.py
tests/test_codex_platform.py
tests/test_codex_response_schema.py
tests/test_command_blocking.py
tests/test_command_blocking_comprehensive.py
tests/test_command_detection.py
tests/test_command_fixes_tmux_ttest.py
tests/test_command_help.py
tests/test_command_spellings.py
tests/test_config_precedence_chain.py
tests/test_core.py
tests/test_core_configuration.py
tests/test_cross_platform_spec.py
tests/test_daemon_pipe_blocking_integration.py
tests/test_daemon_restart_safety.py
tests/test_daemon_startup_race.py
tests/test_daemon_transcript_truncation.py
tests/test_database_functionality.py
tests/test_delegation_ledger.py
tests/test_demo.py
tests/test_documentation_consistency.py
tests/test_dual_cli_pathways.py
tests/test_dual_platform_response.py
tests/test_e2e_policy_lifecycle.py
tests/test_edge_cases.py
tests/test_error_handling.py
tests/test_extraction_debug.py
tests/test_forgecode_platform.py
tests/test_gemini_before_tool_hooks.py
tests/test_gemini_e2e_improved.py
tests/test_gemini_e2e_real_money.py
tests/test_gemini_loading.py
tests/test_gemini_native_tool_coverage.py
tests/test_gemini_tool_names.py
tests/test_gemini_tracker_regex.py
tests/test_ghost_clear.py
tests/test_harness_version_resolution.py
tests/test_hook.py
tests/test_hook_bootstrap_deadlock.py
tests/test_hook_entry.py
tests/test_hooks_format.py
tests/test_install_claude_cache.py
tests/test_install_codex.py
tests/test_install_discovery.py
tests/test_install_entrypoint.py
tests/test_install_extension.py
tests/test_install_fs.py
tests/test_install_gotchas.py
tests/test_install_harness.py
tests/test_install_location_spec.py
tests/test_install_memory_runtime.py
tests/test_install_settings.py
tests/test_install_skills.py
tests/test_install_status.py
tests/test_install_steps.py
tests/test_install_traversal.py
tests/test_integration_comprehensive.py
tests/test_integrations.py
tests/test_interactive.py
tests/test_interceptor.py
tests/test_ipc.py
tests/test_live_install_canary.py
tests/test_logging_survives_exhaustion.py
tests/test_main_comprehensive.py
tests/test_marker_grammar.py
tests/test_message_delivery.py
tests/test_multi_platform_detection.py
tests/test_naive_string_matching_bug.py
tests/test_native_subprocess_architecture.py
tests/test_no_machine_local_leaks.py
tests/test_opencode_bridge.py
tests/test_package_resources.py
tests/test_pattern_parsing.py
tests/test_pi_bridge.py
tests/test_pi_e2e_real_money.py
tests/test_pipe_context_blocking.py
tests/test_pipe_detection_debug.py
tests/test_plan_export_accept_after_reject.py
tests/test_plan_export_class.py
tests/test_plan_export_hook_e2e.py
tests/test_plan_export_no_io_in_lock.py
tests/test_plan_export_toggle.py
tests/test_plan_handlers.py
tests/test_platform_dispatch_pin.py
tests/test_platform_memory.py
tests/test_platform_registry.py
tests/test_plugin.py
tests/test_plugins.py
tests/test_policy_enforcement_matrix.py
tests/test_pretooluse_blocking_fix.py
tests/test_pretooluse_policy_enforcement.py
tests/test_progressive_disclosure.py
tests/test_qwen_e2e_real_money.py
tests/test_race_condition_fix.py
tests/test_raii_session_manager.py
tests/test_real_money_gate.py
tests/test_recovery_messages_are_reachable.py
tests/test_regression_pretooluse_blocking.py
tests/test_release_artifacts.py
tests/test_runtime_isolation_canaries.py
tests/test_same_session_multi_process.py
tests/test_scoped_grant.py
tests/test_scoped_permissions.py
tests/test_sentinel_block.py
tests/test_session_identity_authority.py
tests/test_session_lifecycle_edge_cases.py
tests/test_session_manager.py
tests/test_session_persistence_hooks.py
tests/test_session_start_handler.py
tests/test_session_state_sqlite.py
tests/test_session_targeting_diagnostic.py
tests/test_session_targeting_regression.py
tests/test_shelve_migration_multiprocess_safety.py
tests/test_skill_docs.py
tests/test_split_layout.py
tests/test_stale_lock_recovery.py
tests/test_state_backend_selection.py
tests/test_state_contract_baseline.py
tests/test_state_directory_has_one_owner.py
tests/test_state_failure_notice_per_harness.py
tests/test_state_field_scoped_access.py
tests/test_state_migration.py
tests/test_state_persistence_failures.py
tests/test_state_retention.py
tests/test_state_store_benchmark.py
tests/test_state_survives_disk_exhaustion.py
tests/test_state_transition_documentation.py
tests/test_stop_block_echo_channel.py
tests/test_stop_block_override_visibility.py
tests/test_stop_chain_task_lifecycle.py
tests/test_stop_consecutive_bound.py
tests/test_stop_marker_pathways.py
tests/test_suite_harness.py
tests/test_tabs.py
tests/test_task_14_cli_non_interactive.py
tests/test_task_17_pipe_blocking_fix.py
tests/test_task_cli_commands.py
tests/test_task_guidance_matches_harness_tools.py
tests/test_task_lifecycle_basic.py
tests/test_task_lifecycle_bugfix_integration.py
tests/test_task_lifecycle_bugfix_unit.py
tests/test_task_lifecycle_comprehensive.py
tests/test_task_lifecycle_dormant_resume.py
tests/test_task_lifecycle_edge_cases.py
tests/test_task_lifecycle_failure_modes.py
tests/test_task_lifecycle_ghost_task_bug.py
tests/test_task_lifecycle_integration.py
tests/test_task_lifecycle_sqlite.py
tests/test_task_lifecycle_subagent_deadlock.py
tests/test_task_pause.py
tests/test_task_record_contract_baseline.py
tests/test_task_reminder_guidance.py
tests/test_task_repository.py
tests/test_task_state_writes_survive_concurrency.py
tests/test_task_update_reminder_audit.py
tests/test_thread_process_safety.py
tests/test_thread_safety_simple.py
tests/test_three_stage_completion.py
tests/test_tmux_automation_agents.py
tests/test_tmux_compliance.py
tests/test_tmux_injector.py
tests/test_tmux_utils_enhanced.py
tests/test_tmux_workflows_integration.py
tests/test_unit.py
tests/test_unit_simple.py
tests/test_volatile_state_bounds.py
tests/test_volatile_state_without_a_daemon.py
tests/test_workaround_flag_grammar.py
tests/test_worktree_isolation.py