AUTHORS.md
LICENSE
README.md
pyproject.toml
agentic_harness/__init__.py
agentic_harness/cli.py
agentic_harness/adapters/__init__.py
agentic_harness/adapters/coding_agent.py
agentic_harness/adapters/github_actions.py
agentic_harness/adapters/local_llm.py
agentic_harness/adapters/shell.py
agentic_harness/adapters/tmux.py
agentic_harness/core/__init__.py
agentic_harness/core/artifacts.py
agentic_harness/core/config.py
agentic_harness/core/demos.py
agentic_harness/core/errors.py
agentic_harness/core/local_goal_bridge.py
agentic_harness/core/loop_guard.py
agentic_harness/core/recipes.py
agentic_harness/core/redaction.py
agentic_harness/core/review.py
agentic_harness/core/state.py
agentic_harness/core/supervisor.py
agentic_harness/core/worker.py
agentic_harness/core/workspace.py
agentic_harness/gui/__init__.py
agentic_harness/gui/api.py
agentic_harness/gui/server.py
agentic_harness/gui/static/app.js
agentic_harness/gui/static/index.html
agentic_harness/gui/static/styles.css
agentic_harness/recipes/__init__.py
agentic_harness/recipes/changelog.yml
agentic_harness/recipes/fix_tests.yml
agentic_harness/recipes/lint_fix.yml
agentic_harness/recipes/typecheck_fix.yml
agentic_harness/recipes/update_docs.yml
agentic_harness/recipes/verify_tests.yml
local_agentic_harness.egg-info/PKG-INFO
local_agentic_harness.egg-info/SOURCES.txt
local_agentic_harness.egg-info/dependency_links.txt
local_agentic_harness.egg-info/entry_points.txt
local_agentic_harness.egg-info/requires.txt
local_agentic_harness.egg-info/top_level.txt
tests/test_accept_flow.py
tests/test_accept_requires_review.py
tests/test_adapters.py
tests/test_artifact_store_repair.py
tests/test_ci_workflow.py
tests/test_cli.py
tests/test_config_conflict.py
tests/test_config_load.py
tests/test_core_engine.py
tests/test_errors.py
tests/test_examples.py
tests/test_goal_equality_and_duration.py
tests/test_goal_serialization_safety.py
tests/test_gui_api.py
tests/test_local_goal_bridge.py
tests/test_loop_guard_boundary.py
tests/test_loop_guard_load_prunes.py
tests/test_loop_guard_no_babysitting.py
tests/test_recipes.py
tests/test_restart.py
tests/test_restart_resets_guard.py
tests/test_review.py
tests/test_supervisor_repair_and_reset.py
tests/test_worker.py