Skip to content

Commit 863a7f4

Browse files
committed
update system prompt with upload files location
Signed-off-by: sallyom <[email protected]>
1 parent a248f89 commit 863a7f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/runners/claude-code-runner/wrapper.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,6 +1886,9 @@ def _build_workspace_context_prompt(self, repos_cfg, workflow_name, artifacts_pa
18861886
prompt += "Purpose: Create all output artifacts (documents, specs, reports) here.\n"
18871887
prompt += "This directory persists across workflows and has its own git remote.\n\n"
18881888

1889+
# File uploads (user-provided context)
1890+
prompt += "User-uploaded context files are available in file-uploads/\n\n"
1891+
18891892
# Available repos
18901893
if repos_cfg:
18911894
prompt += "## Available Code Repositories\n"

0 commit comments

Comments
 (0)