chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-23 17:43:06 +00:00
parent 2037e7eb2e
commit d50f5b4abb
6 changed files with 406 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"version": 1,
"hooks": {
"preToolUse": [
{
"type": "command",
"bash": "hooks/attester-import-check/check-imports.py",
"cwd": ".",
"env": {
"ATTESTER_MODE": "block"
},
"timeoutSec": 30
}
]
}
}