You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bridges/kimaki/post-upgrade.sh
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,7 @@ const fs = require('node:fs')
184
184
185
185
const file = process.env.SYSTEM_MESSAGE_FILE
186
186
const marker = 'wp-coding-agents managed Kimaki system prompt patch'
187
+
const literalDollar = '$'
187
188
const source = fs.readFileSync(file, 'utf8')
188
189
189
190
if (source.includes(marker)) {
@@ -203,7 +204,7 @@ Use the composed Data Machine AGENTS.md guidance for the coding runtime, workspa
203
204
204
205
## Bridge Diagnostics
205
206
206
-
For Kimaki bridge failures, inspect $HOME/.kimaki/kimaki.log. The log is reset every time Kimaki restarts, so it only covers the current run.
207
+
For Kimaki bridge failures, inspect \\${literalDollar}HOME/.kimaki/kimaki.log. The log is reset every time Kimaki restarts, so it only covers the current run.
0 commit comments