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}`, ` Platform: ${process.platform}`,
` Today's date: ${new Date().toDateString()}`, ` Today's date: ${new Date().toDateString()}`,
`</env>`, `</env>`,
`<project>`, // `<project>`,
` ${app.git ? await tree() : ""}`, // ` ${app.git ? await tree() : ""}`,
`</project>`, // `</project>`,
].join("\n"), ].join("\n"),
] ]
} }