From 16ae404d66ca4138178ede247509e5f3a2b74b0b Mon Sep 17 00:00:00 2001 From: AndreaRigoni Date: Fri, 17 Apr 2026 12:17:28 +0000 Subject: [PATCH] add context skill --- .agents/skills/object_context.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.agents/skills/object_context.md b/.agents/skills/object_context.md index b0ad1a5..3e61eb9 100644 --- a/.agents/skills/object_context.md +++ b/.agents/skills/object_context.md @@ -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. +