Animate cheeky-terminal (16-frame) + terminal-round + glasses (blink) - #172
Merged
Conversation
Two previously-static eye parts now animate. cheeky-terminal is the
first 16-frame sequence — one full super-loop per cycle. terminal-round
flips open/closed on the standard BLINK_SCHEDULE.
Also:
- parts.ts docstring bumped to include N=16 (was stale at {1,2,4,8})
- ANIM_VERSION 1→2 so CDN-cached renders bust cleanly
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Third static eye part to go animated in this branch. Same BLINK_SCHEDULE as human/terminal/terminal-round. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
pablostanley
added a commit
that referenced
this pull request
Apr 20, 2026
Ship ANIM_VERSION=2 + animated cheeky-terminal/terminal-round/glasses (merged in PR #172) to npm consumers. React bundles core statically so it republishes alongside to pick up the new version. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
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
cheeky-terminalupgraded from static to 16-frame sequence — first part that fills a full super-loop (LOOP_LENGTH = 16). Pupils drift cheeky left/right inside the green terminal screen.terminal-roundupgraded from static to 2-frame blink — open/closed eyes in the round dark terminal.glassesupgraded from static to 2-frame blink — round specs blink on the standard BLINK_SCHEDULE.parts.tsdocstring corrected: valid sequence N is{1, 2, 4, 8, 16}(was stale at{1, 2, 4, 8}— pre-16-tick super-loop era).ANIM_VERSIONbumped 1 → 2 so CDN-cached?v=1renders bust cleanly on next consumer fetch.Append-only invariant holds — same entries at same indices, just typed now. IDs stable.
Out of scope: unrelated Photoshop re-exports across other PNGs are left in the working tree for a separate PR.
Test plan
node scripts/stitch-frames.mjsemitscheeky-terminal sequence:16,terminal-round blink:2,glasses blink:2pnpm --filter @pixabots/core buildpassespnpm --filter @pixabots/core test— 11 passed, 0 failedpnpm check-combo-count— total 10,752 unchanged/,/browse,/bot/{id}@pixabots/coreminor + tag to publish updatedANIM_VERSIONto npm consumers🤖 Generated with Claude Code