{
  "run_id": "20260406T095030896380Z",
  "generated_at": "2026-04-06T14:20:26.038669Z",
  "stages": [
    {
      "ts_start": "2026-04-06T09:50:30.960733Z",
      "ts_end": "2026-04-06T09:50:30.969095Z",
      "duration_sec": 0.008,
      "stage": "chunks",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Ingestion & Chunking Agent",
      "inputs": [
        {
          "path": "input/西游记前十回.txt",
          "kind": "novel_text"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01_chunks.json",
          "kind": "chunks"
        }
      ],
      "metrics": {
        "chunks": 45,
        "max_chars": 1800,
        "limit_chunks": null,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T09:50:30.969242Z",
      "ts_end": "2026-04-06T09:50:31.042548Z",
      "duration_sec": 0.073,
      "stage": "ontology",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Ontology & Taxonomy Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01_chunks.json",
          "kind": "chunks"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01b_ontology_samples.json",
          "kind": "ontology_samples"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01c_ontology_candidates.json",
          "kind": "ontology_candidates"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01d_ontology.json",
          "kind": "ontology_doc"
        }
      ],
      "metrics": {
        "samples": 38,
        "candidate_entity_types": 7,
        "candidate_relation_types": 6,
        "taxonomy_entity_types": 12,
        "taxonomy_relations": 6,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T09:50:31.042733Z",
      "ts_end": "2026-04-06T10:57:11.510524Z",
      "duration_sec": 4000.468,
      "stage": "kg",
      "status": "partial",
      "run_id": "20260406T095030896380Z",
      "agent": "Knowledge Graph Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01_chunks.json",
          "kind": "chunks"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01d_ontology.json",
          "kind": "ontology_doc"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02_kg.json",
          "kind": "kg_summary"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02_kg_store.json",
          "kind": "kg_store"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02_kg_observations.jsonl",
          "kind": "kg_observations"
        }
      ],
      "metrics": {
        "entities": 100,
        "relations": 127,
        "observations": 441,
        "ambiguous_entity_forks": 4,
        "chunks": 45,
        "ontology_loaded": true,
        "high_density_chunks": 0,
        "supplement_chunks": 0,
        "max_entity_limit": 8,
        "max_relation_limit": 8,
        "kg_window_size": 1,
        "kg_window_concurrency": 1,
        "kg_warmup_chunks": 45,
        "kg_window_batches": 0,
        "kg_parallel_chunks": 0,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T10:57:11.510700Z",
      "ts_end": "2026-04-06T10:57:11.578668Z",
      "duration_sec": 0.068,
      "stage": "closure_fix",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Contextual Closure & Cleanup Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02_kg_store.json",
          "kind": "kg_store"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02_kg_observations.jsonl",
          "kind": "kg_observations"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02a_kg_closure.json",
          "kind": "kg_summary_closure"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02a_kg_store_closure.json",
          "kind": "kg_store_closure"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02a_kg_closure_decisions.json",
          "kind": "kg_closure_decisions"
        }
      ],
      "metrics": {
        "entities": 99,
        "relations": 126,
        "closure_decision_count": 1,
        "closure_drop_count": 0,
        "closure_merge_count": 1,
        "stub_cleanup_dropped_entities": 0,
        "stub_cleanup_dropped_relations": 0,
        "stub_cleanup_merged_duplicate_entities": 0,
        "stub_cleanup_merged_same_name_entities": 0,
        "stub_cleanup_merged_duplicate_relations": 1,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T10:57:11.578859Z",
      "ts_end": "2026-04-06T10:57:11.648128Z",
      "duration_sec": 0.069,
      "stage": "type_consolidation",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Ontology & Taxonomy Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02a_kg_store_closure.json",
          "kind": "kg_store_closure"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01d_ontology.json",
          "kind": "ontology_doc"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02b_type_candidates.json",
          "kind": "type_candidates"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02c_type_consolidation.json",
          "kind": "type_consolidation"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02d_kg_store_consolidated.json",
          "kind": "kg_store_consolidated"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02d_kg_consolidated.json",
          "kind": "kg_summary_consolidated"
        }
      ],
      "metrics": {
        "candidates": 73,
        "apply_type_count": 5,
        "apply_subtype_count": 13,
        "review_type_count": 1,
        "review_subtype_count": 32,
        "other_before": 13,
        "other_after": 8,
        "ontology_loaded": true,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T10:57:11.648321Z",
      "ts_end": "2026-04-06T10:57:11.701252Z",
      "duration_sec": 0.053,
      "stage": "kg_lite",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Knowledge Graph Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02d_kg_consolidated.json",
          "kind": "kg_summary_consolidated"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02d_kg_store_consolidated.json",
          "kind": "kg_store_consolidated"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite.json",
          "kind": "kg_lite"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite_store.json",
          "kind": "kg_lite_store"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite_decisions.json",
          "kind": "kg_lite_decisions"
        }
      ],
      "metrics": {
        "input_entities": 99,
        "input_relations": 126,
        "kept_entities": 94,
        "kept_relations": 121,
        "dropped_entities": 5,
        "dropped_relations": 5,
        "identity_conflict_groups": 0,
        "identity_conflict_entities": 0,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T10:57:11.701760Z",
      "ts_end": "2026-04-06T10:57:11.866948Z",
      "duration_sec": 0.165,
      "stage": "entity_registry",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Entity Registry & Asset Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite_store.json",
          "kind": "kg_lite_store"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite.json",
          "kind": "kg_lite"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02e_entity_registry.json",
          "kind": "entity_registry"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02f_entity_visual_cards.json",
          "kind": "entity_visual_cards"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02g_entity_voice_cards.json",
          "kind": "entity_voice_cards"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02h_entity_assets.json",
          "kind": "entity_assets"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/entity_registry/20260406T095030896380Z__02e_entity_registry.json",
          "kind": "entity_registry_snapshot"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/entity_registry/20260406T095030896380Z__02f_entity_visual_cards.json",
          "kind": "entity_visual_cards_snapshot"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/entity_registry/20260406T095030896380Z__02g_entity_voice_cards.json",
          "kind": "entity_voice_cards_snapshot"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/entity_registry/20260406T095030896380Z__02h_entity_assets.json",
          "kind": "entity_assets_snapshot"
        }
      ],
      "metrics": {
        "entity_registry_entities": 94,
        "entity_visual_cards": 94,
        "entity_voice_cards": 42,
        "entity_asset_bindings": 94,
        "locked_count": 0,
        "needs_review_count": 4,
        "identity_conflict_entities": 0,
        "identity_conflict_groups": 0,
        "kg_context_layer": "kg_lite",
        "parallel_with_scenes": true,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T10:57:11.701851Z",
      "ts_end": "2026-04-06T11:33:20.197394Z",
      "duration_sec": 2168.496,
      "stage": "scenes",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Scene Segmentation Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/01_chunks.json",
          "kind": "chunks"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite_store.json",
          "kind": "kg_lite_store"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03_scenes.json",
          "kind": "scenes"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/scenes/20260406T095030896380Z__03_scenes.json",
          "kind": "scenes_snapshot"
        }
      ],
      "metrics": {
        "scenes": 61,
        "chunks": 45,
        "continued_scenes": 8,
        "scene_with_characters": 60,
        "scene_with_locations": 56,
        "kg_context_loaded": true,
        "kg_context_layer": "kg_lite",
        "scenes_concurrency": 1,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T11:33:20.197709Z",
      "ts_end": "2026-04-06T11:33:20.226023Z",
      "duration_sec": 0.028,
      "stage": "chronology",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Chronology & Narrative Time Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03_scenes.json",
          "kind": "scenes"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite_store.json",
          "kind": "kg_lite_store"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03b_chronology.json",
          "kind": "chronology"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/chronology/20260406T095030896380Z__03b_chronology.json",
          "kind": "chronology_snapshot"
        }
      ],
      "metrics": {
        "scenes": 61,
        "chronology_groups": 40,
        "chronology_edges": 66,
        "chronology_conflicts": 0,
        "low_confidence_scenes": 0,
        "explicit_anchors": 39,
        "kg_context_layer": "kg_lite",
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T11:33:20.226172Z",
      "ts_end": "2026-04-06T12:10:51.075143Z",
      "duration_sec": 2250.849,
      "stage": "adaptation",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Adaptation & Story Editor Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03_scenes.json",
          "kind": "scenes"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03b_chronology.json",
          "kind": "chronology"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02i_kg_lite.json",
          "kind": "kg_lite"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03c_adaptation.json",
          "kind": "adaptation"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/adaptation/20260406T095030896380Z__03c_adaptation.json",
          "kind": "adaptation_snapshot"
        }
      ],
      "metrics": {
        "scenes": 61,
        "retain_scenes": 48,
        "compress_scenes": 13,
        "bridge_scenes": 0,
        "retained_scene_groups": 46,
        "beat_count": 46,
        "drop_from_script_scenes": 14,
        "hard_merge_groups": 10,
        "kg_context_layer": "kg_lite",
        "adaptation_concurrency": 1,
        "resumed_items": 0,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T12:10:51.075322Z",
      "ts_end": "2026-04-06T12:23:19.318228Z",
      "duration_sec": 748.243,
      "stage": "screenplay",
      "status": "partial",
      "run_id": "20260406T095030896380Z",
      "agent": "Screenplay & Dramart Packaging Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03c_adaptation.json",
          "kind": "adaptation"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02e_entity_registry.json",
          "kind": "entity_registry"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03d_screenplay.json",
          "kind": "screenplay"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/screenplay/20260406T095030896380Z__03d_screenplay.json",
          "kind": "screenplay_snapshot"
        }
      ],
      "metrics": {
        "episodes": 6,
        "blocks": 36,
        "source_scene_refs": 47,
        "character_bindings": 57,
        "screenplay_concurrency": 1,
        "target_units_per_episode": 6,
        "resumed_items": 0,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T12:23:19.318409Z",
      "ts_end": "2026-04-06T12:23:19.566997Z",
      "duration_sec": 0.249,
      "stage": "dramart_package",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Screenplay & Dramart Packaging Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03d_screenplay.json",
          "kind": "screenplay"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02e_entity_registry.json",
          "kind": "entity_registry"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02f_entity_visual_cards.json",
          "kind": "entity_visual_cards"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02g_entity_voice_cards.json",
          "kind": "entity_voice_cards"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02h_entity_assets.json",
          "kind": "entity_assets"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03e_dramart_package.json",
          "kind": "dramart_package"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/dramart_package/20260406T095030896380Z__03e_dramart_package.json",
          "kind": "dramart_package_snapshot"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03e_dramart_upload_script.md",
          "kind": "dramart_upload_script"
        },
        {
          "path": "logs/stage_artifacts/dramart_package_uploads/20260406T095030896380Z/03e_dramart_upload_script.md",
          "kind": "dramart_upload_script_snapshot"
        },
        {
          "path": "logs/stage_artifacts/dramart_package_uploads/20260406T095030896380Z/episodes",
          "kind": "dramart_upload_episode_dir"
        },
        {
          "path": "logs/stage_artifacts/dramart_package_uploads/20260406T095030896380Z/parts",
          "kind": "dramart_upload_part_dir"
        }
      ],
      "metrics": {
        "episodes": 6,
        "character_bios": 37,
        "location_assets": 30,
        "prop_assets": 7,
        "voice_suggestions": 37,
        "checklist_items": 113,
        "upload_script_chars": 11194,
        "upload_episode_files": 6,
        "upload_part_files": 1,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T12:23:19.567224Z",
      "ts_end": "2026-04-06T12:23:19.643161Z",
      "duration_sec": 0.076,
      "stage": "kg_deep",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Knowledge Graph Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02d_kg_consolidated.json",
          "kind": "kg_summary_consolidated"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02d_kg_store_consolidated.json",
          "kind": "kg_store_consolidated"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03_scenes.json",
          "kind": "scenes"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03c_adaptation.json",
          "kind": "adaptation"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02j_kg_deep.json",
          "kind": "kg_deep"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02j_kg_deep_store.json",
          "kind": "kg_deep_store"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02j_kg_deep_decisions.json",
          "kind": "kg_deep_decisions"
        }
      ],
      "metrics": {
        "input_entities": 99,
        "input_relations": 126,
        "kept_entities": 99,
        "kept_relations": 126,
        "scene_count": 61,
        "seed_entities": 64,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T12:23:19.643302Z",
      "ts_end": "2026-04-06T13:28:03.918963Z",
      "duration_sec": 3884.276,
      "stage": "script",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Script & Shot Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03_scenes.json",
          "kind": "scenes"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03b_chronology.json",
          "kind": "chronology"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03c_adaptation.json",
          "kind": "adaptation"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02j_kg_deep.json",
          "kind": "kg_deep"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/04_scripts.json",
          "kind": "scripts"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/script/20260406T095030896380Z__04_scripts.json",
          "kind": "scripts_snapshot"
        }
      ],
      "metrics": {
        "scripts": 47,
        "shots": 186,
        "dialogue_lines": 251,
        "narration_shots": 74,
        "chronology_bound_scripts": 47,
        "chronology_non_mainline_scripts": 16,
        "chronology_reordered_scripts": 46,
        "adaptation_bound_scripts": 47,
        "script_source_scenes": 47,
        "script_skipped_by_adaptation": 14,
        "kg_context_layer": "kg_deep",
        "script_concurrency": 1,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T13:28:03.919179Z",
      "ts_end": "2026-04-06T13:28:03.921660Z",
      "duration_sec": 0.002,
      "stage": "style_bible",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Style Bible & Prompt QA Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02e_entity_registry.json",
          "kind": "entity_registry"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02f_entity_visual_cards.json",
          "kind": "entity_visual_cards"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02h_entity_assets.json",
          "kind": "entity_assets"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/04_scripts.json",
          "kind": "scripts"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/04b_style_bible.json",
          "kind": "style_bible"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/style_bible/20260406T095030896380Z__04b_style_bible.json",
          "kind": "style_bible_snapshot"
        }
      ],
      "metrics": {
        "fixed_positive_term_count": 9,
        "fixed_negative_term_count": 10,
        "provider_profile_count": 2,
        "manual_override_slot_count": 6,
        "reference_ready_entity_count": 0,
        "script_scene_count": 47,
        "script_shot_count": 186,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T13:28:03.921826Z",
      "ts_end": "2026-04-06T14:20:25.932359Z",
      "duration_sec": 3142.011,
      "stage": "storyboard",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Storyboard & Prompt Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/04_scripts.json",
          "kind": "scripts"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03_scenes.json",
          "kind": "scenes"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/03b_chronology.json",
          "kind": "chronology"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02e_entity_registry.json",
          "kind": "entity_registry"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02f_entity_visual_cards.json",
          "kind": "entity_visual_cards"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/02h_entity_assets.json",
          "kind": "entity_assets"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/04b_style_bible.json",
          "kind": "style_bible"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/05_storyboard.json",
          "kind": "storyboard"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/05c_dramart_storyboard.json",
          "kind": "dramart_storyboard"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/storyboard/20260406T095030896380Z__05_storyboard.json",
          "kind": "storyboards_snapshot"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/storyboard/20260406T095030896380Z__05c_dramart_storyboard.json",
          "kind": "dramart_storyboard_snapshot"
        }
      ],
      "metrics": {
        "storyboards": 186,
        "duration_seconds": 926.5,
        "non_mainline_storyboards": 63,
        "visual_noted_storyboards": 186,
        "style_locked_storyboards": 186,
        "dynamic_content_storyboards": 186,
        "bound_entity_uids": 80,
        "bound_visual_card_ids": 80,
        "bound_asset_binding_ids": 80,
        "storyboard_ready_status": "warn",
        "storyboard_ready_pass_count": 185,
        "storyboard_ready_warn_count": 1,
        "storyboard_ready_fail_count": 0,
        "storyboard_ready_issue_count": 1,
        "storyboard_ready_episode_mapped_count": 186,
        "storyboard_ready_block_mapped_count": 186,
        "storyboard_ready_reference_media_count": 186,
        "storyboard_ready_voice_count": 186,
        "top_shot_roles": {
          "character": 47,
          "dialogue_or_action": 47,
          "opening": 47,
          "closing": 45
        },
        "top_characters": {
          "石猴": 91,
          "玉帝": 43,
          "众猴": 34,
          "观世音菩萨": 25,
          "显圣二郎真君": 22,
          "泾河龙王": 19,
          "托塔李天王": 18,
          "须菩提祖师": 17
        },
        "storyboard_concurrency": 1,
        "resumed": false
      }
    },
    {
      "ts_start": "2026-04-06T14:20:25.932611Z",
      "ts_end": "2026-04-06T14:20:26.028876Z",
      "duration_sec": 0.096,
      "stage": "prompt_guard",
      "status": "ok",
      "run_id": "20260406T095030896380Z",
      "agent": "Style Bible & Prompt QA Agent",
      "inputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/05_storyboard.json",
          "kind": "storyboard"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/04b_style_bible.json",
          "kind": "style_bible"
        }
      ],
      "outputs": [
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/05b_storyboard_guard.json",
          "kind": "prompt_guard"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/prompt_guard/20260406T095030896380Z__05b_storyboard_guard.json",
          "kind": "prompt_guard_snapshot"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/05d_delivery_repair_contract.json",
          "kind": "delivery_repair_contract"
        },
        {
          "path": "outputs/xiyouji_first10_now11_20260406_v3/logs/stage_artifacts/prompt_guard/20260406T095030896380Z__05d_delivery_repair_contract.json",
          "kind": "delivery_repair_contract_snapshot"
        }
      ],
      "metrics": {
        "shot_count": 186,
        "pass_shot_count": 76,
        "warning_shot_count": 105,
        "fail_shot_count": 5,
        "issue_count": 117,
        "error_issue_count": 5,
        "warning_issue_count": 112,
        "english_issue_count": 0,
        "style_pollution_issue_count": 0,
        "missing_block_issue_count": 0,
        "length_drift_issue_count": 2,
        "delivery_repair_candidate_count": 20,
        "delivery_repair_action_count": 20,
        "delivery_repair_owner_stage_count": 1,
        "parallel_with_timeline": false,
        "resumed": false
      }
    }
  ],
  "stage_items": {
    "total": 251,
    "ok": 246,
    "partial": 0,
    "error": 5
  },
  "llm_calls": {
    "total": 252,
    "ok": 246,
    "error": 6
  },
  "run_errors": 4
}