Add symbolic company target runtime import
This commit is contained in:
parent
4ff6d65774
commit
f918d0c4f7
17 changed files with 1230 additions and 80 deletions
|
|
@ -26,8 +26,9 @@
|
|||
"packed_event_imported_runtime_record_count": 0,
|
||||
"packed_event_parity_only_record_count": 1,
|
||||
"packed_event_unsupported_record_count": 1,
|
||||
"packed_event_blocked_missing_condition_context_count": 1,
|
||||
"packed_event_blocked_missing_compact_control_count": 0,
|
||||
"packed_event_blocked_unmapped_real_descriptor_count": 1,
|
||||
"packed_event_blocked_unmapped_real_descriptor_count": 0,
|
||||
"packed_event_blocked_structural_only_count": 0,
|
||||
"event_runtime_record_count": 0,
|
||||
"total_company_cash": 0
|
||||
|
|
@ -51,11 +52,19 @@
|
|||
"payload_family": "real_packed_v1",
|
||||
"trigger_kind": 6,
|
||||
"one_shot": true,
|
||||
"import_outcome": "blocked_unmapped_real_descriptor",
|
||||
"import_outcome": "blocked_missing_condition_context",
|
||||
"compact_control": {
|
||||
"primary_selector_0x7f0": 99,
|
||||
"grouped_target_scope_ordinals_0x7fb": [0, 1, 2, 3]
|
||||
},
|
||||
"grouped_company_targets": [
|
||||
{
|
||||
"kind": "condition_true_company"
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null
|
||||
],
|
||||
"standalone_condition_rows": [
|
||||
{
|
||||
"candidate_name": "AutoPlant"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"snapshot_id": "packed-event-symbolic-company-scope-overlay-base-snapshot",
|
||||
"source": {
|
||||
"description": "Base runtime snapshot supplying selected-company and controller-role context for symbolic packed-event targets."
|
||||
},
|
||||
"state": {
|
||||
"calendar": {
|
||||
"year": 1840,
|
||||
"month_slot": 0,
|
||||
"phase_slot": 1,
|
||||
"tick_slot": 2
|
||||
},
|
||||
"world_flags": {
|
||||
"base.only": true
|
||||
},
|
||||
"metadata": {
|
||||
"base.note": "symbolic target context"
|
||||
},
|
||||
"companies": [
|
||||
{
|
||||
"company_id": 1,
|
||||
"controller_kind": "human",
|
||||
"current_cash": 100,
|
||||
"debt": 10
|
||||
},
|
||||
{
|
||||
"company_id": 2,
|
||||
"controller_kind": "ai",
|
||||
"current_cash": 50,
|
||||
"debt": 20
|
||||
},
|
||||
{
|
||||
"company_id": 3,
|
||||
"controller_kind": "human",
|
||||
"current_cash": 70,
|
||||
"debt": 30
|
||||
}
|
||||
],
|
||||
"selected_company_id": 3,
|
||||
"event_runtime_records": [],
|
||||
"candidate_availability": {},
|
||||
"special_conditions": {},
|
||||
"service_state": {
|
||||
"periodic_boundary_calls": 0,
|
||||
"trigger_dispatch_counts": {},
|
||||
"total_event_record_services": 0,
|
||||
"dirty_rerun_count": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,86 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"fixture_id": "packed-event-symbolic-company-scope-overlay-fixture",
|
||||
"source": {
|
||||
"kind": "captured-runtime",
|
||||
"description": "Fixture backed by an overlay import document so symbolic company-target packed events execute against selected-company and controller-role context."
|
||||
},
|
||||
"state_import_path": "packed-event-symbolic-company-scope-overlay.json",
|
||||
"commands": [
|
||||
{
|
||||
"kind": "service_trigger_kind",
|
||||
"trigger_kind": 7
|
||||
}
|
||||
],
|
||||
"expected_summary": {
|
||||
"calendar_projection_source": "base-snapshot-preserved",
|
||||
"calendar_projection_is_placeholder": false,
|
||||
"company_count": 3,
|
||||
"packed_event_collection_present": true,
|
||||
"packed_event_record_count": 4,
|
||||
"packed_event_decoded_record_count": 4,
|
||||
"packed_event_imported_runtime_record_count": 3,
|
||||
"packed_event_parity_only_record_count": 1,
|
||||
"packed_event_unsupported_record_count": 0,
|
||||
"packed_event_blocked_missing_condition_context_count": 1,
|
||||
"event_runtime_record_count": 3,
|
||||
"total_event_record_service_count": 3,
|
||||
"total_trigger_dispatch_count": 1,
|
||||
"dirty_rerun_count": 0,
|
||||
"total_company_cash": 244
|
||||
},
|
||||
"expected_state_fragment": {
|
||||
"selected_company_id": 3,
|
||||
"companies": [
|
||||
{
|
||||
"company_id": 1,
|
||||
"controller_kind": "human",
|
||||
"current_cash": 100,
|
||||
"debt": 14
|
||||
},
|
||||
{
|
||||
"company_id": 2,
|
||||
"controller_kind": "ai",
|
||||
"current_cash": 59,
|
||||
"debt": 20
|
||||
},
|
||||
{
|
||||
"company_id": 3,
|
||||
"controller_kind": "human",
|
||||
"current_cash": 85,
|
||||
"debt": 34
|
||||
}
|
||||
],
|
||||
"packed_event_collection": {
|
||||
"live_entry_ids": [21, 22, 23, 24],
|
||||
"records": [
|
||||
{
|
||||
"import_outcome": "imported"
|
||||
},
|
||||
{
|
||||
"import_outcome": "imported"
|
||||
},
|
||||
{
|
||||
"import_outcome": "imported"
|
||||
},
|
||||
{
|
||||
"import_outcome": "blocked_missing_condition_context"
|
||||
}
|
||||
]
|
||||
},
|
||||
"event_runtime_records": [
|
||||
{
|
||||
"record_id": 21,
|
||||
"service_count": 1
|
||||
},
|
||||
{
|
||||
"record_id": 22,
|
||||
"service_count": 1
|
||||
},
|
||||
{
|
||||
"record_id": 23,
|
||||
"service_count": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"import_id": "packed-event-symbolic-company-scope-overlay",
|
||||
"source": {
|
||||
"description": "Overlay import that combines a selected-company snapshot with symbolic company-target packed events.",
|
||||
"notes": [
|
||||
"used to prove selected, human, and ai symbolic company targets import through the normalized runtime path"
|
||||
]
|
||||
},
|
||||
"base_snapshot_path": "packed-event-symbolic-company-scope-overlay-base-snapshot.json",
|
||||
"save_slice_path": "packed-event-symbolic-company-scope-save-slice.json"
|
||||
}
|
||||
|
|
@ -0,0 +1,165 @@
|
|||
{
|
||||
"format_version": 1,
|
||||
"save_slice_id": "packed-event-symbolic-company-scope-save-slice",
|
||||
"source": {
|
||||
"description": "Tracked save-slice document with synthetic packed-event records that use symbolic company targets.",
|
||||
"original_save_filename": "captured-symbolic-company-scope.gms",
|
||||
"original_save_sha256": "symbolic-company-scope-sample-sha256",
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"locks selected-company and controller-role import behavior"
|
||||
]
|
||||
},
|
||||
"save_slice": {
|
||||
"file_extension_hint": "gms",
|
||||
"container_profile_family": "rt3-classic-save-container-v1",
|
||||
"mechanism_family": "classic-save-rehydrate-v1",
|
||||
"mechanism_confidence": "grounded",
|
||||
"trailer_family": null,
|
||||
"bridge_family": null,
|
||||
"profile": null,
|
||||
"candidate_availability_table": null,
|
||||
"special_conditions_table": null,
|
||||
"event_runtime_collection": {
|
||||
"source_kind": "packed-event-runtime-collection",
|
||||
"mechanism_family": "classic-save-rehydrate-v1",
|
||||
"mechanism_confidence": "grounded",
|
||||
"container_profile_family": "rt3-classic-save-container-v1",
|
||||
"metadata_tag_offset": 28928,
|
||||
"records_tag_offset": 29184,
|
||||
"close_tag_offset": 29952,
|
||||
"packed_state_version": 1001,
|
||||
"packed_state_version_hex": "0x000003e9",
|
||||
"live_id_bound": 24,
|
||||
"live_record_count": 4,
|
||||
"live_entry_ids": [21, 22, 23, 24],
|
||||
"decoded_record_count": 4,
|
||||
"imported_runtime_record_count": 3,
|
||||
"records": [
|
||||
{
|
||||
"record_index": 0,
|
||||
"live_entry_id": 21,
|
||||
"payload_offset": 29186,
|
||||
"payload_len": 56,
|
||||
"decode_status": "executable",
|
||||
"payload_family": "synthetic_harness",
|
||||
"trigger_kind": 7,
|
||||
"active": true,
|
||||
"marks_collection_dirty": false,
|
||||
"one_shot": false,
|
||||
"text_bands": [],
|
||||
"standalone_condition_row_count": 0,
|
||||
"standalone_condition_rows": [],
|
||||
"grouped_effect_row_counts": [0, 0, 0, 0],
|
||||
"grouped_effect_rows": [],
|
||||
"decoded_actions": [
|
||||
{
|
||||
"kind": "adjust_company_cash",
|
||||
"target": {
|
||||
"kind": "selected_company"
|
||||
},
|
||||
"delta": 15
|
||||
}
|
||||
],
|
||||
"executable_import_ready": true,
|
||||
"notes": [
|
||||
"selected-company symbolic target"
|
||||
]
|
||||
},
|
||||
{
|
||||
"record_index": 1,
|
||||
"live_entry_id": 22,
|
||||
"payload_offset": 29242,
|
||||
"payload_len": 56,
|
||||
"decode_status": "executable",
|
||||
"payload_family": "synthetic_harness",
|
||||
"trigger_kind": 7,
|
||||
"active": true,
|
||||
"marks_collection_dirty": false,
|
||||
"one_shot": false,
|
||||
"text_bands": [],
|
||||
"standalone_condition_row_count": 0,
|
||||
"standalone_condition_rows": [],
|
||||
"grouped_effect_row_counts": [0, 0, 0, 0],
|
||||
"grouped_effect_rows": [],
|
||||
"decoded_actions": [
|
||||
{
|
||||
"kind": "adjust_company_debt",
|
||||
"target": {
|
||||
"kind": "human_companies"
|
||||
},
|
||||
"delta": 4
|
||||
}
|
||||
],
|
||||
"executable_import_ready": true,
|
||||
"notes": [
|
||||
"human-company symbolic target"
|
||||
]
|
||||
},
|
||||
{
|
||||
"record_index": 2,
|
||||
"live_entry_id": 23,
|
||||
"payload_offset": 29298,
|
||||
"payload_len": 56,
|
||||
"decode_status": "executable",
|
||||
"payload_family": "synthetic_harness",
|
||||
"trigger_kind": 7,
|
||||
"active": true,
|
||||
"marks_collection_dirty": false,
|
||||
"one_shot": false,
|
||||
"text_bands": [],
|
||||
"standalone_condition_row_count": 0,
|
||||
"standalone_condition_rows": [],
|
||||
"grouped_effect_row_counts": [0, 0, 0, 0],
|
||||
"grouped_effect_rows": [],
|
||||
"decoded_actions": [
|
||||
{
|
||||
"kind": "adjust_company_cash",
|
||||
"target": {
|
||||
"kind": "ai_companies"
|
||||
},
|
||||
"delta": 9
|
||||
}
|
||||
],
|
||||
"executable_import_ready": true,
|
||||
"notes": [
|
||||
"ai-company symbolic target"
|
||||
]
|
||||
},
|
||||
{
|
||||
"record_index": 3,
|
||||
"live_entry_id": 24,
|
||||
"payload_offset": 29354,
|
||||
"payload_len": 56,
|
||||
"decode_status": "parity_only",
|
||||
"payload_family": "synthetic_harness",
|
||||
"trigger_kind": 7,
|
||||
"active": true,
|
||||
"marks_collection_dirty": false,
|
||||
"one_shot": false,
|
||||
"text_bands": [],
|
||||
"standalone_condition_row_count": 0,
|
||||
"standalone_condition_rows": [],
|
||||
"grouped_effect_row_counts": [0, 0, 0, 0],
|
||||
"grouped_effect_rows": [],
|
||||
"decoded_actions": [
|
||||
{
|
||||
"kind": "adjust_company_debt",
|
||||
"target": {
|
||||
"kind": "condition_true_company"
|
||||
},
|
||||
"delta": 1
|
||||
}
|
||||
],
|
||||
"executable_import_ready": false,
|
||||
"notes": [
|
||||
"condition-relative symbolic target remains blocked"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"notes": [
|
||||
"symbolic company target sample"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue