feat: Adjustst the parsePRD system prompt and cursor rule so to improve following specific details that may already be outliend in the PRD. This reduces cases where the AI will not use those details and come up with its own approach. Next commit will reduce detfault temperature to do this at scale across the system too.

This commit is contained in:
Eyal Toledano
2025-04-02 22:36:36 -04:00
parent 6393f9f7fb
commit f16a574ad8
2 changed files with 5 additions and 4 deletions

View File

@@ -706,10 +706,10 @@ function setupMCPConfiguration(targetDir, projectName) {
"env": {
"ANTHROPIC_API_KEY": "%ANTHROPIC_API_KEY%",
"PERPLEXITY_API_KEY": "%PERPLEXITY_API_KEY%",
"MODEL": "%MODEL%",
"PERPLEXITY_MODEL": "%PERPLEXITY_MODEL%",
"MAX_TOKENS": "%MAX_TOKENS%",
"TEMPERATURE": "%TEMPERATURE%",
"MODEL": "claude-3-7-sonnet-20250219",
"PERPLEXITY_MODEL": "sonar-pro",
"MAX_TOKENS": 64000,
"TEMPERATURE": 0.3,
"DEFAULT_SUBTASKS": 5,
"DEFAULT_PRIORITY": "medium"
}