From 11a3143f69d6748dc47819421852ff2758be4dfe Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Tue, 5 May 2026 11:04:04 +0900 Subject: [PATCH] docs: update agent temp file guidance Co-authored-by: WillBooster (Codex CLI) --- packages/wbfy/src/generators/agents.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/wbfy/src/generators/agents.ts b/packages/wbfy/src/generators/agents.ts index ebab3e01..f427dfc5 100644 --- a/packages/wbfy/src/generators/agents.ts +++ b/packages/wbfy/src/generators/agents.ts @@ -75,6 +75,7 @@ function generateAgentInstruction( - If not specified, make sure to add a new line at the end of your commit message${rootConfig.isWillBoosterRepo ? ` with: \`Co-authored-by: WillBooster (${toolName}) \`` : ''}. - Always create new commits. Avoid using \`--amend\`. - Always use heredoc syntax when passing multi-line content to any command. +- Put temporary files in the \`.tmp\` or \`/tmp\` directory. ${hasPlaywrightTestServer(allConfigs) ? `- Use \`${packageManager} wb start --mode test\` to launch a web server for debugging or testing.` : ''} ${generateAgentCodingStyle(allConfigs)}