LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/advisor-arm-design.md
docs/advisory-brainstorming-assessment.md
docs/advisory-campaign.md
docs/advisory-evidence-workflows.md
docs/advisory-experiments.md
docs/advisory-onboarding.md
docs/advisory-product-roadmap-v2.md
docs/advisory-skill.md
docs/advisory-vendor-profiles.md
docs/argv-task-delivery-design.md
docs/argv-task-delivery-plan.md
docs/completion-audit-v2.md
docs/cost-recommendation.md
docs/delegation-qualification-oracles.md
docs/delegation-roadmap.md
docs/integrations.md
docs/measuring-p-at-work.md
docs/native-schema-3.md
docs/paired-token-study.md
docs/phase4-evaluation-audit.md
docs/phase4-go-no-go-template.md
docs/policy4-fresh-blind-evaluation.md
docs/protocol-v2-migration.md
docs/protocol-v2-security.md
docs/protocol-v2-specification.md
docs/routing-roadmap.md
docs/security-performance-followup.md
docs/speculative-cheap-route-design.md
docs/verified-object-execution.md
src/weightclass/__init__.py
src/weightclass/__main__.py
src/weightclass/adapter_registry.py
src/weightclass/agent_discovery.py
src/weightclass/canonical_v2.py
src/weightclass/classification.py
src/weightclass/classification_cli.py
src/weightclass/cli.py
src/weightclass/cost_recommendation.py
src/weightclass/delegation_compile.py
src/weightclass/delegation_conformance.py
src/weightclass/delegation_protocol.py
src/weightclass/delegation_qualification.py
src/weightclass/delegation_qualifications.json
src/weightclass/delegation_runtime.py
src/weightclass/delegation_schema.py
src/weightclass/delegation_types.py
src/weightclass/delegation_v2_compile.py
src/weightclass/delegation_v2_graph.py
src/weightclass/delegation_v2_permissions.py
src/weightclass/delegation_v2_protocol.py
src/weightclass/delegation_v2_runtime.py
src/weightclass/delegation_v2_schema.py
src/weightclass/delegation_v2_types.py
src/weightclass/delegation_v2_versions.py
src/weightclass/entrypoint.py
src/weightclass/executable_observation.py
src/weightclass/foreground_process.py
src/weightclass/json_input.py
src/weightclass/native_v2_compile.py
src/weightclass/native_v2_runtime.py
src/weightclass/native_v2_schema.py
src/weightclass/native_v2_types.py
src/weightclass/native_v3_compile.py
src/weightclass/native_v3_runtime.py
src/weightclass/native_v3_schema.py
src/weightclass/native_v3_selector.py
src/weightclass/process_context.py
src/weightclass/py.typed
src/weightclass/router.py
src/weightclass/task_v2.py
src/weightclass/triage.py
src/weightclass/usage_aggregation.py
src/weightclass/v2.py
src/weightclass/v2_validation.py
src/weightclass.egg-info/PKG-INFO
src/weightclass.egg-info/SOURCES.txt
src/weightclass.egg-info/dependency_links.txt
src/weightclass.egg-info/entry_points.txt
src/weightclass.egg-info/top_level.txt
src/weightclass/advisory/__init__.py
src/weightclass/advisory/__main__.py
src/weightclass/advisory/advisory_campaign.py
src/weightclass/advisory/advisory_consult.py
src/weightclass/advisory/advisory_diagnostics.py
src/weightclass/advisory/advisory_evidence_contract.py
src/weightclass/advisory/advisory_experiments.py
src/weightclass/advisory/advisory_orchestration.py
src/weightclass/advisory/advisory_parallel.py
src/weightclass/advisory/advisory_portfolio.py
src/weightclass/advisory/advisory_preflight.py
src/weightclass/advisory/advisory_routes.py
src/weightclass/advisory/install_advisory_skill.py
src/weightclass/advisory/managed_advisory.py
src/weightclass/advisory/managed_verify.py
src/weightclass/advisory/readonly_snapshot.py
src/weightclass/advisory/speculative_report.py
src/weightclass/advisory/speculative_run.py
src/weightclass/advisory/wclass_advisory.py
src/weightclass/advisory/skill/SKILL.md
src/weightclass/advisory/skill/manifest.json
src/weightclass/advisory/skill/agents/openai.yaml
src/weightclass/advisory/skill/references/modes.md
src/weightclass/examples/agy_cost_focused_policy.json
src/weightclass/examples/claude_cost_focused_policy.json
src/weightclass/examples/codex_cost_focused_policy.json
src/weightclass/examples/grok_cost_focused_policy.json
tests/compare_release_candidates.py
tests/release-normalization-exclusions-v1.json
tests/runtime_guard.py
tests/synthetic_descendant_containment.py
tests/synthetic_probe_child.py
tests/synthetic_probe_protocol.py
tests/synthetic_probe_runner.py
tests/test_advisory_campaign.py
tests/test_advisory_campaign_diagnostics.py
tests/test_advisory_campaign_lanes.py
tests/test_advisory_consult.py
tests/test_advisory_design_verifier.py
tests/test_advisory_distribution.py
tests/test_advisory_evidence_modes.py
tests/test_advisory_experiments.py
tests/test_advisory_failure_receipt_runtime.py
tests/test_advisory_failure_receipts.py
tests/test_advisory_flexible_vendors.py
tests/test_advisory_hardening.py
tests/test_advisory_hardening_acceptance.py
tests/test_advisory_lane_hardening.py
tests/test_advisory_managed.py
tests/test_advisory_parallel.py
tests/test_advisory_portfolio.py
tests/test_advisory_preflight.py
tests/test_advisory_provider_roles.py
tests/test_advisory_readonly_snapshot.py
tests/test_advisory_review_verifier.py
tests/test_advisory_routes.py
tests/test_advisory_skill_installer.py
tests/test_agent_discovery.py
tests/test_canonical_v2.py
tests/test_ci_workflow_structure.py
tests/test_classification.py
tests/test_cli_startup.py
tests/test_completion_audit_v2.py
tests/test_cost_recommendation.py
tests/test_delegation.py
tests/test_delegation_claim_map_v3.py
tests/test_delegation_conformance.py
tests/test_delegation_qualification.py
tests/test_delegation_runtime.py
tests/test_delegation_v2_cli.py
tests/test_delegation_v2_compile.py
tests/test_delegation_v2_grants.py
tests/test_delegation_v2_graph.py
tests/test_delegation_v2_permissions.py
tests/test_delegation_v2_projection.py
tests/test_delegation_v2_protocol.py
tests/test_delegation_v2_runtime.py
tests/test_delegation_v2_schema.py
tests/test_delegation_v2_versions.py
tests/test_distribution_isolation.py
tests/test_eval_cost_benchmark.py
tests/test_eval_cost_policy.py
tests/test_eval_provider_usage_benchmark.py
tests/test_eval_score.py
tests/test_eval_token_benchmark.py
tests/test_executable_observation.py
tests/test_foreground_process.py
tests/test_guarded_runtime_suite.py
tests/test_json_input.py
tests/test_legacy_contract.py
tests/test_legacy_distribution_contract.py
tests/test_native_v2_cli.py
tests/test_native_v2_compile.py
tests/test_native_v2_runtime.py
tests/test_native_v2_schema.py
tests/test_native_v3_cli.py
tests/test_native_v3_compile.py
tests/test_native_v3_delegation_cli.py
tests/test_native_v3_runtime.py
tests/test_native_v3_schema.py
tests/test_native_v3_selector.py
tests/test_orchestration_traceability.py
tests/test_process_context.py
tests/test_productization_followups.py
tests/test_productization_ordinary.py
tests/test_protocol_v2_specification.py
tests/test_release_candidate.py
tests/test_release_source.py
tests/test_release_workflow_structure.py
tests/test_router.py
tests/test_runtime_guard_activation.py
tests/test_speculative_advisor_workspace.py
tests/test_speculative_log_safety.py
tests/test_speculative_redaction.py
tests/test_speculative_task_input.py
tests/test_suite_structure.py
tests/test_synthetic_probe_protocol.py
tests/test_task_v2.py
tests/test_triage.py
tests/test_usage_aggregate_bounds.py
tests/test_usage_aggregation.py
tests/test_v2.py
tests/test_v2_validation.py
tests/test_vacuity_tool.py
tests/test_verified_exec_compatibility.py
tests/verify_distribution_isolation.py
tests/verify_release_candidate.py
tests/verify_release_source.py
tests/eval/README.md
tests/eval/claude_cost_baseline_policy.json
tests/eval/corpus.json
tests/eval/cost_benchmark.py
tests/eval/provider_usage_benchmark.py
tests/eval/score.py
tests/eval/token_benchmark.py
tests/fixtures/delegation_claim_map_v3.json
tests/fixtures/fake_api_runtime.py
tests/fixtures/fake_conformance_driver.py
tests/fixtures/fake_delegation_runtime.py
tests/fixtures/fake_delegation_v2_runtime.py
tests/fixtures/fake_native_runtime.py
tests/fixtures/fake_triage_vendor.py
tests/fixtures/fixed_conformance_sentinel.py
tests/fixtures/orchestration_traceability.json
tests/fixtures/delegation_v2_schema/boundaries.json
tests/fixtures/delegation_v2_schema/contract.json
tests/fixtures/delegation_v2_schema/g06_graph_cases.json
tests/fixtures/delegation_v2_schema/g07_golden_descriptor.json
tests/fixtures/native_v2_schema/boundaries.json
tests/fixtures/native_v2_schema/contract.json
tests/fixtures/native_v2_schema/golden_cross_vendor.json