fix: safe uploads, AI history continuity, deep search, sudo credentials #55
@ -158,13 +158,13 @@ jobs:
|
|||||||
printf 'Files changed: %s\n\n' "$CHANGED_FILES"
|
printf 'Files changed: %s\n\n' "$CHANGED_FILES"
|
||||||
printf '---\n'
|
printf '---\n'
|
||||||
cat /tmp/codebase_index.txt
|
cat /tmp/codebase_index.txt
|
||||||
printf -- '---\n\n'
|
printf '---\n\n'
|
||||||
printf '## Changed file contents\n\n'
|
printf '## Changed file contents\n\n'
|
||||||
printf 'Each section is the COMPLETE, FINAL file after PR changes (not a diff).\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 'Files over 500 lines show only changed sections with surrounding context.\n\n'
|
||||||
printf '---\n'
|
printf '---\n'
|
||||||
cat /tmp/pr_context.txt
|
cat /tmp/pr_context.txt
|
||||||
printf -- '---\n\n'
|
printf '---\n\n'
|
||||||
printf '## Instructions\n\n'
|
printf '## Instructions\n\n'
|
||||||
printf 'Before raising any finding:\n'
|
printf 'Before raising any finding:\n'
|
||||||
printf '1. Confirm every symbol you cite exists in the CODEBASE INDEX or file\n'
|
printf '1. Confirm every symbol you cite exists in the CODEBASE INDEX or file\n'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user