Compare commits
7 Commits
1c5d9e1ecb
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 40e92241f8 | |||
| 42da4728e0 | |||
| 80936cde45 | |||
| e1e419b962 | |||
| a0b1101885 | |||
| b89764b52b | |||
| a0be6e76bb |
@@ -28,5 +28,9 @@ plugins/install-counts-cache.json
|
|||||||
plugins/known_marketplaces.json
|
plugins/known_marketplaces.json
|
||||||
plugins/installed_plugins.json
|
plugins/installed_plugins.json
|
||||||
plugins/blocklist.json
|
plugins/blocklist.json
|
||||||
|
|
||||||
|
# Session and runtime data
|
||||||
backups/
|
backups/
|
||||||
tasks/
|
tasks/
|
||||||
|
sessions/
|
||||||
|
mcp-needs-auth-cache.json
|
||||||
|
|||||||
@@ -11,3 +11,9 @@
|
|||||||
path = skills/vault
|
path = skills/vault
|
||||||
url = https://git.prettyhefty.com/Bill/obsidian-vault-manager.git
|
url = https://git.prettyhefty.com/Bill/obsidian-vault-manager.git
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "skills/excalidraw-diagram-skill"]
|
||||||
|
path = skills/excalidraw-diagram-skill
|
||||||
|
url = https://github.com/coleam00/excalidraw-diagram-skill
|
||||||
|
[submodule "skills/morgen-calendar"]
|
||||||
|
path = skills/morgen-calendar
|
||||||
|
url = https://git.prettyhefty.com/Bill/morgen-calendar-skill.git
|
||||||
|
|||||||
+10
-7
@@ -1,4 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"attribution": {
|
||||||
|
"commit": "",
|
||||||
|
"pr": ""
|
||||||
|
},
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(git:*)",
|
"Bash(git:*)",
|
||||||
@@ -33,7 +37,8 @@
|
|||||||
"Bash(git branch -d:*)",
|
"Bash(git branch -d:*)",
|
||||||
"Bash(git branch -D:*)",
|
"Bash(git branch -D:*)",
|
||||||
"Bash(git branch --delete:*)"
|
"Bash(git branch --delete:*)"
|
||||||
]
|
],
|
||||||
|
"defaultMode": "auto"
|
||||||
},
|
},
|
||||||
"statusLine": {
|
"statusLine": {
|
||||||
"type": "command",
|
"type": "command",
|
||||||
@@ -43,12 +48,10 @@
|
|||||||
"superpowers@superpowers-marketplace": true,
|
"superpowers@superpowers-marketplace": true,
|
||||||
"frontend-design@claude-code-plugins": true,
|
"frontend-design@claude-code-plugins": true,
|
||||||
"example-skills@anthropic-agent-skills": true,
|
"example-skills@anthropic-agent-skills": true,
|
||||||
"superpowers@claude-plugins-official": true
|
"superpowers@claude-plugins-official": true,
|
||||||
|
"ralph-wiggum@claude-code-plugins": true
|
||||||
},
|
},
|
||||||
"alwaysThinkingEnabled": true,
|
"alwaysThinkingEnabled": true,
|
||||||
"attribution": {
|
"skipDangerousModePermissionPrompt": true,
|
||||||
"commit": "",
|
"skipAutoPermissionPrompt": true
|
||||||
"pr": ""
|
|
||||||
},
|
|
||||||
"skipDangerousModePermissionPrompt": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule skills/claude-skill-git-gitea updated: 52b7a6e038...b7d486f6ab
Submodule
+1
Submodule skills/excalidraw-diagram-skill added at 8646fcc9f7
Submodule
+1
Submodule skills/morgen-calendar added at 53d4c19550
Reference in New Issue
Block a user