.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.claude/settings.json
.claude-plugin/plugin.json
.claude/skills/ariadne/REFERENCE.md
.claude/skills/ariadne/SKILL.md
.codex/skills/ariadne/REFERENCE.md
.codex/skills/ariadne/SKILL.md
.github/workflows/publish.yml
.github/workflows/test.yml
docs/adr/0001-leader-created-worker-branches.md
docs/adr/0002-reviewable-worker-commits.md
docs/adr/0003-leader-only-merge.md
docs/adr/0004-leader-named-worker-branches.md
docs/adr/0005-clean-leader-branch-before-delegation.md
docs/adr/0006-preserve-human-commit-style.md
docs/adr/0007-explicit-delegation-boundaries.md
docs/adr/0008-tool-assisted-boundary-planning.md
docs/adr/0009-risk-tiered-worker-access.md
docs/adr/0010-zero-config-first-use.md
docs/adr/0011-preflight-scan-before-delegation.md
docs/adr/0012-preflight-json-and-markdown.md
docs/adr/0013-skill-first-user-interface.md
docs/adr/0014-fake-backend-plus-early-deepseek-integration.md
docs/adr/0015-aider-cli-first.md
docs/adr/0016-detect-dependencies-do-not-auto-install.md
docs/adr/0017-worker-credentials-live-in-user-environment.md
docs/adr/0018-leader-mediated-delegation.md
docs/adr/0019-local-conversation-bound-run-artifacts.md
docs/adr/0020-repository-local-ignored-artifact-root.md
docs/adr/0021-worker-worktrees-under-local-artifact-root.md
docs/adr/0022-leader-chosen-run-ids.md
docs/adr/0023-explicit-ariadne-cleanup.md
docs/adr/0024-helper-scripts-over-prompt-procedures.md
docs/adr/0025-unified-tool-interface-with-modular-implementation.md
docs/adr/0026-python-package-from-first-version.md
docs/adr/0027-default-ignore-with-explicit-tracked-artifacts.md
docs/adr/0028-worker-reliability-through-task-structure.md
docs/adr/0029-freeze-base-sha-at-delegation-start.md
docs/adr/0030-optional-quality-gate-check-cmd.md
docs/adr/0031-phase5-observability-metadata-fields.md
docs/adr/0032-pypi-packaging-and-release-automation.md
src/ariadne/__init__.py
src/ariadne/__main__.py
src/ariadne/artifacts.py
src/ariadne/cleanup.py
src/ariadne/cli.py
src/ariadne/delegate.py
src/ariadne/fix_patch.py
src/ariadne/git_ops.py
src/ariadne/installer.py
src/ariadne/list_runs.py
src/ariadne/patch_validator.py
src/ariadne/preflight.py
src/ariadne/risk.py
src/ariadne/task_analysis.py
src/ariadne/validation.py
src/ariadne/worker_context.py
src/ariadne/backends/__init__.py
src/ariadne/backends/aider.py
src/ariadne/backends/deepseek_health.py
src/ariadne/backends/fake.py
src/ariadne/data/REFERENCE.md
src/ariadne/data/SKILL.md
src/ariadne_skill.egg-info/PKG-INFO
src/ariadne_skill.egg-info/SOURCES.txt
src/ariadne_skill.egg-info/dependency_links.txt
src/ariadne_skill.egg-info/entry_points.txt
src/ariadne_skill.egg-info/requires.txt
src/ariadne_skill.egg-info/top_level.txt
tests/helpers.py
tests/test_aider_idle_timeout.py
tests/test_aider_integration.py
tests/test_aider_version.py
tests/test_artifacts.py
tests/test_auto_validate.py
tests/test_boundaries.py
tests/test_boundary_validation.py
tests/test_check_cmd.py
tests/test_check_cmd_cwd.py
tests/test_check_cmd_timeout.py
tests/test_cleanup_merge_awareness.py
tests/test_cleanup_plan.py
tests/test_cli_error_handling.py
tests/test_deepseek_health.py
tests/test_delegate_aider_backend.py
tests/test_delegate_failure_cleanup.py
tests/test_delegate_fake_backend.py
tests/test_delegate_internals.py
tests/test_delegation_timing.py
tests/test_error_paths.py
tests/test_fake_backend.py
tests/test_fix_patch.py
tests/test_fix_patch_git_errors.py
tests/test_fix_patch_metadata_sync.py
tests/test_install_skill_cmd.py
tests/test_installer.py
tests/test_list_runs.py
tests/test_list_runs_merge_status.py
tests/test_list_runs_unit.py
tests/test_patch_stats.py
tests/test_patch_validator.py
tests/test_patch_validator_extended.py
tests/test_preflight_cli.py
tests/test_preflight_render.py
tests/test_readonly_files.py
tests/test_readonly_path_consistency.py
tests/test_readonly_suggestions.py
tests/test_risk.py
tests/test_risk_general_patterns.py
tests/test_task_analysis.py
tests/test_validate_patch_review.py
tests/test_validation.py
tests/test_worker_context.py
tests/test_worker_context_scope.py
tests/test_worker_scope.py