fix/pull-is-modified-bug
main
_check_pull_conflicts() called doc.IsModified() which does not exist on App.Document. Use FreeCADGui.getDocument().Modified instead, matching the pattern used elsewhere in silo_commands.py.