fix: safe uploads, AI history continuity, deep search, sudo credentials #55

Merged
sarman merged 19 commits from fix/safe-uploads-history-search-sudo into master 2026-05-31 20:52:32 +00:00
Showing only changes of commit 6c825b1c73 - Show all commits

View File

@ -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'