()
| 1252 | // buildSystem appends the working-directory anchor to the embedded system |
| 1253 | // prompt so "hier" / "here" resolves to a concrete path. |
| 1254 | func buildSystem(projectDir string) string { |
| 1255 | return config.DefaultSystemPrompt + "\n\nWorking directory: " + projectDir |
| 1256 | } |
| 1257 |