added Dex Horthy (HumanLayer) tip: <important if> tags for CLAUDE.md

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Shayan Rais
2026-03-18 20:18:32 +05:00
parent 005c779e2a
commit ac7085f9cc
2 changed files with 20 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="20" role="img" aria-label="Dex">
<title>Dex</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="36" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="36" height="20" fill="#e67e22"/>
<rect width="36" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text x="18" y="14">Dex</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 688 B