feat(pr-automator): repair evidence pipeline and label automation - #100
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.
|
… support, and new API endpoints for project management
… context, and add unit tests.
… and update binary detection method
…kill execution, and add server test suite
… server startup logging and project refresh logic
…n for voice-relay service
…undant LAN IP discovery logic
…oading and update write-permission logic via overlay configuration
…state freshness in API handlers
…l configuration options
…backend invocation logic
…or workflow for template-driven creation
…anup with retries and temporary directory usage
… update advisory skill posture tests
…ion, and optional skill input for the voice relay service.
…ring, normalized metrics, and enhanced Langfuse tracing.
…it tests for LocalOllamaBackend responses
… and improve prompt instructions and error handling
…nhanced TTS guardrails for improved spoken output quality.
…g and add unit tests for failure modes.
…headers, preamble patterns, and markdown code fencing.
…tening lists, and handling text-block markdown.
…tion, tighter preamble filtering, and stricter word count limits.
…ns and updated task classification logic
…pture steps and streamlining branch discovery procedures
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