1.1 KiB
1.1 KiB
Task Done: Developer Tooling — Add Security Review Exporter
Status: DONE
Assigned to: Antigravity (@orchestrator)
Date: 2026-08-18
Base Commit: bc2b658
Accomplished
- Created
tools/export-review.ps1supporting:- Full snapshot mode (
git archive HEAD) withREVIEW_CONTEXT.mdinjection. - Diff mode (
-Diff,-Base <SHA>) withREVIEW_DIFF.patch,REVIEW_CHANGED_FILES.txt, changed source files in tree structure, all tests intests/*,prisma/schema.prisma,package.json,docs/*. - Security safety check against tracked secrets (
.env,*.pem,*.key,credentials.json,secrets.json). - Dirty worktree handling with warning and
-RequireCleanstrict guard. - Output summary table with file count, size, commit SHA, mode.
-CopyPromptto automatically put Russian reviewer prompt into Windows clipboard.- Compatible with Windows PowerShell 5.1 and PowerShell 7+, handles paths with spaces.
- Full snapshot mode (
- Created user documentation in
docs/AI_REVIEW_EXPORT.md. - Verified both FULL and DIFF exports, tested
-RequireClean, tested Windows PowerShell 5.1 and PowerShell 7.