temporarily disable project details in system prompt
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-19 17:37:10 -04:00
parent 6c28afed0b
commit 692ee660c2
+3 -3
View File
@@ -82,9 +82,9 @@ export namespace SystemPrompt {
` Platform: ${process.platform}`,
` Today's date: ${new Date().toDateString()}`,
`</env>`,
`<project>`,
` ${app.git ? await tree() : ""}`,
`</project>`,
// `<project>`,
// ` ${app.git ? await tree() : ""}`,
// `</project>`,
].join("\n"),
]
}