feat(assets): accept Wraith and Echo recovery sprites#15
Merged
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
colorpulse6
marked this pull request as ready for review
July 19, 2026 08:38
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
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\n\nRecover and accept the already-generated Wraith and Echo candidates from the quality-controlled M2 second tranche. This PR is asset/documentation-only: no gameplay, renderer, registration, atlas, collision, stat, spawn, save, or balance changes.\n\n## Accepted replacements\n\n| Enemy | Original -> output | Frames | Entity / draw | Representative level | Decision |\n|---|---|---:|---|---|---|\n| Wraith | 1024x1536 sRGBA -> 1024x1536 sRGBA; output SHA 43974298bbc745519666291584e5642f0071d16d587598d57735d9ca51614f9d | 1 | 48x44 / 56x52; Bestiary 96x96 | W4-2 The Kepler Graveyard, Wave 1 | Explicitly approved; 0.5 source-pixel Y difference accepted; pre-existing live Bestiary-detail blocker waived |\n| Echo | 1536x1024 sRGBA -> 1536x1024 sRGBA; output SHA 801253b039b634f899b6d465eca25a68ec9fede3ad3cd837955edff6d12858e1 | 1 | 36x36 / 44x44; Bestiary 96x96 | W6-2 Distortion Field, Wave 1 | Explicitly approved; exact alpha-center alignment; live Bestiary passed |\n\n## Evidence\n\n- Exact-size dark/bright sheets for both enemies.\n- Wraith hitbox/alignment overlay and matched 480x854 W4-2 original/candidate sheet.\n- Echo visible/15%-phase sheets and matched 480x854 W6-2 RAW visible/phase sheets.\n- Live Echo Bestiary detail capture.\n- Eight-enemy actual-draw-size cross-tranche silhouette sheet.\n- Prompt, matte, deterministic-fit, hashes, toolchain, and rejection/provenance notes: docs/assets/prompts/shooter/03-m2-wraith-echo-recovery.md\n\n## Rejected/retained candidates\n\nNo new candidates were rejected in this recovery slice. The original Wraith and Echo PNGs were retained byte-for-byte as backups during review; both accepted replacements are the previously generated candidates reconstructed with deterministic stripped PNG output.\n\n## Verification\n\n- npx tsc --noEmit: pass\n- yarn colony:test: 268/268 pass\n- yarn engine:test: 66/66 pass (rerun with required tsx IPC permission)\n- yarn sprites:test: 4/4 pass (rerun with required tsx IPC permission)\n- yarn build: pass\n- NEXT_PUBLIC_DEVTOOLS=1 yarn build: pass\n- git diff --cached --check: pass\n- Console during candidate gameplay and live Echo Bestiary: 0 errors, 0 warnings\n- Static server: http://127.0.0.1:3000\n\nDo not merge without the user's approval of the refreshed local playtest.