mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-15 07:30:53 +02:00
Add files via upload
This commit is contained in:
@@ -49,4 +49,10 @@ func TestBuildWorkspaceBlockMentionsPath(t *testing.T) {
|
||||
if !strings.Contains(block, "/tmp") {
|
||||
t.Fatalf("block should warn about /tmp: %s", block)
|
||||
}
|
||||
if !strings.Contains(block, "当前目录") || !strings.Contains(block, "服务进程当前工作目录") {
|
||||
t.Fatalf("block should distinguish current/project dir from workspace: %s", block)
|
||||
}
|
||||
if !strings.Contains(block, "不要把空的会话工作目录误当成项目根目录") {
|
||||
t.Fatalf("block should warn about empty workspace confusion: %s", block)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user