Initial commit

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
dinlo
2026-05-31 18:45:38 +08:00
commit 4655401fd3
22 changed files with 2848 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(ollama list *)",
"Bash(ollama create *)",
"Bash(ollama run *)",
"Bash(python *)",
"Bash(cmd *)",
"Bash(pip install *)",
"Bash(awk '{print $9, $5}')",
"Bash(awk '{print $1}')",
"Bash(awk '{printf \"%-35s %8s\\\\n\", $9, $5}')"
]
}
}