refactor: rename daemon to runner throughout codebase

This commit is contained in:
weishu
2026-01-19 11:12:48 +08:00
parent ccdcb3d75d
commit 0228146b99
53 changed files with 812 additions and 714 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
*
* ## Cross-Platform Support
*
* This utility handles spawning HAPI CLI subprocesses (for daemon processes)
* This utility handles spawning HAPI CLI subprocesses (for runner processes)
* in a cross-platform way, detecting the current runtime mode and using
* the appropriate command and arguments.
*/