--- name: sync-nim-python description: "Compare Nim and Python scripted agent implementations and align behavior. Use when asked to port or ensure parity between Nim and Python." --- # Sync Nim/Python ## Workflow - Identify the Nim and Python implementations to compare. - Enumerate behavioral differences and missing logic. - Port missing behavior and keep parity. - Update tests or docs if needed and summarize changes.