LICENSE
README.md
pyproject.toml
harness_fleet/__init__.py
harness_fleet/board.py
harness_fleet/branding.py
harness_fleet/bundler.py
harness_fleet/calibrate.py
harness_fleet/candidates.py
harness_fleet/catalog.py
harness_fleet/channels.py
harness_fleet/cli.py
harness_fleet/contracts.py
harness_fleet/dag.py
harness_fleet/discover.py
harness_fleet/engine.py
harness_fleet/enrich.py
harness_fleet/eval.py
harness_fleet/evidence.py
harness_fleet/export.py
harness_fleet/gates.py
harness_fleet/grounding.py
harness_fleet/input_data.py
harness_fleet/lane_report.py
harness_fleet/lanes.py
harness_fleet/ledger.py
harness_fleet/mcp_server.py
harness_fleet/models.py
harness_fleet/onboarding.py
harness_fleet/packer.py
harness_fleet/partner.py
harness_fleet/partner_sourcing.py
harness_fleet/profile.py
harness_fleet/profiles.py
harness_fleet/quota.py
harness_fleet/registry.py
harness_fleet/rungs.py
harness_fleet/scoring.py
harness_fleet/sessions.py
harness_fleet/setup.py
harness_fleet/slicer.py
harness_fleet/sources.py
harness_fleet/store.py
harness_fleet/studio.py
harness_fleet/task.py
harness_fleet/tune.py
harness_fleet/ui.py
harness_fleet.egg-info/PKG-INFO
harness_fleet.egg-info/SOURCES.txt
harness_fleet.egg-info/dependency_links.txt
harness_fleet.egg-info/entry_points.txt
harness_fleet.egg-info/requires.txt
harness_fleet.egg-info/top_level.txt
harness_fleet/data/routes.seed.json
harness_fleet/data/source_surfaces.json
harness_fleet/migrations/001_control_plane.sql
harness_fleet/migrations/002_intelligence_and_policy.sql
harness_fleet/migrations/003_profiles.sql
harness_fleet/migrations/004_studio_settings.sql
harness_fleet/migrations/005_open_profile_kinds.sql
harness_fleet/providers/antigravity.py
harness_fleet/providers/base.py
harness_fleet/providers/claude.py
harness_fleet/providers/codex.py
harness_fleet/providers/cursor.py
harness_fleet/providers/demo.py
harness_fleet/providers/grok.py
harness_fleet/providers/harness.py
harness_fleet/providers/muse.py
harness_fleet/providers/openai_compatible.py
harness_fleet/providers/opencode.py
harness_fleet/providers/openrouter.py
harness_fleet/providers/registry.py
harness_fleet/resources/account_skill/SKILL.md
harness_fleet/resources/account_skill/references/discovery-playbook.md
harness_fleet/resources/account_skill/references/icp-decomposition.md
harness_fleet/resources/account_skill/references/icp-interview.md
harness_fleet/resources/account_skill/references/mcp-recipes.md
harness_fleet/resources/account_skill/references/scoring-rubric-guide.md
harness_fleet/resources/board/index.html
harness_fleet/resources/career_skill/SKILL.md
harness_fleet/resources/examples/account_research/sample_accounts.csv
harness_fleet/resources/examples/account_research/task.json
harness_fleet/resources/examples/career_screening/sample_employers.csv
harness_fleet/resources/examples/career_screening/task.json
harness_fleet/resources/harness_skill/SKILL.md
harness_fleet/resources/harness_skill/agents/openai.yaml
harness_fleet/resources/harness_skill/references/operations.md
harness_fleet/resources/harness_skill/references/task-contracts.md
harness_fleet/resources/lanes/account.json
harness_fleet/resources/lanes/career.json
harness_fleet/resources/lanes/partner.json
harness_fleet/resources/partner_skill/SKILL.md
harness_fleet/resources/partner_skill/references/discovery-playbook.md
harness_fleet/resources/partner_skill/references/ipp-decomposition.md
harness_fleet/resources/partner_skill/references/ipp-interview.md
harness_fleet/resources/partner_skill/references/mcp-recipes.md
harness_fleet/resources/partner_skill/references/scoring-rubric-guide.md
harness_fleet/resources/studio/index.html
schemas/candidate-output-v1.schema.json
schemas/input-item-v1.schema.json
schemas/output-v2.schema.json
schemas/packet-v2.schema.json
schemas/task-v1.schema.json
tests/test_antigravity.py
tests/test_audit_fixes.py
tests/test_board.py
tests/test_calibrate.py
tests/test_catalog.py
tests/test_channels.py
tests/test_claude.py
tests/test_cli.py
tests/test_codex.py
tests/test_contracts.py
tests/test_cooldowns.py
tests/test_csv_io.py
tests/test_cursor.py
tests/test_dag.py
tests/test_ddgs_contract.py
tests/test_deterministic_filters.py
tests/test_discover.py
tests/test_docs_commands.py
tests/test_engine.py
tests/test_enrich.py
tests/test_entity_attribution.py
tests/test_eval.py
tests/test_evidence.py
tests/test_feeds_and_reddit.py
tests/test_funnel_wiring.py
tests/test_gates.py
tests/test_github_connector.py
tests/test_grok.py
tests/test_grounding.py
tests/test_handoff_contract.py
tests/test_harness.py
tests/test_harness_live.py
tests/test_harness_registry.py
tests/test_input_data.py
tests/test_lane_flow.py
tests/test_lane_report.py
tests/test_lanes.py
tests/test_ledger.py
tests/test_live_probe_classification.py
tests/test_mcp_server.py
tests/test_mechanical_calibration.py
tests/test_models.py
tests/test_muse.py
tests/test_offerings.py
tests/test_onboarding.py
tests/test_openai_compatible.py
tests/test_opencode.py
tests/test_openrouter.py
tests/test_openrouter_policy.py
tests/test_packer.py
tests/test_partner_research.py
tests/test_partner_sourcing.py
tests/test_portability.py
tests/test_preview_boards.py
tests/test_profile_employer.py
tests/test_published_schemas.py
tests/test_quota.py
tests/test_rate_limits.py
tests/test_registries_and_docs.py
tests/test_registry.py
tests/test_retry_accounting.py
tests/test_review_node.py
tests/test_route_cooldowns.py
tests/test_route_policy_contract.py
tests/test_run_evidence.py
tests/test_rung_dag.py
tests/test_safety_fixes.py
tests/test_scoring.py
tests/test_scoring_integrity.py
tests/test_search_retry.py
tests/test_sessions.py
tests/test_setup.py
tests/test_shipped_lanes.py
tests/test_slicer.py
tests/test_slicing_coverage.py
tests/test_sources_cli.py
tests/test_status.py
tests/test_store.py
tests/test_streaming.py
tests/test_streaming_recovery.py
tests/test_studio.py
tests/test_surface_fanout.py
tests/test_tune.py
tests/test_ui_output.py
tests/test_vendor_stories.py
tests/test_wayback_and_density.py
tests/test_wheel_release.py