fix(conductor): Apply review suggestions for track 'Add full api/hooks so that gemini cli can test, interact, and manipulate the state of the gui & program backend for automated testing.'

This commit is contained in:
2026-02-23 12:38:29 -05:00
parent 0070f61a40
commit dc64493f42
4 changed files with 44 additions and 14 deletions

View File

@@ -40,7 +40,7 @@ _seq_lock = threading.Lock()
_comms_fh = None # file handle: logs/comms_<ts>.log
_tool_fh = None # file handle: logs/toolcalls_<ts>.log
_api_fh = None # file handle: logs/apihooks_<ts>.log
_api_fh = None # file handle: logs/apihooks_<ts>.log - API hook calls
def _now_ts() -> str: