Files
office_translator/.cursor/hooks.json
sepehr 89a3474512
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m19s
chore(skills): configuration des compétences Impeccable pour les agents
2026-08-31 21:16:10 +02:00

12 lines
385 B
JSON

{
"version": 1,
"hooks": {
"preToolUse": [
{
"command": "node -e \"const p=process.argv[1];const f=require('fs');if(f.existsSync(p)){const r=require('child_process').spawnSync(process.execPath,[p],{stdio:'inherit'});process.exit(r.status===null?1:r.status);}\" \".cursor/skills/impeccable/scripts/hook-before-edit.mjs\"",
"timeout": 5
}
]
}
}