[workflow-editor] trim curriculum-evaluator persona intro#1250
Merged
pelikhan merged 3 commits intoJul 16, 2026
Conversation
Replace the 150-word Dr. C.W. Worrier character preamble with a lean 2-sentence task framing. The rubric and evaluation logic are unchanged; removed content (whimsical persona, bullet allergies, Kirkpatrick reference) duplicated what the rubric already captures. Regenerated curriculum-evaluator.lock.yml via `gh aw compile`. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Use `gh aw compile --schedule-seed githubnext/gh-aw-workshop` to preserve the original `21 3 * * *` daily schedule in the lock file and prevent cron drift from sandboxed recompiles. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Trim curriculum-evaluator persona intro
[workflow-editor] trim curriculum-evaluator persona intro
Jul 15, 2026
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.
The
curriculum-evaluator.mdagent brief opened with ~150 words of theatrical "Dr. C.W. Worrier" character framing before reaching any actionable instructions. The rubric already captures every concern enumerated in that preamble quantitatively, making the persona purely decorative overhead.Changes
.github/workflows/curriculum-evaluator.md— Replaced the character backstory, "professionally allergic to" bullet list, and Kirkpatrick model reference with two direct sentences naming the operative frameworks (Bloom's Taxonomy, Cognitive Load Theory, Mayer's Multimedia Principles) and the output contract (quantitative score + root cause + actionable prompt). Evaluation logic is untouched..github/workflows/curriculum-evaluator.lock.yml— Recompiled with--schedule-seed githubnext/gh-aw-workshopto preserve the original21 3 * * *cron schedule.