2 Commits
4 changed files with 48 additions and 3 deletions
+45 -1
View File
@@ -25,5 +25,49 @@
"filePattern": ".claude/skills/deploy-workflow.md", "filePattern": ".claude/skills/deploy-workflow.md",
"description": "CI/CD pipeline, Docker patterns, deployment guide" "description": "CI/CD pipeline, Docker patterns, deployment guide"
} }
] ],
"hooks": {
"PreToolUse": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "serena-hooks remind --client=claude-code"
}
]
},
{
"matcher": "mcp__serena__*",
"hooks": [
{
"type": "command",
"command": "serena-hooks auto-approve --client=claude-code"
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "serena-hooks activate --client=claude-code"
}
]
}
],
"SessionEnd": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "serena-hooks cleanup --client=claude-code"
}
]
}
]
}
} }
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- name: Cache Nix - name: Cache Nix
uses: DeterminateSystems/magic-nix-cache-action@v14 uses: DeterminateSystems/magic-nix-cache-action@v14
with: with:
use-flakehub: true use-flakehub: false
- name: Build ${{ matrix.service }} - name: Build ${{ matrix.service }}
id: build id: build
+1
View File
@@ -11,6 +11,7 @@ node_modules
.turbo/ .turbo/
# IDEs and editors # IDEs and editors
/.idea /.idea
.serena/
.project .project
.classpath .classpath
.c9/ .c9/