feat: funny pony animation during requirement court#331
Merged
Conversation
Show an ASCII horse banner before the court starts, cycle through funny pony-themed spinner messages while each round deliberates, and print a race-track progress bar after each round completes. Animation is skipped automatically in non-TTY and JSON output modes. Adds onRoundStart/onRoundComplete hooks to RunRequirementCourtInput so the court can drive the animator without coupling UI to runtime. Also migrates biome.json to v2.5.1 schema and fixes exclude patterns so local runtime folders and caches are not linted. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the round-level spinner with a per-role gallop animation: each pony gets its own ASCII horse frame sequence (3 leg positions cycling every 170ms) and role-specific funny thoughts while it deliberates. A minimum 1800ms display time ensures the animation is always visible even with the fast deterministic runner. The court runs bots sequentially when per-pony callbacks are wired (onPonyStart/onPonyComplete), preserving parallel execution for all other callers. The ASCII pony header is redesigned to a cuter side-profile shape. Timing is injectable via CourtAnimatorOptions so tests can run without real delays. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the single large ASCII horse header with a side-by-side starting lineup showing every voter pony in its own role color (magenta PM, cyan Engineer, yellow Testing, blue ProjMgr, green Senior). Each pony uses a compact 5-line design with a ^-ear, round (o )~ head, and 3-frame gallop legs. The running animation during deliberation is also colored per bot so each manager is visually distinct. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace the plain ^ ear with a /~~~\ mane bump and a large O eye inspired by the anime-style proportions of My Little Pony characters. Body is now 4 lines (was 3) for rounder, chunkier MLP proportions. Co-authored-by: Cursor <cursoragent@cursor.com>
Swap the side-profile body for the user's bash-script pony: ears — /) (\ face — ( •_• ) body — /| |\ Three gallop frames cycle between flat stance, trot, and wide stance. Co-authored-by: Cursor <cursoragent@cursor.com>
Run `bun scripts/demo-animation.ts` to see the full court animation (starting lineup, per-pony gallop, race track) without a real AI call. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
Test plan