fix(assets): land the transparent rasters that never reached main #96
No reviewers
Labels
No labels
burndown-2026-08
move-to-repo
coilyco-bridge-deploy
move-to-repo
coilyco-flight-deck-agent-compose
move-to-repo
coilyco-gaming-eco-app
move-to-repo
coilysiren-inbox
move-to-repo
unknown
🔒⚠️📦⚠️🔒 SANDBOXED 🔒⚠️📦⚠️🔒
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/sirens-echo!96
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/sirens-deep-mark"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lands work that was already reviewed and merged, but into the wrong place.
What happened
#94 was stacked on
feat/sirens-deep-markrather than onmain, as agreed. #84 merged that branch intomainbefore #94 merged into it. So #94 landed on a branch that had already been consumed, and its content never reachedmain.Both pull requests show as merged. The result is that
maincarries the mark with the raster problem #94 was written to fix.What is on main right now
assets/sirens-deep.pngandassets/sirens-deep-lockup.pngbake the ink field into a full square tile. Sampled at the corner, both read(20, 17, 27, 255), fully opaque. They cannot drop onto any surface without dark corners, and they do not match the org marks in the website repository, three of which are transparent outside the ring.What this brings over
The four stranded commits, unchanged and already reviewed:
Net effect on
main: both PNGs become transparent outside a circle of r 169.9, just inside the ring's outer edge at 171.5, with fully transparent pixels zeroed. The SVGs keep their opaque field and are untouched.docs/assets.mdgains the six-line note on regenerating them.Nothing new is authored here. If you would rather see a clean single-commit version instead of the revert-and-reapply pair, say so and I will squash it.
Same thing happened next door
coilysiren/websitehas the identical ordering problem, with more missing: itsmainhas neither the water mark, the-lockuprename, nor the transparent rasters. Companion catch-up: coilysiren/website#108.