feat: add promoted template edit contracts (#3407)

* feat: add promoted template edit contracts

* fix: address template contract review feedback
This commit is contained in:
James Russo
2026-08-21 18:39:17 -07:00
committed by GitHub
parent 92a6076807
commit dac8f9f912
24 changed files with 590 additions and 82 deletions
@@ -0,0 +1,18 @@
# Notification Cascade editing contract
## Surface ownership
This is a generic notification presentation with a HyperFrames-branded payoff. The notification geometry, backdrop, stacking behavior, typography, and motion belong to the template. The supplied website is the subject brand placed into declared slots.
## Editable slots
Only defaults declared in `data-composition-variables` are editable:
- `notifTitle`, `message1` through `message4`, and `appName`
- `headlineTop`, `headlineAccent`, and `footerText`
Keep replacement copy within 20% of the original length.
## Protected
Do not change CSS, layout, backdrop, notification chrome, logo asset, scene structure, duration, timing, easing, stacking, or reveal behavior. Colors are protected because this template declares no color variables.