fix(ci): remove remaining printf -- calls in Analyze with LLM step
Some checks failed
Test / rust-fmt-check (pull_request) Successful in 1m34s
Test / frontend-tests (pull_request) Successful in 1m31s
Test / frontend-typecheck (pull_request) Successful in 1m33s
Test / rust-clippy (pull_request) Successful in 3m13s
PR Review Automation / review (pull_request) Failing after 3m50s
Test / rust-tests (pull_request) Successful in 4m27s
Some checks failed
Test / rust-fmt-check (pull_request) Successful in 1m34s
Test / frontend-tests (pull_request) Successful in 1m31s
Test / frontend-typecheck (pull_request) Successful in 1m33s
Test / rust-clippy (pull_request) Successful in 3m13s
PR Review Automation / review (pull_request) Failing after 3m50s
Test / rust-tests (pull_request) Successful in 4m27s
This commit is contained in:
parent
03cda08a33
commit
6c825b1c73
@ -158,13 +158,13 @@ jobs:
|
||||
printf 'Files changed: %s\n\n' "$CHANGED_FILES"
|
||||
printf '---\n'
|
||||
cat /tmp/codebase_index.txt
|
||||
printf -- '---\n\n'
|
||||
printf '---\n\n'
|
||||
printf '## Changed file contents\n\n'
|
||||
printf 'Each section is the COMPLETE, FINAL file after PR changes (not a diff).\n'
|
||||
printf 'Files over 500 lines show only changed sections with surrounding context.\n\n'
|
||||
printf '---\n'
|
||||
cat /tmp/pr_context.txt
|
||||
printf -- '---\n\n'
|
||||
printf '---\n\n'
|
||||
printf '## Instructions\n\n'
|
||||
printf 'Before raising any finding:\n'
|
||||
printf '1. Confirm every symbol you cite exists in the CODEBASE INDEX or file\n'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user