We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dbd99 commit 1ad2055Copy full SHA for 1ad2055
claude-agent-github-wiki/trigger/analyze-repo.ts
@@ -87,6 +87,7 @@ export const analyzeRepo = schemaTask({
87
metadata.set("repoSize", sizeOutput.trim());
88
89
// Prepare the prompt for Claude
90
+
91
const systemPrompt =
92
`You are analyzing the ${repoName} repository that has been cloned to your current working directory.
93
0 commit comments