This commit is contained in:
marcus.hinz
2026-07-06 08:18:48 +02:00
parent bf2e425c95
commit 6e3b288d0a
3 changed files with 22 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
"Bash(cargo *)",
"Bash(npm *)",
"Bash(npx *)",
"WebSearch"
"WebSearch",
"Read(//Users/marcus.hinz/.config/ai-control/pools/private/**)",
"Read(//Users/marcus.hinz/claude-projects/pool/**)"
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

+19
View File
@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#2b2b2f"/>
<stop offset="1" stop-color="#161618"/>
</linearGradient>
<linearGradient id="txt" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#ffffff"/>
<stop offset="1" stop-color="#d6d6d9"/>
</linearGradient>
</defs>
<rect width="1024" height="1024" rx="224" fill="url(#bg)"/>
<rect x="40" y="40" width="944" height="944" rx="192" fill="none"
stroke="#ffffff" stroke-opacity="0.14" stroke-width="3"/>
<text x="512" y="650" text-anchor="middle"
font-family="Didot, 'Bodoni 72', Georgia, serif"
font-size="400" letter-spacing="14"
fill="url(#txt)">aIC</text>
</svg>

After

Width:  |  Height:  |  Size: 839 B