LICENSE
README.md
pyproject.toml
setup.py
src/hpc_agent/__init__.py
src/hpc_agent/__main__.py
src/hpc_agent/_build_info.py
src/hpc_agent/agent_assets.py
src/hpc_agent/errors.py
src/hpc_agent/executor_cli.py
src/hpc_agent/harness_profile.py
src/hpc_agent/operations.json
src/hpc_agent/py.typed
src/hpc_agent.egg-info/PKG-INFO
src/hpc_agent.egg-info/SOURCES.txt
src/hpc_agent.egg-info/dependency_links.txt
src/hpc_agent.egg-info/entry_points.txt
src/hpc_agent.egg-info/requires.txt
src/hpc_agent.egg-info/top_level.txt
src/hpc_agent/_kernel/__init__.py
src/hpc_agent/_kernel/contract/__init__.py
src/hpc_agent/_kernel/contract/json_extract.py
src/hpc_agent/_kernel/contract/layout.py
src/hpc_agent/_kernel/contract/schema.py
src/hpc_agent/_kernel/contract/strict_schema.py
src/hpc_agent/_kernel/contract/task_id.py
src/hpc_agent/_kernel/contract/vocabulary.py
src/hpc_agent/_kernel/decision/__init__.py
src/hpc_agent/_kernel/decision/kernel.py
src/hpc_agent/_kernel/extension/__init__.py
src/hpc_agent/_kernel/extension/capabilities.py
src/hpc_agent/_kernel/extension/mcp_server.py
src/hpc_agent/_kernel/extension/telemetry.py
src/hpc_agent/_kernel/extension/version.py
src/hpc_agent/_kernel/extension/workflow_entries.py
src/hpc_agent/_kernel/hooks/__init__.py
src/hpc_agent/_kernel/hooks/alert_count.py
src/hpc_agent/_kernel/hooks/answer_capture.py
src/hpc_agent/_kernel/hooks/decision_rendezvous_autofetch.py
src/hpc_agent/_kernel/hooks/decision_rendezvous_stop_guard.py
src/hpc_agent/_kernel/hooks/scheduler_write_fence.py
src/hpc_agent/_kernel/hooks/skill_return_autofetch.py
src/hpc_agent/_kernel/hooks/skill_return_stop_guard.py
src/hpc_agent/_kernel/hooks/stop_multiplex.py
src/hpc_agent/_kernel/hooks/utterance_capture.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/__init__.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/__main__.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_completeness.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_contradiction.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_decision_state.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_echo.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_output.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_paraphrase.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_relay_due.py
src/hpc_agent/_kernel/hooks/relay_audit_stop/_shared.py
src/hpc_agent/_kernel/lifecycle/__init__.py
src/hpc_agent/_kernel/lifecycle/answer_menu.py
src/hpc_agent/_kernel/lifecycle/block_drive.py
src/hpc_agent/_kernel/lifecycle/consent_hint.py
src/hpc_agent/_kernel/lifecycle/crash_disclosure.py
src/hpc_agent/_kernel/lifecycle/detached.py
src/hpc_agent/_kernel/lifecycle/drive.py
src/hpc_agent/_kernel/lifecycle/heartbeat.py
src/hpc_agent/_kernel/lifecycle/playbook.py
src/hpc_agent/_kernel/lifecycle/structured.py
src/hpc_agent/_kernel/lifecycle/chat_models/__init__.py
src/hpc_agent/_kernel/lifecycle/chat_models/openai_compat.py
src/hpc_agent/_kernel/registry/__init__.py
src/hpc_agent/_kernel/registry/operations.py
src/hpc_agent/_kernel/registry/plugins.py
src/hpc_agent/_kernel/registry/primitive.py
src/hpc_agent/_wire/__init__.py
src/hpc_agent/_wire/_shared.py
src/hpc_agent/_wire/plugin_manifest.py
src/hpc_agent/_wire/spawn_contract.py
src/hpc_agent/_wire/actions/__init__.py
src/hpc_agent/_wire/actions/alerts_ack.py
src/hpc_agent/_wire/actions/archive_dossier.py
src/hpc_agent/_wire/actions/attach_diagnosis.py
src/hpc_agent/_wire/actions/build_executor.py
src/hpc_agent/_wire/actions/build_submit_spec.py
src/hpc_agent/_wire/actions/build_tasks_py.py
src/hpc_agent/_wire/actions/classify_axis.py
src/hpc_agent/_wire/actions/classify_axis_auto.py
src/hpc_agent/_wire/actions/cluster_reduce.py
src/hpc_agent/_wire/actions/combine_wave.py
src/hpc_agent/_wire/actions/conformance_record.py
src/hpc_agent/_wire/actions/data_manifest.py
src/hpc_agent/_wire/actions/decision_journal.py
src/hpc_agent/_wire/actions/doctor_install.py
src/hpc_agent/_wire/actions/export_attestations.py
src/hpc_agent/_wire/actions/export_dossier.py
src/hpc_agent/_wire/actions/export_package.py
src/hpc_agent/_wire/actions/interview.py
src/hpc_agent/_wire/actions/kill.py
src/hpc_agent/_wire/actions/notebook_auto_clear.py
src/hpc_agent/_wire/actions/notebook_draft.py
src/hpc_agent/_wire/actions/notebook_dry_run.py
src/hpc_agent/_wire/actions/notebook_lint.py
src/hpc_agent/_wire/actions/notebook_record.py
src/hpc_agent/_wire/actions/notebook_record_config.py
src/hpc_agent/_wire/actions/notebook_record_receipt.py
src/hpc_agent/_wire/actions/notebook_scaffold_template.py
src/hpc_agent/_wire/actions/pack_bind.py
src/hpc_agent/_wire/actions/pack_record_receipt.py
src/hpc_agent/_wire/actions/pack_refresh.py
src/hpc_agent/_wire/actions/pack_status.py
src/hpc_agent/_wire/actions/program_init.py
src/hpc_agent/_wire/actions/provenance_manifest.py
src/hpc_agent/_wire/actions/publication_bundle.py
src/hpc_agent/_wire/actions/queue_run.py
src/hpc_agent/_wire/actions/resubmit.py
src/hpc_agent/_wire/actions/scope_lock.py
src/hpc_agent/_wire/actions/submit.py
src/hpc_agent/_wire/actions/tag_session.py
src/hpc_agent/_wire/actions/update_run_constraints.py
src/hpc_agent/_wire/actions/verify_registration.py
src/hpc_agent/_wire/actions/watcher_install.py
src/hpc_agent/_wire/actions/write_run_sidecar.py
src/hpc_agent/_wire/fixtures/__init__.py
src/hpc_agent/_wire/fixtures/axes.py
src/hpc_agent/_wire/fixtures/campaign_manifest.py
src/hpc_agent/_wire/fixtures/envelope.py
src/hpc_agent/_wire/fixtures/escalation.py
src/hpc_agent/_wire/fixtures/failure_features.py
src/hpc_agent/_wire/fixtures/stages.py
src/hpc_agent/_wire/queries/__init__.py
src/hpc_agent/_wire/queries/aggregate_stream.py
src/hpc_agent/_wire/queries/apply_safe_defaults.py
src/hpc_agent/_wire/queries/attention_queue.py
src/hpc_agent/_wire/queries/audit_handoff.py
src/hpc_agent/_wire/queries/audit_preflight.py
src/hpc_agent/_wire/queries/campaign.py
src/hpc_agent/_wire/queries/campaign_health.py
src/hpc_agent/_wire/queries/capabilities.py
src/hpc_agent/_wire/queries/challenge_status.py
src/hpc_agent/_wire/queries/cite_check.py
src/hpc_agent/_wire/queries/clusters.py
src/hpc_agent/_wire/queries/conformance_status.py
src/hpc_agent/_wire/queries/decide_monitor_arm.py
src/hpc_agent/_wire/queries/decision_journal.py
src/hpc_agent/_wire/queries/determinism.py
src/hpc_agent/_wire/queries/diagnosis_request.py
src/hpc_agent/_wire/queries/dir_digest.py
src/hpc_agent/_wire/queries/discover.py
src/hpc_agent/_wire/queries/doctor.py
src/hpc_agent/_wire/queries/evidence.py
src/hpc_agent/_wire/queries/extract_recipe.py
src/hpc_agent/_wire/queries/failures.py
src/hpc_agent/_wire/queries/find_prior_run.py
src/hpc_agent/_wire/queries/harness_capabilities.py
src/hpc_agent/_wire/queries/inspect_cluster.py
src/hpc_agent/_wire/queries/list_in_flight.py
src/hpc_agent/_wire/queries/load_context.py
src/hpc_agent/_wire/queries/monitor_summary.py
src/hpc_agent/_wire/queries/net_triage.py
src/hpc_agent/_wire/queries/notebook_audit_view.py
src/hpc_agent/_wire/queries/notebook_draft_context.py
src/hpc_agent/_wire/queries/notebook_status.py
src/hpc_agent/_wire/queries/poll_detached.py
src/hpc_agent/_wire/queries/program_verify.py
src/hpc_agent/_wire/queries/queue_advance.py
src/hpc_agent/_wire/queries/queue_status.py
src/hpc_agent/_wire/queries/recall.py
src/hpc_agent/_wire/queries/recommend_partition.py
src/hpc_agent/_wire/queries/reconcile.py
src/hpc_agent/_wire/queries/run_story.py
src/hpc_agent/_wire/queries/scaffold_spec.py
src/hpc_agent/_wire/queries/status.py
src/hpc_agent/_wire/queries/stray_sweep.py
src/hpc_agent/_wire/queries/suggest_setup_action.py
src/hpc_agent/_wire/queries/summarize_submit_plan.py
src/hpc_agent/_wire/queries/trace.py
src/hpc_agent/_wire/queries/trace_diff.py
src/hpc_agent/_wire/queries/trace_render.py
src/hpc_agent/_wire/queries/verify_aggregation_complete.py
src/hpc_agent/_wire/queries/verify_relay.py
src/hpc_agent/_wire/queries/verify_reproduction.py
src/hpc_agent/_wire/queries/wait_any_detached.py
src/hpc_agent/_wire/queries/wait_detached.py
src/hpc_agent/_wire/queries/walk_submit_ambiguities.py
src/hpc_agent/_wire/queries/worker_log_digest.py
src/hpc_agent/_wire/validators/__init__.py
src/hpc_agent/_wire/validators/dry_run_local.py
src/hpc_agent/_wire/validators/preflight.py
src/hpc_agent/_wire/validators/validate_executor_signatures.py
src/hpc_agent/_wire/validators/validate_input_dataset.py
src/hpc_agent/_wire/validators/validate_parents_ready.py
src/hpc_agent/_wire/validators/validate_scaffold_staleness.py
src/hpc_agent/_wire/validators/validate_stochastic_marker.py
src/hpc_agent/_wire/validators/validate_walltime_against_history.py
src/hpc_agent/_wire/workflows/__init__.py
src/hpc_agent/_wire/workflows/aggregate_blocks.py
src/hpc_agent/_wire/workflows/aggregate_flow.py
src/hpc_agent/_wire/workflows/block_drive.py
src/hpc_agent/_wire/workflows/campaign_blocks.py
src/hpc_agent/_wire/workflows/campaign_refill.py
src/hpc_agent/_wire/workflows/campaign_run.py
src/hpc_agent/_wire/workflows/host_retarget.py
src/hpc_agent/_wire/workflows/migrate_remainder.py
src/hpc_agent/_wire/workflows/monitor_flow.py
src/hpc_agent/_wire/workflows/queue_dispatch.py
src/hpc_agent/_wire/workflows/reproduce_run.py
src/hpc_agent/_wire/workflows/resolve_submit_inputs.py
src/hpc_agent/_wire/workflows/retarget_run.py
src/hpc_agent/_wire/workflows/revise_resolved.py
src/hpc_agent/_wire/workflows/settle_aggregate.py
src/hpc_agent/_wire/workflows/settle_run.py
src/hpc_agent/_wire/workflows/status_blocks.py
src/hpc_agent/_wire/workflows/status_pipeline.py
src/hpc_agent/_wire/workflows/submit_and_verify.py
src/hpc_agent/_wire/workflows/submit_blocks.py
src/hpc_agent/_wire/workflows/submit_flow.py
src/hpc_agent/_wire/workflows/submit_flow_batch.py
src/hpc_agent/_wire/workflows/submit_pipeline.py
src/hpc_agent/_wire/workflows/submit_speculate.py
src/hpc_agent/_wire/workflows/validate_campaign.py
src/hpc_agent/_wire/workflows/verify_canary.py
src/hpc_agent/_wire/workflows/verify_submitted.py
src/hpc_agent/cli/__init__.py
src/hpc_agent/cli/_dispatch.py
src/hpc_agent/cli/_fast_path_cache.py
src/hpc_agent/cli/_helpers.py
src/hpc_agent/cli/_verb_aliases.py
src/hpc_agent/cli/_verb_module_map.py
src/hpc_agent/cli/aggregate.py
src/hpc_agent/cli/dispatch.py
src/hpc_agent/cli/lifecycle.py
src/hpc_agent/cli/main.py
src/hpc_agent/cli/mcp.py
src/hpc_agent/cli/parser.py
src/hpc_agent/cli/recover.py
src/hpc_agent/cli/setup.py
src/hpc_agent/cli/setup_actions.py
src/hpc_agent/cli/skill_returns.py
src/hpc_agent/cli/submit.py
src/hpc_agent/config/clusters.yaml
src/hpc_agent/conformance/__init__.py
src/hpc_agent/conformance/_loader.py
src/hpc_agent/conformance/adapter.py
src/hpc_agent/conformance/conftest.py
src/hpc_agent/conformance/fixture_repo.py
src/hpc_agent/conformance/reference_adapter.py
src/hpc_agent/conformance/relay_fixtures.py
src/hpc_agent/conformance/report.py
src/hpc_agent/conformance/test_attestation_export.py
src/hpc_agent/conformance/test_canonicalization.py
src/hpc_agent/conformance/test_capability_backgrounding.py
src/hpc_agent/conformance/test_capability_decision_rendezvous.py
src/hpc_agent/conformance/test_capability_relay.py
src/hpc_agent/conformance/test_capability_relay_inspect.py
src/hpc_agent/conformance/test_capability_scheduler_fence.py
src/hpc_agent/conformance/test_capability_stop_hook_append.py
src/hpc_agent/conformance/test_capability_trusted_display.py
src/hpc_agent/conformance/test_capability_utterance_log.py
src/hpc_agent/conformance/test_negotiation.py
src/hpc_agent/conformance/adapters/__init__.py
src/hpc_agent/conformance/adapters/_relay_audit_core.py
src/hpc_agent/conformance/adapters/claude_code.py
src/hpc_agent/conformance/adapters/foreign_backgrounding.py
src/hpc_agent/conformance/adapters/notebook_render.py
src/hpc_agent/conformance/adapters/otel_genai.py
src/hpc_agent/conformance/adapters/response_gateway.py
src/hpc_agent/conformance/fixtures/stub_worker.py
src/hpc_agent/conformance/fixtures/canonicalization/canon_vectors.json
src/hpc_agent/conformance/fixtures/canonicalization/normalize_vectors.json
src/hpc_agent/conformance/fixtures/relay/triples.json
src/hpc_agent/execution/__init__.py
src/hpc_agent/execution/mapreduce/__init__.py
src/hpc_agent/execution/mapreduce/_guard.py
src/hpc_agent/execution/mapreduce/combiner.py
src/hpc_agent/execution/mapreduce/data_trace_contract.py
src/hpc_agent/execution/mapreduce/dispatch.py
src/hpc_agent/execution/mapreduce/metrics_io.py
src/hpc_agent/execution/mapreduce/reduce/__init__.py
src/hpc_agent/execution/mapreduce/reduce/classify.py
src/hpc_agent/execution/mapreduce/reduce/history.py
src/hpc_agent/execution/mapreduce/reduce/metrics.py
src/hpc_agent/execution/mapreduce/reduce/rollup.py
src/hpc_agent/execution/mapreduce/reduce/scheduler_profile.py
src/hpc_agent/execution/mapreduce/reduce/status.py
src/hpc_agent/execution/mapreduce/reduce/tui.py
src/hpc_agent/execution/mapreduce/templates/runtime/common/gpu_preamble.sh
src/hpc_agent/execution/mapreduce/templates/runtime/common/hpc_preamble.sh
src/hpc_agent/execution/mapreduce/templates/scaffolds/cli_dispatcher.py
src/hpc_agent/execution/mapreduce/templates/scaffolds/executor_template.py
src/hpc_agent/execution/mapreduce/templates/scaffolds/grid_strategy.py
src/hpc_agent/execution/mapreduce/templates/scaffolds/optuna_async_strategy.py
src/hpc_agent/execution/mapreduce/templates/scaffolds/optuna_strategy.py
src/hpc_agent/execution/mapreduce/templates/scaffolds/pbt_strategy.py
src/hpc_agent/execution/mapreduce/templates/scaffolds/tasks_example.py
src/hpc_agent/execution/mapreduce/templates/watcher/hpc_watcher.py
src/hpc_agent/experiment_kit/__init__.py
src/hpc_agent/experiment_kit/_runtime.py
src/hpc_agent/experiment_kit/axis.py
src/hpc_agent/experiment_kit/axis_config.py
src/hpc_agent/experiment_kit/checkpoint.py
src/hpc_agent/experiment_kit/checkpoint_formats.py
src/hpc_agent/experiment_kit/discover.py
src/hpc_agent/experiment_kit/elision.py
src/hpc_agent/experiment_kit/notebook.py
src/hpc_agent/experiment_kit/plan.py
src/hpc_agent/experiment_kit/reduce.py
src/hpc_agent/experiment_kit/register.py
src/hpc_agent/experiment_kit/series.py
src/hpc_agent/experiment_kit/signature.py
src/hpc_agent/experiment_kit/axis_matcher/__init__.py
src/hpc_agent/experiment_kit/axis_matcher/_ast_utils.py
src/hpc_agent/experiment_kit/axis_matcher/_classifier.py
src/hpc_agent/experiment_kit/axis_matcher/matchers/__init__.py
src/hpc_agent/experiment_kit/axis_matcher/matchers/ema.py
src/hpc_agent/experiment_kit/axis_matcher/matchers/pandas_rolling.py
src/hpc_agent/experiment_kit/axis_matcher/matchers/stencil.py
src/hpc_agent/experiment_kit/axis_matcher/matchers/window.py
src/hpc_agent/experiment_kit/solver_adapters/__init__.py
src/hpc_agent/experiment_kit/solver_adapters/petsc.py
src/hpc_agent/incorporation/__init__.py
src/hpc_agent/incorporation/axes_init.py
src/hpc_agent/incorporation/classify_axis.py
src/hpc_agent/incorporation/classify_axis_auto.py
src/hpc_agent/incorporation/classify_axis_easy.py
src/hpc_agent/incorporation/classify_campaign_path.py
src/hpc_agent/incorporation/decorate_entry_point.py
src/hpc_agent/incorporation/export_package.py
src/hpc_agent/incorporation/scaffold_strategy.py
src/hpc_agent/incorporation/wrap_entry_point.py
src/hpc_agent/incorporation/build/__init__.py
src/hpc_agent/incorporation/build/compute_run_id.py
src/hpc_agent/incorporation/build/executor.py
src/hpc_agent/incorporation/build/scaffold_meta.py
src/hpc_agent/incorporation/build/submit_spec.py
src/hpc_agent/incorporation/build/tasks_py.py
src/hpc_agent/incorporation/build/template.py
src/hpc_agent/incorporation/build/scaffolds/Makefile.tmpl
src/hpc_agent/incorporation/build/scaffolds/ci.yml.tmpl
src/hpc_agent/incorporation/build/scaffolds/conftest.py.tmpl
src/hpc_agent/incorporation/build/scaffolds/experiment.py.tmpl
src/hpc_agent/incorporation/build/scaffolds/gitignore.tmpl
src/hpc_agent/incorporation/build/scaffolds/pre-commit-config.yaml.tmpl
src/hpc_agent/incorporation/build/scaffolds/pyproject.toml.tmpl
src/hpc_agent/incorporation/build/scaffolds/scaffold.py.tmpl
src/hpc_agent/incorporation/build/scaffolds/template.mk.tmpl
src/hpc_agent/incorporation/build/scaffolds/train.py.tmpl
src/hpc_agent/infra/__init__.py
src/hpc_agent/infra/block_chain.py
src/hpc_agent/infra/bounded_subprocess.py
src/hpc_agent/infra/cache.py
src/hpc_agent/infra/cluster_logs.py
src/hpc_agent/infra/cluster_status.py
src/hpc_agent/infra/clusters.py
src/hpc_agent/infra/code_tree.py
src/hpc_agent/infra/constraints.py
src/hpc_agent/infra/cost.py
src/hpc_agent/infra/env_flags.py
src/hpc_agent/infra/executor_guard.py
src/hpc_agent/infra/executor_import.py
src/hpc_agent/infra/failure_signatures.py
src/hpc_agent/infra/gpu.py
src/hpc_agent/infra/io.py
src/hpc_agent/infra/jobmap.py
src/hpc_agent/infra/manifest.py
src/hpc_agent/infra/parsing.py
src/hpc_agent/infra/proc.py
src/hpc_agent/infra/prune.py
src/hpc_agent/infra/remote.py
src/hpc_agent/infra/resource_format.py
src/hpc_agent/infra/retry.py
src/hpc_agent/infra/runtime_preflight.py
src/hpc_agent/infra/scheduler_resolve.py
src/hpc_agent/infra/ssh_agent.py
src/hpc_agent/infra/ssh_circuit.py
src/hpc_agent/infra/ssh_engine.py
src/hpc_agent/infra/ssh_options.py
src/hpc_agent/infra/ssh_pacing.py
src/hpc_agent/infra/ssh_slots.py
src/hpc_agent/infra/ssh_throttle.py
src/hpc_agent/infra/ssh_validation.py
src/hpc_agent/infra/throughput.py
src/hpc_agent/infra/time.py
src/hpc_agent/infra/backends/__init__.py
src/hpc_agent/infra/backends/_engine.py
src/hpc_agent/infra/backends/_remote_base.py
src/hpc_agent/infra/backends/_scripts.py
src/hpc_agent/infra/backends/profile.py
src/hpc_agent/infra/backends/query.py
src/hpc_agent/infra/backends/remote_factory.py
src/hpc_agent/infra/backends/sge.py
src/hpc_agent/infra/backends/sge_remote.py
src/hpc_agent/infra/backends/slurm.py
src/hpc_agent/infra/backends/slurm_remote.py
src/hpc_agent/infra/inspect/__init__.py
src/hpc_agent/infra/inspect/_common.py
src/hpc_agent/infra/inspect/_persist.py
src/hpc_agent/infra/inspect/pbs.py
src/hpc_agent/infra/inspect/sge.py
src/hpc_agent/infra/inspect/slurm.py
src/hpc_agent/infra/transport/__init__.py
src/hpc_agent/infra/transport/_combiner.py
src/hpc_agent/infra/transport/_delta.py
src/hpc_agent/infra/transport/_deploy_items.py
src/hpc_agent/infra/transport/_disclose.py
src/hpc_agent/infra/transport/_excludes.py
src/hpc_agent/infra/transport/_prune.py
src/hpc_agent/infra/transport/_pull.py
src/hpc_agent/infra/transport/_shared.py
src/hpc_agent/integration/__init__.py
src/hpc_agent/meta/__init__.py
src/hpc_agent/meta/validate_campaign.py
src/hpc_agent/meta/campaign/__init__.py
src/hpc_agent/meta/campaign/blocks.py
src/hpc_agent/meta/campaign/budget_ack.py
src/hpc_agent/meta/campaign/cursor.py
src/hpc_agent/meta/campaign/dirs.py
src/hpc_agent/meta/campaign/manifest.py
src/hpc_agent/meta/campaign/atoms/__init__.py
src/hpc_agent/meta/campaign/atoms/_concurrency.py
src/hpc_agent/meta/campaign/atoms/acknowledge_budget.py
src/hpc_agent/meta/campaign/atoms/advance.py
src/hpc_agent/meta/campaign/atoms/budget.py
src/hpc_agent/meta/campaign/atoms/circuit_breaker.py
src/hpc_agent/meta/campaign/atoms/compute_spend.py
src/hpc_agent/meta/campaign/atoms/converged.py
src/hpc_agent/meta/campaign/atoms/decide_concurrency.py
src/hpc_agent/meta/campaign/atoms/health.py
src/hpc_agent/meta/campaign/atoms/init.py
src/hpc_agent/meta/campaign/atoms/list_campaigns.py
src/hpc_agent/meta/campaign/atoms/load_context.py
src/hpc_agent/meta/campaign/atoms/replay.py
src/hpc_agent/meta/campaign/atoms/resubmit_cap.py
src/hpc_agent/meta/campaign/atoms/status.py
src/hpc_agent/ops/__init__.py
src/hpc_agent/ops/_preflight_common.py
src/hpc_agent/ops/_submit_preflight_cache.py
src/hpc_agent/ops/aggregate_blocks.py
src/hpc_agent/ops/aggregate_flow.py
src/hpc_agent/ops/aggregate_preflight.py
src/hpc_agent/ops/archive_dossier.py
src/hpc_agent/ops/attention_op.py
src/hpc_agent/ops/attention_queue.py
src/hpc_agent/ops/attention_render.py
src/hpc_agent/ops/audit_preflight.py
src/hpc_agent/ops/auto_resume_flow.py
src/hpc_agent/ops/block_drive_op.py
src/hpc_agent/ops/block_gate.py
src/hpc_agent/ops/bundle_render.py
src/hpc_agent/ops/campaign_refill.py
src/hpc_agent/ops/campaign_run.py
src/hpc_agent/ops/challenge_status_op.py
src/hpc_agent/ops/check_task_generator_mismatch.py
src/hpc_agent/ops/cite_check.py
src/hpc_agent/ops/cite_render.py
src/hpc_agent/ops/classify_axis_preflight.py
src/hpc_agent/ops/conformance_render.py
src/hpc_agent/ops/dag_frontier.py
src/hpc_agent/ops/data_manifest.py
src/hpc_agent/ops/detect_entry_point.py
src/hpc_agent/ops/detect_input_data.py
src/hpc_agent/ops/devx_tag.py
src/hpc_agent/ops/dir_digest.py
src/hpc_agent/ops/evidence_brief_op.py
src/hpc_agent/ops/evidence_embed.py
src/hpc_agent/ops/evidence_period_op.py
src/hpc_agent/ops/evidence_project.py
src/hpc_agent/ops/evidence_render.py
src/hpc_agent/ops/export_attestations.py
src/hpc_agent/ops/export_dossier.py
src/hpc_agent/ops/extract_recipe.py
src/hpc_agent/ops/field_ownership.py
src/hpc_agent/ops/harness_capabilities.py
src/hpc_agent/ops/host_retarget.py
src/hpc_agent/ops/inspect_deployment.py
src/hpc_agent/ops/inspect_parallel_axes.py
src/hpc_agent/ops/monitor_flow.py
src/hpc_agent/ops/notebook_gate.py
src/hpc_agent/ops/notebook_view.py
src/hpc_agent/ops/overnight.py
src/hpc_agent/ops/pack_gate.py
src/hpc_agent/ops/prepare_followup_specs.py
src/hpc_agent/ops/prepare_phase2_spec.py
src/hpc_agent/ops/program_verify.py
src/hpc_agent/ops/provenance_manifest.py
src/hpc_agent/ops/publication_bundle.py
src/hpc_agent/ops/recipe_render.py
src/hpc_agent/ops/recommend_pe.py
src/hpc_agent/ops/recover_flow.py
src/hpc_agent/ops/registration_view.py
src/hpc_agent/ops/relay_render.py
src/hpc_agent/ops/reproduce_run.py
src/hpc_agent/ops/resolve_and_recover_flow.py
src/hpc_agent/ops/resolve_resources.py
src/hpc_agent/ops/resolve_submit_inputs.py
src/hpc_agent/ops/retarget_run.py
src/hpc_agent/ops/revise_resolved.py
src/hpc_agent/ops/run_story.py
src/hpc_agent/ops/scaffold_spec.py
src/hpc_agent/ops/scope_gate.py
src/hpc_agent/ops/settle_aggregate.py
src/hpc_agent/ops/settle_run.py
src/hpc_agent/ops/smoke_test_executor.py
src/hpc_agent/ops/status_blocks.py
src/hpc_agent/ops/status_pipeline.py
src/hpc_agent/ops/status_preflight.py
src/hpc_agent/ops/story_render.py
src/hpc_agent/ops/submit_and_verify.py
src/hpc_agent/ops/submit_blocks.py
src/hpc_agent/ops/submit_flow.py
src/hpc_agent/ops/submit_pipeline.py
src/hpc_agent/ops/submit_preflight.py
src/hpc_agent/ops/submit_speculate.py
src/hpc_agent/ops/supersession.py
src/hpc_agent/ops/trace.py
src/hpc_agent/ops/trace_diff_op.py
src/hpc_agent/ops/trace_render_op.py
src/hpc_agent/ops/verify_canary.py
src/hpc_agent/ops/verify_reproduction.py
src/hpc_agent/ops/verify_submitted.py
src/hpc_agent/ops/walk_submit_ambiguities.py
src/hpc_agent/ops/worker_log_digest.py
src/hpc_agent/ops/write_run_sidecar.py
src/hpc_agent/ops/aggregate/__init__.py
src/hpc_agent/ops/aggregate/_reducer_contract.py
src/hpc_agent/ops/aggregate/arm_census.py
src/hpc_agent/ops/aggregate/cluster_reduce.py
src/hpc_agent/ops/aggregate/combine.py
src/hpc_agent/ops/aggregate/decide_partial_handling.py
src/hpc_agent/ops/aggregate/invariants.py
src/hpc_agent/ops/aggregate/local_reduce.py
src/hpc_agent/ops/aggregate/runner.py
src/hpc_agent/ops/aggregate/stream.py
src/hpc_agent/ops/clusters/__init__.py
src/hpc_agent/ops/clusters/describe.py
src/hpc_agent/ops/clusters/list.py
src/hpc_agent/ops/conformance/__init__.py
src/hpc_agent/ops/conformance/record_op.py
src/hpc_agent/ops/conformance/status_op.py
src/hpc_agent/ops/decision/__init__.py
src/hpc_agent/ops/decision/journal/__init__.py
src/hpc_agent/ops/decision/journal/_shared.py
src/hpc_agent/ops/decision/journal/authorship_home.py
src/hpc_agent/ops/decision/journal/brief_provenance.py
src/hpc_agent/ops/decision/journal/challenge.py
src/hpc_agent/ops/decision/journal/code_derived.py
src/hpc_agent/ops/decision/journal/conclusion.py
src/hpc_agent/ops/decision/journal/human_authorship.py
src/hpc_agent/ops/decision/journal/module_signoff.py
src/hpc_agent/ops/decision/journal/overnight_consent.py
src/hpc_agent/ops/decision/journal/registration.py
src/hpc_agent/ops/decision/journal/reproduction.py
src/hpc_agent/ops/decision/journal/scope_lock.py
src/hpc_agent/ops/decision/journal/signoff.py
src/hpc_agent/ops/decision/journal/verify_relay.py
src/hpc_agent/ops/memory/__init__.py
src/hpc_agent/ops/memory/interview.py
src/hpc_agent/ops/memory/recall.py
src/hpc_agent/ops/migrate/__init__.py
src/hpc_agent/ops/migrate/census.py
src/hpc_agent/ops/migrate/cost.py
src/hpc_agent/ops/migrate/derive.py
src/hpc_agent/ops/migrate/harvest.py
src/hpc_agent/ops/migrate/migrate_remainder.py
src/hpc_agent/ops/migrate/ownership.py
src/hpc_agent/ops/monitor/__init__.py
src/hpc_agent/ops/monitor/announce.py
src/hpc_agent/ops/monitor/arm.py
src/hpc_agent/ops/monitor/batch_status.py
src/hpc_agent/ops/monitor/classify.py
src/hpc_agent/ops/monitor/harvest_guard.py
src/hpc_agent/ops/monitor/kill.py
src/hpc_agent/ops/monitor/list_in_flight.py
src/hpc_agent/ops/monitor/logs.py
src/hpc_agent/ops/monitor/logs_atom.py
src/hpc_agent/ops/monitor/poll_detached.py
src/hpc_agent/ops/monitor/reconcile.py
src/hpc_agent/ops/monitor/reconcile_stale.py
src/hpc_agent/ops/monitor/sentinel.py
src/hpc_agent/ops/monitor/status.py
src/hpc_agent/ops/monitor/summary.py
src/hpc_agent/ops/monitor/terminal.py
src/hpc_agent/ops/monitor/tick_log.py
src/hpc_agent/ops/monitor/update_constraints.py
src/hpc_agent/ops/monitor/wait_any_detached.py
src/hpc_agent/ops/monitor/wait_detached.py
src/hpc_agent/ops/monitor/watcher_install.py
src/hpc_agent/ops/monitor/waves.py
src/hpc_agent/ops/notebook/__init__.py
src/hpc_agent/ops/notebook/audit_handoff_op.py
src/hpc_agent/ops/notebook/audit_view.py
src/hpc_agent/ops/notebook/auto_clear_op.py
src/hpc_agent/ops/notebook/canonical.py
src/hpc_agent/ops/notebook/draft_context_op.py
src/hpc_agent/ops/notebook/draft_op.py
src/hpc_agent/ops/notebook/dry_run_op.py
src/hpc_agent/ops/notebook/linked_sources.py
src/hpc_agent/ops/notebook/lint.py
src/hpc_agent/ops/notebook/module_attention.py
src/hpc_agent/ops/notebook/record_config_op.py
src/hpc_agent/ops/notebook/record_op.py
src/hpc_agent/ops/notebook/record_receipt_op.py
src/hpc_agent/ops/notebook/render_store.py
src/hpc_agent/ops/notebook/scaffold_template_op.py
src/hpc_agent/ops/notebook/status_op.py
src/hpc_agent/ops/notebook/view_op.py
src/hpc_agent/ops/pack/__init__.py
src/hpc_agent/ops/pack/bind_op.py
src/hpc_agent/ops/pack/init_op.py
src/hpc_agent/ops/pack/record_receipt_op.py
src/hpc_agent/ops/pack/refresh_op.py
src/hpc_agent/ops/pack/status_op.py
src/hpc_agent/ops/preflight/__init__.py
src/hpc_agent/ops/preflight/check.py
src/hpc_agent/ops/preflight/probe_cache.py
src/hpc_agent/ops/queue/__init__.py
src/hpc_agent/ops/queue/advance.py
src/hpc_agent/ops/queue/chain.py
src/hpc_agent/ops/queue/dispatch.py
src/hpc_agent/ops/queue/maintenance.py
src/hpc_agent/ops/queue/retry.py
src/hpc_agent/ops/queue/run.py
src/hpc_agent/ops/queue/status.py
src/hpc_agent/ops/recover/__init__.py
src/hpc_agent/ops/recover/alerts_ack.py
src/hpc_agent/ops/recover/batching.py
src/hpc_agent/ops/recover/diagnosis.py
src/hpc_agent/ops/recover/doctor.py
src/hpc_agent/ops/recover/doctor_install.py
src/hpc_agent/ops/recover/failures_atom.py
src/hpc_agent/ops/recover/features_glue.py
src/hpc_agent/ops/recover/heal_taxonomy.py
src/hpc_agent/ops/recover/net_triage.py
src/hpc_agent/ops/recover/notify.py
src/hpc_agent/ops/recover/resolve.py
src/hpc_agent/ops/recover/runner.py
src/hpc_agent/ops/recover/runner_failures.py
src/hpc_agent/ops/recover/service.py
src/hpc_agent/ops/recover/stray_sweep.py
src/hpc_agent/ops/registration/__init__.py
src/hpc_agent/ops/registration/prereqs.py
src/hpc_agent/ops/registration/verify_op.py
src/hpc_agent/ops/submit/__init__.py
src/hpc_agent/ops/submit/apply_safe_defaults.py
src/hpc_agent/ops/submit/canary_calibration.py
src/hpc_agent/ops/submit/env_lock_capture.py
src/hpc_agent/ops/submit/field_partition.py
src/hpc_agent/ops/submit/hw_facts_capture.py
src/hpc_agent/ops/submit/plan_summary.py
src/hpc_agent/ops/submit/plan_throughput.py
src/hpc_agent/ops/submit/recommend_partition.py
src/hpc_agent/ops/submit/runner.py
src/hpc_agent/ops/validate/__init__.py
src/hpc_agent/ops/validate/dry_run_local.py
src/hpc_agent/ops/validate/executor_signatures.py
src/hpc_agent/ops/validate/input_dataset.py
src/hpc_agent/ops/validate/parents_ready.py
src/hpc_agent/ops/validate/scaffold_staleness.py
src/hpc_agent/ops/validate/stochastic_marker.py
src/hpc_agent/ops/validate/walltime_against_history.py
src/hpc_agent/recovery/__init__.py
src/hpc_agent/recovery/auto_resume.py
src/hpc_agent/recovery/cli.py
src/hpc_agent/recovery/registry.py
src/hpc_agent/schemas/aggregate_block.output.json
src/hpc_agent/schemas/aggregate_check.input.json
src/hpc_agent/schemas/aggregate_flow.input.json
src/hpc_agent/schemas/aggregate_flow.output.json
src/hpc_agent/schemas/aggregate_preflight.input.json
src/hpc_agent/schemas/aggregate_preflight.output.json
src/hpc_agent/schemas/aggregate_run.input.json
src/hpc_agent/schemas/aggregate_stream.input.json
src/hpc_agent/schemas/aggregate_stream.output.json
src/hpc_agent/schemas/alerts_ack.input.json
src/hpc_agent/schemas/alerts_ack.output.json
src/hpc_agent/schemas/append_decision.input.json
src/hpc_agent/schemas/append_decision.output.json
src/hpc_agent/schemas/apply_safe_defaults.input.json
src/hpc_agent/schemas/apply_safe_defaults.output.json
src/hpc_agent/schemas/archive_dossier.input.json
src/hpc_agent/schemas/archive_dossier.output.json
src/hpc_agent/schemas/attach_diagnosis.input.json
src/hpc_agent/schemas/attach_diagnosis.output.json
src/hpc_agent/schemas/attention_queue.input.json
src/hpc_agent/schemas/attention_queue.output.json
src/hpc_agent/schemas/audit_handoff.input.json
src/hpc_agent/schemas/audit_handoff.output.json
src/hpc_agent/schemas/audit_preflight.input.json
src/hpc_agent/schemas/audit_preflight.output.json
src/hpc_agent/schemas/axes.json
src/hpc_agent/schemas/block_drive.input.json
src/hpc_agent/schemas/block_drive.output.json
src/hpc_agent/schemas/build_executor.output.json
src/hpc_agent/schemas/build_submit_spec.input.json
src/hpc_agent/schemas/build_tasks_py.input.json
src/hpc_agent/schemas/campaign.output.json
src/hpc_agent/schemas/campaign_block.output.json
src/hpc_agent/schemas/campaign_complete.input.json
src/hpc_agent/schemas/campaign_greenlight.input.json
src/hpc_agent/schemas/campaign_health.input.json
src/hpc_agent/schemas/campaign_health.output.json
src/hpc_agent/schemas/campaign_manifest.json
src/hpc_agent/schemas/campaign_refill.input.json
src/hpc_agent/schemas/campaign_refill.output.json
src/hpc_agent/schemas/campaign_run.input.json
src/hpc_agent/schemas/campaign_run.output.json
src/hpc_agent/schemas/campaign_watch.input.json
src/hpc_agent/schemas/capabilities.output.json
src/hpc_agent/schemas/challenge_status.input.json
src/hpc_agent/schemas/challenge_status.output.json
src/hpc_agent/schemas/check_task_generator_mismatch.input.json
src/hpc_agent/schemas/check_task_generator_mismatch.output.json
src/hpc_agent/schemas/cite_check.input.json
src/hpc_agent/schemas/cite_check.output.json
src/hpc_agent/schemas/classify_axis.input.json
src/hpc_agent/schemas/classify_axis_auto.input.json
src/hpc_agent/schemas/classify_axis_auto.output.json
src/hpc_agent/schemas/classify_axis_preflight.input.json
src/hpc_agent/schemas/classify_axis_preflight.output.json
src/hpc_agent/schemas/cluster_reduce.output.json
src/hpc_agent/schemas/clusters_describe.output.json
src/hpc_agent/schemas/clusters_list.output.json
src/hpc_agent/schemas/combine_wave.output.json
src/hpc_agent/schemas/conformance_record.input.json
src/hpc_agent/schemas/conformance_record.output.json
src/hpc_agent/schemas/conformance_status.input.json
src/hpc_agent/schemas/conformance_status.output.json
src/hpc_agent/schemas/data_manifest.input.json
src/hpc_agent/schemas/data_manifest.output.json
src/hpc_agent/schemas/decide_monitor_arm.input.json
src/hpc_agent/schemas/decide_monitor_arm.output.json
src/hpc_agent/schemas/detect_entry_point.input.json
src/hpc_agent/schemas/detect_entry_point.output.json
src/hpc_agent/schemas/diagnosis_request.input.json
src/hpc_agent/schemas/diagnosis_request.output.json
src/hpc_agent/schemas/dir_digest.input.json
src/hpc_agent/schemas/dir_digest.output.json
src/hpc_agent/schemas/discover.output.json
src/hpc_agent/schemas/doctor.input.json
src/hpc_agent/schemas/doctor.output.json
src/hpc_agent/schemas/doctor_install.input.json
src/hpc_agent/schemas/doctor_install.output.json
src/hpc_agent/schemas/dry_run_local.input.json
src/hpc_agent/schemas/dry_run_local.output.json
src/hpc_agent/schemas/envelope.json
src/hpc_agent/schemas/escalation.json
src/hpc_agent/schemas/evidence_brief.input.json
src/hpc_agent/schemas/evidence_brief.output.json
src/hpc_agent/schemas/evidence_demand.input.json
src/hpc_agent/schemas/evidence_period.input.json
src/hpc_agent/schemas/evidence_period.output.json
src/hpc_agent/schemas/export_attestations.input.json
src/hpc_agent/schemas/export_attestations.output.json
src/hpc_agent/schemas/export_bundle.input.json
src/hpc_agent/schemas/export_bundle.output.json
src/hpc_agent/schemas/export_dossier.input.json
src/hpc_agent/schemas/export_dossier.output.json
src/hpc_agent/schemas/export_package.input.json
src/hpc_agent/schemas/extract_recipe.input.json
src/hpc_agent/schemas/extract_recipe.output.json
src/hpc_agent/schemas/failure_features.json
src/hpc_agent/schemas/failures.output.json
src/hpc_agent/schemas/find_prior_run.output.json
src/hpc_agent/schemas/harness_capabilities.input.json
src/hpc_agent/schemas/harness_capabilities.output.json
src/hpc_agent/schemas/host_retarget.input.json
src/hpc_agent/schemas/host_retarget.output.json
src/hpc_agent/schemas/inspect_cluster.output.json
src/hpc_agent/schemas/inspect_deployment.input.json
src/hpc_agent/schemas/inspect_deployment.output.json
src/hpc_agent/schemas/inspect_parallel_axes.input.json
src/hpc_agent/schemas/inspect_parallel_axes.output.json
src/hpc_agent/schemas/interview.input.json
src/hpc_agent/schemas/interview.output.json
src/hpc_agent/schemas/kill.input.json
src/hpc_agent/schemas/kill.output.json
src/hpc_agent/schemas/list_in_flight.output.json
src/hpc_agent/schemas/load_context.output.json
src/hpc_agent/schemas/migrate_remainder.input.json
src/hpc_agent/schemas/migrate_remainder.output.json
src/hpc_agent/schemas/monitor_flow.input.json
src/hpc_agent/schemas/monitor_flow.output.json
src/hpc_agent/schemas/monitor_summary.output.json
src/hpc_agent/schemas/net_triage.input.json
src/hpc_agent/schemas/net_triage.output.json
src/hpc_agent/schemas/notebook_audit_view.input.json
src/hpc_agent/schemas/notebook_audit_view.output.json
src/hpc_agent/schemas/notebook_auto_clear.input.json
src/hpc_agent/schemas/notebook_auto_clear.output.json
src/hpc_agent/schemas/notebook_draft.input.json
src/hpc_agent/schemas/notebook_draft.output.json
src/hpc_agent/schemas/notebook_draft_context.input.json
src/hpc_agent/schemas/notebook_draft_context.output.json
src/hpc_agent/schemas/notebook_dry_run.input.json
src/hpc_agent/schemas/notebook_dry_run.output.json
src/hpc_agent/schemas/notebook_lint.input.json
src/hpc_agent/schemas/notebook_lint.output.json
src/hpc_agent/schemas/notebook_record.input.json
src/hpc_agent/schemas/notebook_record.output.json
src/hpc_agent/schemas/notebook_scaffold_template.input.json
src/hpc_agent/schemas/notebook_scaffold_template.output.json
src/hpc_agent/schemas/notebook_status.input.json
src/hpc_agent/schemas/notebook_status.output.json
src/hpc_agent/schemas/pack_bind.input.json
src/hpc_agent/schemas/pack_bind.output.json
src/hpc_agent/schemas/pack_record_receipt.input.json
src/hpc_agent/schemas/pack_record_receipt.output.json
src/hpc_agent/schemas/pack_refresh.input.json
src/hpc_agent/schemas/pack_refresh.output.json
src/hpc_agent/schemas/pack_status.input.json
src/hpc_agent/schemas/pack_status.output.json
src/hpc_agent/schemas/plugin_manifest.json
src/hpc_agent/schemas/poll_detached.input.json
src/hpc_agent/schemas/poll_detached.output.json
src/hpc_agent/schemas/preflight.output.json
src/hpc_agent/schemas/prepare_followup_specs.input.json
src/hpc_agent/schemas/prepare_followup_specs.output.json
src/hpc_agent/schemas/prepare_phase2_spec.output.json
src/hpc_agent/schemas/program_init.input.json
src/hpc_agent/schemas/program_init.output.json
src/hpc_agent/schemas/program_verify.input.json
src/hpc_agent/schemas/program_verify.output.json
src/hpc_agent/schemas/provenance_manifest.input.json
src/hpc_agent/schemas/queue_advance.input.json
src/hpc_agent/schemas/queue_advance.output.json
src/hpc_agent/schemas/queue_dispatch.input.json
src/hpc_agent/schemas/queue_dispatch.output.json
src/hpc_agent/schemas/queue_run.input.json
src/hpc_agent/schemas/queue_run.output.json
src/hpc_agent/schemas/queue_status.input.json
src/hpc_agent/schemas/queue_status.output.json
src/hpc_agent/schemas/read_decisions.input.json
src/hpc_agent/schemas/read_decisions.output.json
src/hpc_agent/schemas/recall.input.json
src/hpc_agent/schemas/recall.output.json
src/hpc_agent/schemas/recommend_partition.input.json
src/hpc_agent/schemas/recommend_partition.output.json
src/hpc_agent/schemas/reconcile.output.json
src/hpc_agent/schemas/reproduce_run.input.json
src/hpc_agent/schemas/reproduce_run.output.json
src/hpc_agent/schemas/resolve_resources.input.json
src/hpc_agent/schemas/resolve_resources.output.json
src/hpc_agent/schemas/resolve_submit_inputs.input.json
src/hpc_agent/schemas/resolve_submit_inputs.output.json
src/hpc_agent/schemas/resubmit.input.json
src/hpc_agent/schemas/retarget_run.input.json
src/hpc_agent/schemas/retarget_run.output.json
src/hpc_agent/schemas/revise_resolved.input.json
src/hpc_agent/schemas/revise_resolved.output.json
src/hpc_agent/schemas/run_story.input.json
src/hpc_agent/schemas/run_story.output.json
src/hpc_agent/schemas/scaffold_spec.output.json
src/hpc_agent/schemas/scope_lock.input.json
src/hpc_agent/schemas/scope_lock.output.json
src/hpc_agent/schemas/scope_status.input.json
src/hpc_agent/schemas/scope_status.output.json
src/hpc_agent/schemas/settle_aggregate.input.json
src/hpc_agent/schemas/settle_aggregate.output.json
src/hpc_agent/schemas/settle_run.input.json
src/hpc_agent/schemas/settle_run.output.json
src/hpc_agent/schemas/smoke_test_executor.input.json
src/hpc_agent/schemas/smoke_test_executor.output.json
src/hpc_agent/schemas/stages.input.json
src/hpc_agent/schemas/status.output.json
src/hpc_agent/schemas/status_block.output.json
src/hpc_agent/schemas/status_pipeline.input.json
src/hpc_agent/schemas/status_pipeline.output.json
src/hpc_agent/schemas/status_preflight.input.json
src/hpc_agent/schemas/status_preflight.output.json
src/hpc_agent/schemas/status_snapshot.input.json
src/hpc_agent/schemas/status_watch.input.json
src/hpc_agent/schemas/stray_sweep.input.json
src/hpc_agent/schemas/stray_sweep.output.json
src/hpc_agent/schemas/submit.input.json
src/hpc_agent/schemas/submit.output.json
src/hpc_agent/schemas/submit_and_verify.input.json
src/hpc_agent/schemas/submit_and_verify.output.json
src/hpc_agent/schemas/submit_block.output.json
src/hpc_agent/schemas/submit_flow.input.json
src/hpc_agent/schemas/submit_flow.output.json
src/hpc_agent/schemas/submit_flow_batch.input.json
src/hpc_agent/schemas/submit_flow_batch.output.json
src/hpc_agent/schemas/submit_pipeline.input.json
src/hpc_agent/schemas/submit_pipeline.output.json
src/hpc_agent/schemas/submit_preflight.input.json
src/hpc_agent/schemas/submit_preflight.output.json
src/hpc_agent/schemas/submit_s1.input.json
src/hpc_agent/schemas/submit_s2.input.json
src/hpc_agent/schemas/submit_s3.input.json
src/hpc_agent/schemas/submit_s4.input.json
src/hpc_agent/schemas/submit_speculate.input.json
src/hpc_agent/schemas/submit_speculate.output.json
src/hpc_agent/schemas/suggest_setup_action.output.json
src/hpc_agent/schemas/summarize_submit_plan.output.json
src/hpc_agent/schemas/tag_session.input.json
src/hpc_agent/schemas/tag_session.output.json
src/hpc_agent/schemas/trace.input.json
src/hpc_agent/schemas/trace.output.json
src/hpc_agent/schemas/update_run_constraints.input.json
src/hpc_agent/schemas/update_run_constraints.output.json
src/hpc_agent/schemas/validate_campaign.input.json
src/hpc_agent/schemas/validate_campaign.output.json
src/hpc_agent/schemas/validate_executor_signatures.input.json
src/hpc_agent/schemas/validate_executor_signatures.output.json
src/hpc_agent/schemas/validate_input_dataset.input.json
src/hpc_agent/schemas/validate_input_dataset.output.json
src/hpc_agent/schemas/validate_parents_ready.input.json
src/hpc_agent/schemas/validate_parents_ready.output.json
src/hpc_agent/schemas/validate_scaffold_staleness.output.json
src/hpc_agent/schemas/validate_stochastic_marker.input.json
src/hpc_agent/schemas/validate_stochastic_marker.output.json
src/hpc_agent/schemas/validate_walltime_against_history.input.json
src/hpc_agent/schemas/validate_walltime_against_history.output.json
src/hpc_agent/schemas/verify_aggregation_complete.output.json
src/hpc_agent/schemas/verify_canary.output.json
src/hpc_agent/schemas/verify_registration.input.json
src/hpc_agent/schemas/verify_registration.output.json
src/hpc_agent/schemas/verify_relay.input.json
src/hpc_agent/schemas/verify_relay.output.json
src/hpc_agent/schemas/verify_reproduction.input.json
src/hpc_agent/schemas/verify_reproduction.output.json
src/hpc_agent/schemas/verify_submitted.output.json
src/hpc_agent/schemas/wait_any_detached.input.json
src/hpc_agent/schemas/wait_any_detached.output.json
src/hpc_agent/schemas/wait_detached.input.json
src/hpc_agent/schemas/wait_detached.output.json
src/hpc_agent/schemas/walk_submit_ambiguities.input.json
src/hpc_agent/schemas/walk_submit_ambiguities.output.json
src/hpc_agent/schemas/watcher_install.input.json
src/hpc_agent/schemas/watcher_install.output.json
src/hpc_agent/schemas/worker.output.json
src/hpc_agent/schemas/worker.strict.output.json
src/hpc_agent/schemas/worker_log_digest.input.json
src/hpc_agent/schemas/worker_log_digest.output.json
src/hpc_agent/schemas/write_run_sidecar.input.json
src/hpc_agent/schemas/skill_returns/hpc-aggregate.json
src/hpc_agent/schemas/skill_returns/hpc-build-executor.json
src/hpc_agent/schemas/skill_returns/hpc-classify-axis.json
src/hpc_agent/schemas/skill_returns/hpc-status.json
src/hpc_agent/schemas/skill_returns/hpc-wrap-entry-point.json
src/hpc_agent/slash_commands/__init__.py
src/hpc_agent/slash_commands/agents/hpc-recon.md
src/hpc_agent/slash_commands/commands/aggregate-hpc.md
src/hpc_agent/slash_commands/commands/campaign-hpc.md
src/hpc_agent/slash_commands/commands/monitor-hpc.md
src/hpc_agent/slash_commands/commands/new-experiment-hpc.md
src/hpc_agent/slash_commands/commands/submit-hpc.md
src/hpc_agent/slash_commands/skills/hpc-aggregate/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-build-executor/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-campaign/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-claim-check/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-classify-axis/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-notebook-audit/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-notebook-audit/references/interview-handoff.md
src/hpc_agent/slash_commands/skills/hpc-science-queue/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-status/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-submit/SKILL.md
src/hpc_agent/slash_commands/skills/hpc-submit/references/nudge-revision.md
src/hpc_agent/slash_commands/skills/hpc-submit/references/retarget-anomaly.md
src/hpc_agent/slash_commands/skills/hpc-wrap-entry-point/SKILL.md
src/hpc_agent/slash_commands/workflows/README.md
src/hpc_agent/slash_commands/workflows/campaign-recon.js
src/hpc_agent/slash_commands/workflows/campaign-run.js
src/hpc_agent/slash_commands/workflows/queue-drain.js
src/hpc_agent/state/__init__.py
src/hpc_agent/state/_homedir.py
src/hpc_agent/state/attestation.py
src/hpc_agent/state/audit_source.py
src/hpc_agent/state/axes.py
src/hpc_agent/state/block_terminal.py
src/hpc_agent/state/canary_cache.py
src/hpc_agent/state/capabilities_cache.py
src/hpc_agent/state/challenges.py
src/hpc_agent/state/code_drift.py
src/hpc_agent/state/conformance.py
src/hpc_agent/state/conformance_store.py
src/hpc_agent/state/data_manifest.py
src/hpc_agent/state/data_trace.py
src/hpc_agent/state/data_trace_classifier.py
src/hpc_agent/state/decision_briefs.py
src/hpc_agent/state/decision_journal.py
src/hpc_agent/state/describe_cache.py
src/hpc_agent/state/determinism.py
src/hpc_agent/state/devx_tags.py
src/hpc_agent/state/diagnosis.py
src/hpc_agent/state/discover.py
src/hpc_agent/state/discover_cache.py
src/hpc_agent/state/draft_context_cache.py
src/hpc_agent/state/env_lock.py
src/hpc_agent/state/evidence.py
src/hpc_agent/state/evidence_cache.py
src/hpc_agent/state/fingerprint_store.py
src/hpc_agent/state/hw_facts.py
src/hpc_agent/state/index.py
src/hpc_agent/state/interview_doc.py
src/hpc_agent/state/journal.py
src/hpc_agent/state/journal_poll.py
src/hpc_agent/state/notebook_audit.py
src/hpc_agent/state/pack.py
src/hpc_agent/state/pack_declarations.py
src/hpc_agent/state/pack_receipts.py
src/hpc_agent/state/pack_sweep.py
src/hpc_agent/state/placement_drift.py
src/hpc_agent/state/preflight_cache.py
src/hpc_agent/state/queue_intake.py
src/hpc_agent/state/queue_locks.py
src/hpc_agent/state/queue_occupancy.py
src/hpc_agent/state/registration.py
src/hpc_agent/state/run_record.py
src/hpc_agent/state/run_sha.py
src/hpc_agent/state/run_story.py
src/hpc_agent/state/runs.py
src/hpc_agent/state/runtime_prior.py
src/hpc_agent/state/scopes.py
src/hpc_agent/state/snapshot_cache.py
src/hpc_agent/state/stages.py
src/hpc_agent/state/user_profiles.py
src/hpc_agent/state/utterances.py
src/hpc_agent/state/wave_map.py
tests/test_build_info.py
tests/test_errors.py
tests/test_load_tasks_module.py
tests/test_mcp_curated.py
tests/test_mcp_science.py
tests/test_mcp_server.py
tests/test_mcp_server_envelope_parity.py
tests/test_runner.py
tests/test_ssh_fakes_example.py