mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #168] [MERGED] improve viguy agent triage, community PR evaluation, and known patterns #365
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/168
Author: @elithrar
Created: 2/27/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @elithrar
Base:
main← Head:fix/viguy-triage-and-patterns📝 Commits (1)
a223291improve viguy agent triage, community PR evaluation, and known patterns📊 Changes
1 file changed (+65 additions, -1 deletions)
View changed files
📝
.opencode/agents/viguy.md(+65 -1)📄 Description
Follows up on #163. The scope constraint fixed the cross-issue commenting problem, but the viguy prompt still had no guidance for triage vs. implementation, evaluating community PRs, or recognizing recurring issue patterns.
Reviewed the last 4-5 days of issues (#25, #50, #71, #72, #100, #109, #143, #144, #145) and PRs (#127, #131, #136, #140, #141, #142, #147, #151, #153, #154) to identify patterns. Several community PRs were closed as non-problems, duplicates, or misdiagnoses (e.g., #136 added JSX pragmas for a scenario that doesn't occur; #131/#153/#154 were duplicates; #147 duplicated #123). The agent had no framework for catching these before investing review effort.
Prompt structure follows Anthropic best practices: highest-priority behavioral constraints at the top (primacy), output formatting near the end (recency), concrete examples over vague directives, and explicit negative constraints ("do not fix by adding JSX pragmas to individual files").
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.