feat(pr-automator): repair evidence pipeline and label automation - #100
feat(pr-automator): repair evidence pipeline and label automation#100bronz3beard wants to merge 1 commit into
Conversation
- Rewrote `visual-verifier` to robustly detect auth walls via path segment/DOM checks instead of substring matching, removing unneeded writing to disk, and to emit a structured JSON manifest. - Added `publish-evidence` to strictly push to target repo branch via Git Data API (Camo compliant inline images) if public, and gracefully fallback to local path otherwise (omitting `upload-evidence.mjs` totally). - Added `verify-evidence` for anonymous HTTP GET checks of evidence images and retry backoff logic for CDN propagation. - Added `pr-body-inject` for idempotent body injection using PR templates. - Added `resolve-labels` for deterministic git diff categorization and pagination limits (bypassing the 30 GH limit). - Rewrote `gh-pr-create.sh` to safely output URL payloads on success. - Updated skill docs and `.gitignore` appropriately. - Included comprehensive test suite covering the new tools. Observed friction: - `src/components/settings/ProjectModelRouting.tsx` has a React Hook effect state warning triggering failure in `lint:next` but it is out of scope to touch or repair.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This PR repairs the evidence pipeline and label automation for the
pr-automatorandvisual-verifierskills.The core issues fixed were:
The solution redesigns this via a strict execution ladder emitting JSON manifests between tools, all within sandbox constraints and ensuring no 3rd-party egress (
upload-evidence.mjs).Tests passed locally.
Observed friction: Pre-existing
lint:nextfailure (react-hooks/set-state-in-effect) inProjectModelRouting.tsxobserved but skipped as out-of-scope.PR created automatically by Jules for task 9393266977541703357 started by @bronz3beard