Skip to content

Simplify review process and remove rescue#1787

Merged
preinlein merged 3 commits intomainfrom
paul.reinlein/simplify-review
Mar 3, 2026
Merged

Simplify review process and remove rescue#1787
preinlein merged 3 commits intomainfrom
paul.reinlein/simplify-review

Conversation

@preinlein
Copy link
Contributor

@preinlein preinlein commented Feb 27, 2026

What does this PR do?

Simplifies the optimization skill suite by removing the lading-optimize-rescue and lading-optimize-validate skills, and streamlining the review process to a binary APPROVED/REJECTED outcome.

Motivation

The rescue and validate skills added complexity without proportional value. Bug triage, duplicate detection, and the bug_found/duplicate verdicts created branching workflows that were rarely exercised. A simpler two-verdict review (APPROVED or REJECTED) covers all cases — duplicates, bugs, and missing benchmarks are all rejections with a descriptive reason.

Related issues

N/A

Additional Notes

  • Removed skills: lading-optimize-rescue, lading-optimize-validate
  • Removed review templates: bug-found.template.yaml, duplicate.template.yaml
  • Review verdicts simplified from 4 (approved/rejected/duplicate/bug_found) to 2 (approved/rejected)
  • Hunt skill no longer invokes validate on pre-existing bugs — just documents and stops
  • Submit skill description trimmed; removed "Ready for review" line from PR template
  • Review skill no longer has Write/Edit permissions (read-only review)

preinlein and others added 3 commits February 26, 2026 10:07
Replace the per-call Vec allocation from encode_to_vec() with a
RefCell<BytesMut> scratch buffer that persists across calls, matching
the pattern already used by OpentelemetryLogs and OpentelemetryMetrics.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@preinlein preinlein marked this pull request as ready for review March 3, 2026 15:11
@preinlein preinlein requested a review from a team as a code owner March 3, 2026 15:11
@preinlein preinlein merged commit adcb500 into main Mar 3, 2026
31 of 32 checks passed
@preinlein preinlein deleted the paul.reinlein/simplify-review branch March 3, 2026 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants