Map main's two new detector rules into the hook discipline groups

organic-clip-path and buried-raster landed on main after this branch's
hook-rule-presentation map; both are produced-imagery rules, grouped
under Imagery beside shape-assembled-illustration.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Abdul Wahab
2026-09-01 10:18:14 +05:00
co-authored by Claude Opus 5
parent 93218c543a
commit 66632b050a
2 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -94,13 +94,15 @@
"id": "organic-clip-path",
"name": "Organic contour drawn as clip-path",
"description": "A clip-path polygon with many arbitrary vertices, or a curved clip-path path(), is CSS approximating a torn edge, blob, or silhouette. It reads as the cheap version of the effect and is usually a produced or photographic material replaced with code. Derive an alpha matte from the real image, or ship the shape as a cut-out raster; keep clip-path for geometry (cut corners, diagonals, hexagons).",
"group": "quality"
"group": "quality",
"discipline": "Imagery"
},
{
"id": "buried-raster",
"name": "Raster buried under a wash or opacity",
"description": "A background image under a near-opaque gradient wash, or a raster on an element at near-zero opacity, never reaches the screen: the page shows the wash, and the produced texture or photo ships as a compliance token. Let the material show (a tint under 0.9 alpha, a blend mode, an opacity you can see) or remove the file.",
"group": "quality"
"group": "quality",
"discipline": "Imagery"
},
{
"id": "dark-glow",
+2
View File
@@ -31,6 +31,8 @@ export const DISCIPLINES = {
'pulsing-dot': 'Motion',
'blinking-cursor': 'Motion',
'shape-assembled-illustration': 'Imagery',
'organic-clip-path': 'Imagery',
'buried-raster': 'Imagery',
'dark-glow': 'Color & Contrast',
'radial-halo': 'Color & Contrast',
'radial-spotlight-glow': 'Color & Contrast',