Skip to content

feat(pr-automator): repair evidence pipeline and label automation - #100

Merged
bronz3beard merged 32 commits into
mainfrom
feat/pr-automator-visual-verifier-fix-9393266977541703357
Aug 30, 2026
Merged

feat(pr-automator): repair evidence pipeline and label automation#100
bronz3beard merged 32 commits into
mainfrom
feat/pr-automator-visual-verifier-fix-9393266977541703357

Conversation

@bronz3beard

Copy link
Copy Markdown
Owner

This PR repairs the evidence pipeline and label automation for the pr-automator and visual-verifier skills.
The core issues fixed were:

  • Over-aggressive matching of authentication walls causing false positives.
  • Using unignored temporary session files and dumping output directly onto local branches causing uncommitted change conflict issues.
  • Relying on non-Camo accessible domains for markdown attachments (public repos must be inline, private must drag and drop).
  • Labels were unpaginated causing issues if a repo had more than 30 labels, and bad labels blocked PR creation entirely.

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:next failure (react-hooks/set-state-in-effect) in ProjectModelRouting.tsx observed but skipped as out-of-scope.


PR created automatically by Jules for task 9393266977541703357 started by @bronz3beard

- 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.
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-tech-lead-stack Error Error Aug 30, 2026 1:06am

bronz3beard and others added 24 commits August 29, 2026 21:53
… support, and new API endpoints for project management
… server startup logging and project refresh logic
…oading and update write-permission logic via overlay configuration
…anup with retries and temporary directory usage
…ion, and optional skill input for the voice relay service.
…ring, normalized metrics, and enhanced Langfuse tracing.
… and improve prompt instructions and error handling
…nhanced TTS guardrails for improved spoken output quality.
…headers, preamble patterns, and markdown code fencing.
…tening lists, and handling text-block markdown.
…tion, tighter preamble filtering, and stricter word count limits.
…pture steps and streamlining branch discovery procedures
@bronz3beard
bronz3beard merged commit f735e9d into main Aug 30, 2026
2 of 4 checks passed
@bronz3beard
bronz3beard deleted the feat/pr-automator-visual-verifier-fix-9393266977541703357 branch August 30, 2026 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant