AUTHORS.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
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/model_agent.py
agentic_harness/adapters/shell.py
agentic_harness/adapters/tmux.py
agentic_harness/core/__init__.py
agentic_harness/core/artifacts.py
agentic_harness/core/autonomy.py
agentic_harness/core/config.py
agentic_harness/core/demos.py
agentic_harness/core/errors.py
agentic_harness/core/events.py
agentic_harness/core/factory.py
agentic_harness/core/local_goal_bridge.py
agentic_harness/core/loop_guard.py
agentic_harness/core/providers.py
agentic_harness/core/recipes.py
agentic_harness/core/redaction.py
agentic_harness/core/release_validation.py
agentic_harness/core/review.py
agentic_harness/core/safety.py
agentic_harness/core/secure_io.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/backend.py
agentic_harness/gui/cli.py
agentic_harness/gui/server.py
agentic_harness/gui/static/app.js
agentic_harness/gui/static/favicon.svg
agentic_harness/gui/static/icons-custom.LICENSE
agentic_harness/gui/static/icons-custom.svg
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
docs/CODEX_GOAL_PARITY.md
docs/EVIDENCE_CONTRACT.md
docs/GUI_ARCHITECTURE.md
docs/GUI_DEPLOYMENT.md
docs/GUI_DESIGN.md
docs/PYPI_TRUSTED_PUBLISHING.md
docs/RELEASE_CHECKLIST.md
docs/RELEASE_NOTES_0.4.0.md
docs/RELEASE_NOTES_0.5.0.md
docs/RELEASE_NOTES_0.6.0.md
docs/RELEASE_NOTES_0.6.1.md
docs/RELEASE_NOTES_0.6.10.md
docs/RELEASE_NOTES_0.6.11.md
docs/RELEASE_NOTES_0.6.12.md
docs/RELEASE_NOTES_0.6.13.md
docs/RELEASE_NOTES_0.6.14.md
docs/RELEASE_NOTES_0.6.15.md
docs/RELEASE_NOTES_0.6.16.md
docs/RELEASE_NOTES_0.6.17.md
docs/RELEASE_NOTES_0.6.18.md
docs/RELEASE_NOTES_0.6.19.md
docs/RELEASE_NOTES_0.6.2.md
docs/RELEASE_NOTES_0.6.20.md
docs/RELEASE_NOTES_0.6.21.md
docs/RELEASE_NOTES_0.6.22.md
docs/RELEASE_NOTES_0.6.23.md
docs/RELEASE_NOTES_0.6.24.md
docs/RELEASE_NOTES_0.6.25.md
docs/RELEASE_NOTES_0.6.26.md
docs/RELEASE_NOTES_0.6.27.md
docs/RELEASE_NOTES_0.6.28.md
docs/RELEASE_NOTES_0.6.29.md
docs/RELEASE_NOTES_0.6.3.md
docs/RELEASE_NOTES_0.6.4.md
docs/RELEASE_NOTES_0.6.5.md
docs/RELEASE_NOTES_0.6.6.md
docs/RELEASE_NOTES_0.6.7.md
docs/RELEASE_NOTES_0.6.8.md
docs/RELEASE_NOTES_0.6.9.md
docs/RELEASE_NOTES_0.7.0.md
docs/RELEASE_NOTES_0.7.1.md
docs/TURNSTONE_INTEGRATION.md
docs/agentic-harness-gui.service.template
docs/demo-script.md
docs/launch-posts.md
docs/agentic-harness-gui-design/README.md
docs/agentic-harness-gui-design/codex-app-design-workflow-plan.md
docs/agentic-harness-gui-design/codex-app-gui-design-goal.md
docs/agentic-harness-gui-design/codex-app-gui-design-result.md
docs/agentic-harness-gui-design/codex-handoff-2026-07-10.md
docs/agentic-harness-gui-design/gui-implementation-plan.md
docs/agentic-harness-gui-design/linux-gui-agentic-harness-plan.md
docs/assets/agentic-harness-gui-mobile.png
docs/assets/agentic-harness-gui.png
docs/assets/agentic-harness-icon.png
docs/assets/agentic-harness-social-preview.png
docs/assets/gui-concepts/review-desk.png
docs/assets/gui-concepts/run-room-active.png
docs/assets/gui-concepts/workbench-start.png
docs/templates/publish.yml
evaluation/README.md
evaluation/__init__.py
evaluation/fixture_support.py
evaluation/run_gate_benchmark.py
evaluation/scripted_coding_agent.py
evaluation/tasks.json
evaluation/verify_fixture.py
evaluation/results/representative/environment.json
evaluation/results/representative/raw.jsonl
evaluation/results/representative/summary.json
evaluation/results/representative/summary.md
examples/README.md
examples/real-world-recipes.md
examples/coding-agent/README.md
examples/fix-failing-tests-demo/README.md
examples/fix-failing-tests-demo/calculator.py
examples/fix-failing-tests-demo/mock_coding_agent.py
examples/fix-failing-tests-demo/requirements-dev.txt
examples/fix-failing-tests-demo/reset_demo.py
examples/fix-failing-tests-demo/tests/test_calculator.py
examples/local-llm/README.md
examples/local-llm/run_local_llm.py
examples/shell-worker/README.md
examples/shell-worker/worker.py
examples/shell-worker/.agentic-harness/config.yml
examples/tmux-worker/README.md
examples/tmux-worker/tmux_worker_demo.py
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/frontend_token_race_test.js
tests/test_accept_flow.py
tests/test_accept_requires_review.py
tests/test_adapters.py
tests/test_artifact_store_repair.py
tests/test_autonomy.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_embedded_gui_backend.py
tests/test_errors.py
tests/test_evaluation.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_gui_product_journey.py
tests/test_gui_setup.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_model_agent.py
tests/test_recipes.py
tests/test_release_validation.py
tests/test_restart.py
tests/test_restart_resets_guard.py
tests/test_review.py
tests/test_supervisor_repair_and_reset.py
tests/test_task_events.py
tests/test_transcript_security.py
tests/test_worker.py