Files
JuegoSim/graphify-out/cache/ast/94db0e5635aa0fdcf9a8b84b155378088d05800db010861dafbc867d3fab2f44.json
2026-07-21 08:56:10 +03:00

1 line
12 KiB
JSON

{"nodes": [{"id": "e_unity_new_projects_juego_simulator_assets_project_scripts_documentation_extension_and_future_modifications_guide_md", "label": "extension_and_future_modifications_guide.md", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L1"}, {"id": "documentation_extension_and_future_modifications_guide_meccano_editor_extension_future_modifications_guide", "label": "Meccano Editor: Extension & Future Modifications Guide", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L1"}, {"id": "documentation_extension_and_future_modifications_guide_part_1_how_to_add_new_classes_to_existing_modules", "label": "Part 1: How to Add New Classes to Existing Modules", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L7"}, {"id": "documentation_extension_and_future_modifications_guide_1_how_to_add_a_new_meccano_block_piece", "label": "1. How to Add a New Meccano Block (Piece)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L9"}, {"id": "documentation_extension_and_future_modifications_guide_2_how_to_add_a_new_command", "label": "2. How to Add a New Command", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L25"}, {"id": "documentation_extension_and_future_modifications_guide_codeblock_1", "label": "code:csharp (public class ColorBlockCommand : ICommand)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L28"}, {"id": "documentation_extension_and_future_modifications_guide_3_how_to_add_a_new_ghost_movement_strategy_ghostmanagerv2", "label": "3. How to Add a New Ghost Movement Strategy (GhostManagerV2)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L50"}, {"id": "documentation_extension_and_future_modifications_guide_4_how_to_inject_a_new_system_service", "label": "4. How to Inject a New System Service", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L57"}, {"id": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "label": "Part 2: Future Modifications & Technical Debt", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L65"}, {"id": "documentation_extension_and_future_modifications_guide_1_optimize_the_save_load_system_event_sourcing_bottleneck", "label": "1. Optimize the Save/Load System (Event Sourcing Bottleneck)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L69"}, {"id": "documentation_extension_and_future_modifications_guide_2_refactor_memory_leaks_in_the_command_history", "label": "2. Refactor Memory Leaks in the Command History", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L75"}, {"id": "documentation_extension_and_future_modifications_guide_3_physics_joint_instability", "label": "3. Physics Joint Instability", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L81"}, {"id": "documentation_extension_and_future_modifications_guide_4_standardize_dependency_injection_vs_singletons", "label": "4. Standardize Dependency Injection vs. Singletons", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L87"}, {"id": "documentation_extension_and_future_modifications_guide_5_multi_select_and_group_manipulations", "label": "5. Multi-Select and Group Manipulations", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L94"}, {"id": "documentation_extension_and_future_modifications_guide_6_migrate_fully_to_ghostmanagerv2", "label": "6. Migrate fully to GhostManagerV2", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L101"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_documentation_extension_and_future_modifications_guide_md", "target": "documentation_extension_and_future_modifications_guide_meccano_editor_extension_future_modifications_guide", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L1", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_meccano_editor_extension_future_modifications_guide", "target": "documentation_extension_and_future_modifications_guide_part_1_how_to_add_new_classes_to_existing_modules", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L7", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_1_how_to_add_new_classes_to_existing_modules", "target": "documentation_extension_and_future_modifications_guide_1_how_to_add_a_new_meccano_block_piece", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L9", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_1_how_to_add_new_classes_to_existing_modules", "target": "documentation_extension_and_future_modifications_guide_2_how_to_add_a_new_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L25", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_2_how_to_add_a_new_command", "target": "documentation_extension_and_future_modifications_guide_codeblock_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L28", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_1_how_to_add_new_classes_to_existing_modules", "target": "documentation_extension_and_future_modifications_guide_3_how_to_add_a_new_ghost_movement_strategy_ghostmanagerv2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L50", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_1_how_to_add_new_classes_to_existing_modules", "target": "documentation_extension_and_future_modifications_guide_4_how_to_inject_a_new_system_service", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L57", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_meccano_editor_extension_future_modifications_guide", "target": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L65", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "target": "documentation_extension_and_future_modifications_guide_1_optimize_the_save_load_system_event_sourcing_bottleneck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L69", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "target": "documentation_extension_and_future_modifications_guide_2_refactor_memory_leaks_in_the_command_history", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L75", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "target": "documentation_extension_and_future_modifications_guide_3_physics_joint_instability", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L81", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "target": "documentation_extension_and_future_modifications_guide_4_standardize_dependency_injection_vs_singletons", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L87", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "target": "documentation_extension_and_future_modifications_guide_5_multi_select_and_group_manipulations", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L94", "weight": 1.0}, {"source": "documentation_extension_and_future_modifications_guide_part_2_future_modifications_technical_debt", "target": "documentation_extension_and_future_modifications_guide_6_migrate_fully_to_ghostmanagerv2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Documentation\\extension_and_future_modifications_guide.md", "source_location": "L101", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}