add context skill

This commit is contained in:
AndreaRigoni
2026-04-17 12:17:28 +00:00
parent eaed476614
commit 16ae404d66

View File

@@ -27,3 +27,4 @@ In the Geant4/HEP domain, visibility and placement follow a strict two-tier hier
## 4. Best Practices & Checks
- **TRS Logic**: Always apply transformations to the `PhysicalVolume`. Changes to a `LogicalVolume` will affect all its instances but will not move them.
- **Dependency Tracking**: Use the tree structure to identify shared references. Changing a property on a shared object affects all parent nodes that reference it.