Initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"autoMemoryDirectory": "~/claude-projects/misc/memory",
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/misc/OFFENE-PUNKTE.md",
|
||||
"type": "command"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"permissions": {
|
||||
"additionalDirectories": [
|
||||
"~/projects/misc"
|
||||
],
|
||||
"allow": [
|
||||
"Edit(~/projects/misc/**)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.ai-control-running
|
||||
@@ -0,0 +1,3 @@
|
||||
# Offene Punkte — bei jedem Start prüfen und abhaken
|
||||
|
||||
Keine offenen Punkte.
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"pool": "private",
|
||||
"terminal": {
|
||||
"theme": "tokyo-night",
|
||||
"icon": "misc.png"
|
||||
}
|
||||
}
|
||||
+396793
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
@@ -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 |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
+15
@@ -0,0 +1,15 @@
|
||||
<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="#3f6fa6"/>
|
||||
<stop offset="1" stop-color="#2b5280"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="m" x1="0" y1="0" x2="0" y2="1">
|
||||
<stop offset="0" stop-color="#d8bfa2"/>
|
||||
<stop offset="1" stop-color="#b6906c"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="1024" height="1024" rx="224" fill="url(#bg)"/>
|
||||
<path d="M 302 706 L 302 328 L 512 576 L 722 328 L 722 706"
|
||||
fill="none" stroke="url(#m)" stroke-width="98" stroke-linejoin="miter"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 664 B |
Reference in New Issue
Block a user