fix(ci): ignore toolkit socket runtime files
ci/woodpecker/push/woodpecker Pipeline was successful
Lint and Build Checks / Lint, Test, and Build (push) Failing after 363h25m12s

This commit is contained in:
2026-06-24 16:12:36 -05:00
parent 153169b1f7
commit 41e5f3182a
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -70,3 +70,7 @@ yarn-error.log
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Toolkit socket runtime
.toolkit-socket.pid
/logs/
+1
View File
@@ -21,6 +21,7 @@
"Updated the Toolkit socket restart script to find Node and npm from standard macOS, Homebrew, and NVM locations.",
"Added a bounded health retry so deploys wait for the socket to bind before failing.",
"Fixed the Woodpecker frontend health URL check so pipeline interpolation cannot strip the deploy target.",
"Ignored local Toolkit socket PID and log files created by shared workspace deploys.",
"Kept the restart command safe for non-interactive SSH deploy sessions.",
"Preserved the shared workspace socket behavior for deployed Toolkit editing."
]