chore(graph): refresh knowledge graph after ServiceBookingCalculator extraction

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hamed
2026-07-30 12:41:34 +03:30
co-authored by Claude Opus 5
parent 6afc5c090e
commit aaa864f408
11 changed files with 2950 additions and 1531 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_valueobject_servicebookingduration_php", "label": "ServiceBookingDuration.php", "file_type": "code", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L1"}, {"id": "valueobject_servicebookingduration_servicebookingduration", "label": "ServiceBookingDuration", "file_type": "code", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L14"}, {"id": "valueobject_servicebookingduration_servicebookingduration_construct", "label": ".__construct()", "file_type": "code", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L20"}, {"id": "valueobject_servicebookingduration_servicebookingduration_endfor", "label": ".endFor()", "file_type": "code", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L28"}], "edges": [{"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_valueobject_servicebookingduration_php", "target": "serviceitem", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L5", "weight": 1.0}, {"source": "users_hamed_pj_my_pj_clinic_pro_clinicpro_src_appointment_valueobject_servicebookingduration_php", "target": "valueobject_servicebookingduration_servicebookingduration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L14", "weight": 1.0}, {"source": "valueobject_servicebookingduration_servicebookingduration", "target": "valueobject_servicebookingduration_servicebookingduration_construct", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L20", "weight": 1.0}, {"source": "valueobject_servicebookingduration_servicebookingduration", "target": "valueobject_servicebookingduration_servicebookingduration_endfor", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/Appointment/ValueObject/ServiceBookingDuration.php", "source_location": "L28", "weight": 1.0}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long