| 1 | #!/usr/bin/env python3 |
| 2 | """应用 data/pending_model_changes.json → openclaw.json,并重启 Gateway""" |
| 3 | import json, pathlib, subprocess, datetime, shutil, logging, glob |
| 4 | from file_lock import atomic_json_write, atomic_json_read |
nothing calls this directly
no test coverage detected