{
  "schema_version": "1.0",
  "project": "AtomLane",
  "version": "0.10.1",
  "generated_at": "2026-08-27T02:43:09+00:00",
  "overall": "passed",
  "summary": {
    "total": 44,
    "passed": 44,
    "failed": 0,
    "pass_rate": 100.0,
    "checks_passed": 6,
    "checks_total": 6,
    "elapsed_ms": 5990.19
  },
  "source": {
    "commit": "4b78d0a21213c07a565c9687041ccc86e1e78b1c",
    "commit_short": "4b78d0a212",
    "branch": "main",
    "repository": "cloudguo123/atomlane"
  },
  "environment": {
    "os": "Darwin 23.6.0",
    "architecture": "arm64",
    "python": "3.13.14",
    "node": "v22.23.1",
    "runner": "GitHub Actions 1000000097"
  },
  "provenance": {
    "bundle_sha256": "df38f1d9300169684c55c0cd985470953bd95dfc6e9cfd616d08ae52d66c909d",
    "bundle_bytes": 376099
  },
  "checks": [
    {
      "name": "Python bytecode compilation",
      "status": "passed",
      "duration_ms": 81.57,
      "returncode": 0
    },
    {
      "name": "Regression suite",
      "status": "passed",
      "duration_ms": 1086.74,
      "returncode": 0
    },
    {
      "name": "End-to-end MCP self-test",
      "status": "passed",
      "duration_ms": 4448.73,
      "returncode": 0
    },
    {
      "name": "Ruff static analysis",
      "status": "passed",
      "duration_ms": 27.44,
      "returncode": 0
    },
    {
      "name": "Manifest & catalog integrity",
      "status": "passed",
      "duration_ms": 2.43,
      "returncode": 0
    },
    {
      "name": "Reproducible UI bundle",
      "status": "passed",
      "duration_ms": 343.28,
      "returncode": 0
    }
  ],
  "domains": [
    {
      "label": "Atomic compiler & scheduler",
      "description": "Atom lowering, conflict safety, resource admission, hashes, and snapshots",
      "accent": "#65e6b4",
      "module": "test_atom_engine",
      "total": 12,
      "passed": 12,
      "duration_ms": 13.33
    },
    {
      "label": "Static workload frontends",
      "description": "Shell, package scripts, Make, Compose, and inferred dataflow",
      "accent": "#80b7ff",
      "module": "test_atom_frontends",
      "total": 9,
      "passed": 9,
      "duration_ms": 198.23
    },
    {
      "label": "MCP runtime & live execution",
      "description": "Failure propagation, output bounds, timeout semantics, and live progress",
      "accent": "#d7a6ff",
      "module": "test_mcp_runtime",
      "total": 8,
      "passed": 8,
      "duration_ms": 819.21
    },
    {
      "label": "Growth assets & evidence sharing",
      "description": "Exact benchmark metrics, share cards, and honest comparison labels",
      "accent": "#f4cf78",
      "module": "test_growth_assets",
      "total": 3,
      "passed": 3,
      "duration_ms": 0.8
    },
    {
      "label": "Privacy-safe growth metrics",
      "description": "Aggregate repository signals and resilient snapshot storage",
      "accent": "#ff9fc6",
      "module": "test_collect_github_metrics",
      "total": 4,
      "passed": 4,
      "duration_ms": 0.85
    },
    {
      "label": "Long-horizon benchmark evidence",
      "description": "Observed task runtimes, duration gates, and cumulative savings history",
      "accent": "#9ae7ff",
      "module": "test_long_benchmark",
      "total": 2,
      "passed": 2,
      "duration_ms": 0.08
    }
  ],
  "tests": [
    {
      "id": "test_atom_engine.AtomEngineTests.test_capacity_claims_are_never_overcommitted",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_capacity_claims_are_never_overcommitted",
      "title": "capacity claims are never overcommitted",
      "status": "passed",
      "duration_ms": 2.12
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_event_scheduler_releases_successor_without_wave_barrier",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_event_scheduler_releases_successor_without_wave_barrier",
      "title": "event scheduler releases successor without wave barrier",
      "status": "passed",
      "duration_ms": 0.85
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_explicit_data_order_makes_overwrite_read_safe",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_explicit_data_order_makes_overwrite_read_safe",
      "title": "explicit data order makes overwrite read safe",
      "status": "passed",
      "duration_ms": 0.8
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_fusion_split_and_native_delegate_suggestions_are_explicit",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_fusion_split_and_native_delegate_suggestions_are_explicit",
      "title": "fusion split and native delegate suggestions are explicit",
      "status": "passed",
      "duration_ms": 0.67
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_lower_exact_data_edges_combines_same_direction_resources",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_lower_exact_data_edges_combines_same_direction_resources",
      "title": "lower exact data edges combines same direction resources",
      "status": "passed",
      "duration_ms": 0.62
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_lower_exact_data_edges_handles_bidirectional_flow",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_lower_exact_data_edges_handles_bidirectional_flow",
      "title": "lower exact data edges handles bidirectional flow",
      "status": "passed",
      "duration_ms": 0.59
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_macos_casefold_and_hardlink_aliases_fail_closed",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_macos_casefold_and_hardlink_aliases_fail_closed",
      "title": "macos casefold and hardlink aliases fail closed",
      "status": "passed",
      "duration_ms": 1.91
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_nested_parallelism_is_budgeted_or_outer_serialized",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_nested_parallelism_is_budgeted_or_outer_serialized",
      "title": "nested parallelism is budgeted or outer serialized",
      "status": "passed",
      "duration_ms": 0.95
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_plan_hash_and_schedule_ignore_input_permutation",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_plan_hash_and_schedule_ignore_input_permutation",
      "title": "plan hash and schedule ignore input permutation",
      "status": "passed",
      "duration_ms": 2.3
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_source_snapshot_detects_toctou_write",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_source_snapshot_detects_toctou_write",
      "title": "source snapshot detects toctou write",
      "status": "passed",
      "duration_ms": 0.91
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_unknown_effect_is_a_hard_execution_blocker",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_unknown_effect_is_a_hard_execution_blocker",
      "title": "unknown effect is a hard execution blocker",
      "status": "passed",
      "duration_ms": 0.66
    },
    {
      "id": "test_atom_engine.AtomEngineTests.test_unordered_write_conflict_is_serialized_and_ineligible",
      "module": "test_atom_engine",
      "domain": "Atomic compiler & scheduler",
      "class": "AtomEngineTests",
      "name": "test_unordered_write_conflict_is_serialized_and_ineligible",
      "title": "unordered write conflict is serialized and ineligible",
      "status": "passed",
      "duration_ms": 0.95
    },
    {
      "id": "test_atom_frontends.ComposeFrontendTests.test_mapping_syntax_profiles_completion_and_leases",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "ComposeFrontendTests",
      "name": "test_mapping_syntax_profiles_completion_and_leases",
      "title": "mapping syntax profiles completion and leases",
      "status": "passed",
      "duration_ms": 142.7
    },
    {
      "id": "test_atom_frontends.ComposeFrontendTests.test_missing_healthcheck_and_profile_dependency_fail_closed",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "ComposeFrontendTests",
      "name": "test_missing_healthcheck_and_profile_dependency_fail_closed",
      "title": "missing healthcheck and profile dependency fail closed",
      "status": "passed",
      "duration_ms": 47.81
    },
    {
      "id": "test_atom_frontends.MakeFrontendTests.test_python_argparse_dataflow_repairs_sibling_prerequisites",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "MakeFrontendTests",
      "name": "test_python_argparse_dataflow_repairs_sibling_prerequisites",
      "title": "python argparse dataflow repairs sibling prerequisites",
      "status": "passed",
      "duration_ms": 2.77
    },
    {
      "id": "test_atom_frontends.MakeFrontendTests.test_static_discovery_never_executes_shell_and_recipe_is_atomic",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "MakeFrontendTests",
      "name": "test_static_discovery_never_executes_shell_and_recipe_is_atomic",
      "title": "static discovery never executes shell and recipe is atomic",
      "status": "passed",
      "duration_ms": 1.24
    },
    {
      "id": "test_atom_frontends.PackageFrontendTests.test_npm_test_lifecycle_and_recursive_expansion",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "PackageFrontendTests",
      "name": "test_npm_test_lifecycle_and_recursive_expansion",
      "title": "npm test lifecycle and recursive expansion",
      "status": "passed",
      "duration_ms": 2.1
    },
    {
      "id": "test_atom_frontends.PackageFrontendTests.test_recursive_cycle_collapses_fail_closed",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "PackageFrontendTests",
      "name": "test_recursive_cycle_collapses_fail_closed",
      "title": "recursive cycle collapses fail closed",
      "status": "passed",
      "duration_ms": 0.64
    },
    {
      "id": "test_atom_frontends.ShellFrontendTests.test_exact_success_and_order_edges",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "ShellFrontendTests",
      "name": "test_exact_success_and_order_edges",
      "title": "exact success and order edges",
      "status": "passed",
      "duration_ms": 0.45
    },
    {
      "id": "test_atom_frontends.ShellFrontendTests.test_literal_inner_worker_count_is_bounded",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "ShellFrontendTests",
      "name": "test_literal_inner_worker_count_is_bounded",
      "title": "literal inner worker count is bounded",
      "status": "passed",
      "duration_ms": 0.21
    },
    {
      "id": "test_atom_frontends.ShellFrontendTests.test_unsupported_shell_regions_are_one_opaque_island",
      "module": "test_atom_frontends",
      "domain": "Static workload frontends",
      "class": "ShellFrontendTests",
      "name": "test_unsupported_shell_regions_are_one_opaque_island",
      "title": "unsupported shell regions are one opaque island",
      "status": "passed",
      "duration_ms": 0.31
    },
    {
      "id": "test_collect_github_metrics.GithubMetricsTests.test_collect_keeps_only_aggregate_signals",
      "module": "test_collect_github_metrics",
      "domain": "Privacy-safe growth metrics",
      "class": "GithubMetricsTests",
      "name": "test_collect_keeps_only_aggregate_signals",
      "title": "collect keeps only aggregate signals",
      "status": "passed",
      "duration_ms": 0.47
    },
    {
      "id": "test_collect_github_metrics.GithubMetricsTests.test_labeled_issue_count_fails_closed_on_unexpected_shape",
      "module": "test_collect_github_metrics",
      "domain": "Privacy-safe growth metrics",
      "class": "GithubMetricsTests",
      "name": "test_labeled_issue_count_fails_closed_on_unexpected_shape",
      "title": "labeled issue count fails closed on unexpected shape",
      "status": "passed",
      "duration_ms": 0.15
    },
    {
      "id": "test_collect_github_metrics.GithubMetricsTests.test_missing_file_starts_empty_history",
      "module": "test_collect_github_metrics",
      "domain": "Privacy-safe growth metrics",
      "class": "GithubMetricsTests",
      "name": "test_missing_file_starts_empty_history",
      "title": "missing file starts empty history",
      "status": "passed",
      "duration_ms": 0.21
    },
    {
      "id": "test_collect_github_metrics.GithubMetricsTests.test_previous_authenticated_traffic_can_be_identified",
      "module": "test_collect_github_metrics",
      "domain": "Privacy-safe growth metrics",
      "class": "GithubMetricsTests",
      "name": "test_previous_authenticated_traffic_can_be_identified",
      "title": "previous authenticated traffic can be identified",
      "status": "passed",
      "duration_ms": 0.02
    },
    {
      "id": "test_growth_assets.GrowthAssetTests.test_listing_logo_is_square_and_product_specific",
      "module": "test_growth_assets",
      "domain": "Growth assets & evidence sharing",
      "class": "GrowthAssetTests",
      "name": "test_listing_logo_is_square_and_product_specific",
      "title": "listing logo is square and product specific",
      "status": "passed",
      "duration_ms": 0.02
    },
    {
      "id": "test_growth_assets.GrowthAssetTests.test_share_outputs_are_machine_readable_and_honestly_labeled",
      "module": "test_growth_assets",
      "domain": "Growth assets & evidence sharing",
      "class": "GrowthAssetTests",
      "name": "test_share_outputs_are_machine_readable_and_honestly_labeled",
      "title": "share outputs are machine readable and honestly labeled",
      "status": "passed",
      "duration_ms": 0.75
    },
    {
      "id": "test_growth_assets.GrowthAssetTests.test_social_preview_has_exact_dimensions_and_metrics",
      "module": "test_growth_assets",
      "domain": "Growth assets & evidence sharing",
      "class": "GrowthAssetTests",
      "name": "test_social_preview_has_exact_dimensions_and_metrics",
      "title": "social preview has exact dimensions and metrics",
      "status": "passed",
      "duration_ms": 0.03
    },
    {
      "id": "test_long_benchmark.LongBenchmarkTests.test_history_accumulates_savings_without_duplicate_run",
      "module": "test_long_benchmark",
      "domain": "Long-horizon benchmark evidence",
      "class": "LongBenchmarkTests",
      "name": "test_history_accumulates_savings_without_duplicate_run",
      "title": "history accumulates savings without duplicate run",
      "status": "passed",
      "duration_ms": 0.03
    },
    {
      "id": "test_long_benchmark.LongBenchmarkTests.test_summary_uses_observed_task_runtimes",
      "module": "test_long_benchmark",
      "domain": "Long-horizon benchmark evidence",
      "class": "LongBenchmarkTests",
      "name": "test_summary_uses_observed_task_runtimes",
      "title": "summary uses observed task runtimes",
      "status": "passed",
      "duration_ms": 0.05
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_atomic_executor_rejects_lifecycle_edges_it_cannot_honor",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_atomic_executor_rejects_lifecycle_edges_it_cannot_honor",
      "title": "atomic executor rejects lifecycle edges it cannot honor",
      "status": "passed",
      "duration_ms": 473.21
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_atomic_plan_hash_covers_scheduler_and_resource_envelope",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_atomic_plan_hash_covers_scheduler_and_resource_envelope",
      "title": "atomic plan hash covers scheduler and resource envelope",
      "status": "passed",
      "duration_ms": 60.78
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_atomic_plan_hash_survives_javascript_numeric_roundtrip",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_atomic_plan_hash_survives_javascript_numeric_roundtrip",
      "title": "atomic plan hash survives javascript numeric roundtrip",
      "status": "passed",
      "duration_ms": 67.36
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_live_console_emits_periodic_unchanged_state",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_live_console_emits_periodic_unchanged_state",
      "title": "live console emits periodic unchanged state",
      "status": "passed",
      "duration_ms": 0.22
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_output_is_bounded_during_read",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_output_is_bounded_during_read",
      "title": "output is bounded during read",
      "status": "passed",
      "duration_ms": 22.35
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_reverse_order_failure_propagates_to_fixed_point",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_reverse_order_failure_propagates_to_fixed_point",
      "title": "reverse order failure propagates to fixed point",
      "status": "passed",
      "duration_ms": 84.5
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_side_effect_timeout_has_unknown_outcome",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_side_effect_timeout_has_unknown_outcome",
      "title": "side effect timeout has unknown outcome",
      "status": "passed",
      "duration_ms": 56.8
    },
    {
      "id": "test_mcp_runtime.RuntimeTests.test_timeout_covers_blocked_stdin_delivery",
      "module": "test_mcp_runtime",
      "domain": "MCP runtime & live execution",
      "class": "RuntimeTests",
      "name": "test_timeout_covers_blocked_stdin_delivery",
      "title": "timeout covers blocked stdin delivery",
      "status": "passed",
      "duration_ms": 53.99
    },
    {
      "id": "test_portable_plugin.PortableAgentPluginTests.test_manifest_uses_closed_agent_plugins_v1_shape",
      "module": "test_portable_plugin",
      "domain": "test_portable_plugin",
      "class": "PortableAgentPluginTests",
      "name": "test_manifest_uses_closed_agent_plugins_v1_shape",
      "title": "manifest uses closed agent plugins v1 shape",
      "status": "passed",
      "duration_ms": 0.35
    },
    {
      "id": "test_portable_plugin.PortableAgentPluginTests.test_portable_and_codex_manifests_share_identity",
      "module": "test_portable_plugin",
      "domain": "test_portable_plugin",
      "class": "PortableAgentPluginTests",
      "name": "test_portable_and_codex_manifests_share_identity",
      "title": "portable and codex manifests share identity",
      "status": "passed",
      "duration_ms": 0.16
    },
    {
      "id": "test_portable_plugin.PortableAgentPluginTests.test_portable_skill_discovery_is_unambiguous",
      "module": "test_portable_plugin",
      "domain": "test_portable_plugin",
      "class": "PortableAgentPluginTests",
      "name": "test_portable_skill_discovery_is_unambiguous",
      "title": "portable skill discovery is unambiguous",
      "status": "passed",
      "duration_ms": 0.15
    },
    {
      "id": "test_portable_plugin.PortableAgentPluginTests.test_stdio_server_is_plugin_root_relative_and_closed",
      "module": "test_portable_plugin",
      "domain": "test_portable_plugin",
      "class": "PortableAgentPluginTests",
      "name": "test_stdio_server_is_plugin_root_relative_and_closed",
      "title": "stdio server is plugin root relative and closed",
      "status": "passed",
      "duration_ms": 0.08
    },
    {
      "id": "test_report_rendering.ReportRenderingTests.test_public_report_has_share_and_discovery_metadata",
      "module": "test_report_rendering",
      "domain": "test_report_rendering",
      "class": "ReportRenderingTests",
      "name": "test_public_report_has_share_and_discovery_metadata",
      "title": "public report has share and discovery metadata",
      "status": "passed",
      "duration_ms": 0.06
    },
    {
      "id": "test_ui_bundle_security.UiBundleSecurityTests.test_bundle_contains_no_dynamic_code_evaluation",
      "module": "test_ui_bundle_security",
      "domain": "test_ui_bundle_security",
      "class": "UiBundleSecurityTests",
      "name": "test_bundle_contains_no_dynamic_code_evaluation",
      "title": "bundle contains no dynamic code evaluation",
      "status": "passed",
      "duration_ms": 7.39
    }
  ],
  "benchmark": {
    "available": true,
    "schema_version": "1.0",
    "latest": {
      "run_id": "32963131926",
      "generated_at": "2026-08-26T11:29:37+00:00",
      "commit": "59bf9a471fa5ae08f42c8dd0d341864d0098aeda",
      "status": "passed",
      "method": "controlled-duration low-load parallel execution",
      "minimum_task_seconds": 300.0,
      "target_task_seconds": 310.0,
      "minimum_duration_met": true,
      "task_count": 4,
      "tasks": [
        {
          "id": "artifact-hash",
          "scenario": "artifact-hash",
          "label": "Artifact hashing and integrity verification",
          "status": "succeeded",
          "duration_seconds": 310.18256,
          "iterations": 1075,
          "work_units": 563609600
        },
        {
          "id": "planner-json",
          "scenario": "planner-json",
          "label": "Atom-plan serialization and validation",
          "status": "succeeded",
          "duration_seconds": 310.178613,
          "iterations": 1200,
          "work_units": 115200
        },
        {
          "id": "isolated-io",
          "scenario": "isolated-io",
          "label": "Isolated snapshot write/read verification",
          "status": "succeeded",
          "duration_seconds": 310.167145,
          "iterations": 1121,
          "work_units": 73465856
        },
        {
          "id": "scheduler-sim",
          "scenario": "scheduler-sim",
          "label": "Capacity-aware scheduler simulation",
          "status": "succeeded",
          "duration_seconds": 310.159259,
          "iterations": 1198,
          "work_units": 76672
        }
      ],
      "parallel": {
        "wall_time_seconds": 310.185492,
        "peak_concurrency": 4,
        "chosen_concurrency": 4
      },
      "serial_equivalent": {
        "seconds": 1240.687577,
        "method": "sum of observed task runtimes; tasks are independent and are not rerun serially"
      },
      "savings": {
        "seconds": 930.502085,
        "percent": 74.9989,
        "speedup_multiplier": 3.9998,
        "parallel_efficiency": 1.0
      },
      "resource": {
        "profile": "io",
        "responsiveness": "throughput",
        "logical_cpus": 3,
        "physical_cpus": 3,
        "machine": "Apple M1 (Virtual)"
      },
      "progress_samples": [
        {
          "elapsed_seconds": 0.0,
          "running_tasks": 0,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": -0.0
        },
        {
          "elapsed_seconds": 0.001,
          "running_tasks": 1,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": -0.001
        },
        {
          "elapsed_seconds": 0.004,
          "running_tasks": 2,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": -0.001
        },
        {
          "elapsed_seconds": 0.017,
          "running_tasks": 3,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 0.011
        },
        {
          "elapsed_seconds": 0.025,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 0.029
        },
        {
          "elapsed_seconds": 15.044,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 45.084
        },
        {
          "elapsed_seconds": 30.078,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 90.186
        },
        {
          "elapsed_seconds": 45.129,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 135.338
        },
        {
          "elapsed_seconds": 60.176,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 180.482
        },
        {
          "elapsed_seconds": 75.222,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 225.617
        },
        {
          "elapsed_seconds": 90.324,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 270.924
        },
        {
          "elapsed_seconds": 105.394,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 316.136
        },
        {
          "elapsed_seconds": 120.453,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 361.312
        },
        {
          "elapsed_seconds": 135.515,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 406.497
        },
        {
          "elapsed_seconds": 150.57,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 451.664
        },
        {
          "elapsed_seconds": 165.647,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 496.893
        },
        {
          "elapsed_seconds": 180.71,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 542.083
        },
        {
          "elapsed_seconds": 195.788,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 587.317
        },
        {
          "elapsed_seconds": 210.868,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 632.556
        },
        {
          "elapsed_seconds": 225.946,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 677.79
        },
        {
          "elapsed_seconds": 241.017,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 723.004
        },
        {
          "elapsed_seconds": 256.087,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 768.213
        },
        {
          "elapsed_seconds": 271.181,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 813.495
        },
        {
          "elapsed_seconds": 286.291,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 858.824
        },
        {
          "elapsed_seconds": 301.363,
          "running_tasks": 4,
          "completed_tasks": 0,
          "failed_tasks": 0,
          "estimated_saved_seconds": 904.042
        },
        {
          "elapsed_seconds": 310.184,
          "running_tasks": 3,
          "completed_tasks": 1,
          "failed_tasks": 0,
          "estimated_saved_seconds": 930.502
        },
        {
          "elapsed_seconds": 310.184,
          "running_tasks": 2,
          "completed_tasks": 2,
          "failed_tasks": 0,
          "estimated_saved_seconds": 930.503
        },
        {
          "elapsed_seconds": 310.184,
          "running_tasks": 1,
          "completed_tasks": 3,
          "failed_tasks": 0,
          "estimated_saved_seconds": 930.503
        },
        {
          "elapsed_seconds": 310.185,
          "running_tasks": 0,
          "completed_tasks": 4,
          "failed_tasks": 0,
          "estimated_saved_seconds": 930.503
        }
      ]
    },
    "history": [
      {
        "run_id": "32963131926",
        "generated_at": "2026-08-26T11:29:37+00:00",
        "commit": "59bf9a471fa5ae08f42c8dd0d341864d0098aeda",
        "status": "passed",
        "wall_time_seconds": 310.185492,
        "serial_equivalent_seconds": 1240.687577,
        "saved_seconds": 930.502085,
        "speedup_multiplier": 3.9998
      }
    ],
    "cumulative": {
      "run_count": 1,
      "parallel_wall_seconds": 310.185492,
      "serial_equivalent_seconds": 1240.687577,
      "saved_seconds": 930.502085
    }
  },
  "growth": {
    "available": true,
    "schema_version": "1.0",
    "repository": "cloudguo123/atomlane",
    "snapshots": [
      {
        "captured_at": "2026-08-26T12:24:33+00:00",
        "stars": 1,
        "forks": 0,
        "watchers": 0,
        "open_issues_and_prs": 4,
        "releases": 2,
        "release_asset_downloads": 0,
        "traffic_14d": {
          "views": 0,
          "unique_visitors": 0,
          "clones": 0,
          "unique_cloners": 0
        },
        "top_referrers": [],
        "top_paths": [],
        "unavailable": []
      },
      {
        "captured_at": "2026-08-26T12:40:48+00:00",
        "stars": 1,
        "forks": 0,
        "watchers": 0,
        "open_issues_and_prs": 4,
        "releases": 3,
        "release_asset_downloads": 0,
        "traffic_14d": {
          "views": null,
          "unique_visitors": null,
          "clones": null,
          "unique_cloners": null
        },
        "top_referrers": [],
        "top_paths": [],
        "unavailable": [
          "traffic_views",
          "traffic_clones",
          "traffic_referrers",
          "traffic_paths"
        ]
      },
      {
        "captured_at": "2026-08-26T12:42:22+00:00",
        "stars": 1,
        "forks": 0,
        "watchers": 0,
        "open_issues_and_prs": 4,
        "releases": 3,
        "release_asset_downloads": 0,
        "traffic_14d": {
          "views": 0,
          "unique_visitors": 0,
          "clones": 0,
          "unique_cloners": 0
        },
        "top_referrers": [],
        "top_paths": [],
        "unavailable": []
      },
      {
        "captured_at": "2026-08-26T13:15:55+00:00",
        "stars": 1,
        "forks": 0,
        "watchers": 0,
        "open_issues_and_prs": 4,
        "releases": 4,
        "release_asset_downloads": 0,
        "traffic_14d": {
          "views": 0,
          "unique_visitors": 0,
          "clones": 0,
          "unique_cloners": 0
        },
        "top_referrers": [],
        "top_paths": [],
        "unavailable": [
          "traffic_views",
          "traffic_clones",
          "traffic_referrers",
          "traffic_paths"
        ],
        "traffic_stale_from": "2026-08-26T12:42:22+00:00"
      },
      {
        "captured_at": "2026-08-26T13:44:17+00:00",
        "stars": 1,
        "forks": 0,
        "watchers": 0,
        "open_issues_and_prs": 4,
        "releases": 4,
        "release_asset_downloads": 0,
        "first_run_reports": 0,
        "benchmark_reports": 0,
        "traffic_14d": {
          "views": 0,
          "unique_visitors": 0,
          "clones": 0,
          "unique_cloners": 0
        },
        "top_referrers": [],
        "top_paths": [],
        "unavailable": []
      },
      {
        "captured_at": "2026-08-26T13:46:30+00:00",
        "stars": 1,
        "forks": 0,
        "watchers": 0,
        "open_issues_and_prs": 4,
        "releases": 4,
        "release_asset_downloads": 0,
        "first_run_reports": 0,
        "benchmark_reports": 0,
        "traffic_14d": {
          "views": 0,
          "unique_visitors": 0,
          "clones": 0,
          "unique_cloners": 0
        },
        "top_referrers": [],
        "top_paths": [],
        "unavailable": [
          "traffic_views",
          "traffic_clones",
          "traffic_referrers",
          "traffic_paths"
        ],
        "traffic_stale_from": "2026-08-26T13:44:17+00:00"
      }
    ],
    "metric_notes": {
      "traffic_window": "GitHub returns repository traffic for the latest 14 days and may delay updates.",
      "traffic_permission": "Scheduled traffic refresh requires an optional fine-grained MPA_TRAFFIC_TOKEN with repository Administration read access; otherwise the last authenticated sample is retained and marked stale.",
      "clone_intent": "Clones and release downloads are interest signals, not verified plugin installations.",
      "community_reports": "First-run and benchmark counts include public, self-selected issues with the corresponding label; they are not verified installations.",
      "privacy": "Only aggregate GitHub counters are retained; no visitor identity or tracking cookie is collected."
    },
    "targets_30d": {
      "unique_visitors": 500,
      "clone_or_download_intents": 100,
      "stars": 50,
      "external_benchmarks": 10,
      "first_run_reports": 20,
      "compatibility_reports": 5,
      "contributors": 3,
      "awesome_list_entries": 2
    },
    "latest": {
      "captured_at": "2026-08-26T13:46:30+00:00",
      "stars": 1,
      "forks": 0,
      "watchers": 0,
      "open_issues_and_prs": 4,
      "releases": 4,
      "release_asset_downloads": 0,
      "first_run_reports": 0,
      "benchmark_reports": 0,
      "traffic_14d": {
        "views": 0,
        "unique_visitors": 0,
        "clones": 0,
        "unique_cloners": 0
      },
      "top_referrers": [],
      "top_paths": [],
      "unavailable": [
        "traffic_views",
        "traffic_clones",
        "traffic_referrers",
        "traffic_paths"
      ],
      "traffic_stale_from": "2026-08-26T13:44:17+00:00"
    }
  },
  "scope_note": "This dashboard reports behavioral regression and release-gate results. It is not a statement of line or branch coverage."
}
