feat(cli,registry): introduce --herdr-workspace option and decouple socket fallback chains

This commit is contained in:
2026-08-24 12:50:09 +09:00
parent 320f036575
commit e6e70dbb21
17 changed files with 1670 additions and 47 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ if os.path.exists(state_file):
time.sleep(0.02)
# Record the command call
state["calls"].append(sys.argv[1:])
state.setdefault("calls", []).append(sys.argv[1:])
try:
with open(state_file + ".trace", "a") as tf:
tf.write(f"PID {os.getpid()} ARGS: {sys.argv[1:]}\\n")