Avoid duplicate scaffold eval execution - #112
Draft
woud420 wants to merge 1 commit into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #112 +/- ##
=======================================
Coverage 96.21% 96.21%
=======================================
Files 58 58
Lines 4169 4169
=======================================
Hits 4011 4011
Misses 158 158 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Primary changes
The tiered entrypoint and individual examples can require repeated unchanged runs with unclear completion. Make individual commands iteration alternatives, reuse passing tier results, and require reruns after relevant fixes or nondeterminism evidence.
Before:
After (source excerpt):
Reviewer walkthrough
.agents/skills/scaffold-evals/SKILL.md: review the scoped instruction change.docs/evals.md: review the scoped instruction change.Correctness and invariants
The change is limited to audit recommendation 40. Existing authorization and runtime correctness boundaries are preserved except for the explicitly proposed instruction clarification shown in the diff. No installed skill copies, live services, deployment configuration, or unrelated user files are changed.
Testing and QA
Risk / Rollout
Draft for review. Instruction behavior changes only after this source change is accepted and used; no deployment or installed-skill sync is part of this PR. Other audit PRs may touch the same instruction file and should be rebased and reviewed when earlier changes land.
Refs ENG-462