chore: agentic upgrade
compute / deploy (push) Has been cancelled

This commit is contained in:
Daniil
2026-05-17 02:12:18 +03:00
parent b8b8247ff3
commit 6e82165566
98 changed files with 9231 additions and 231 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"hooks": {
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "node \"$(git rev-parse --show-toplevel)/.codex/hooks/snapshot_ts_changes.mjs\"",
"timeout": 10
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "node \"$(git rev-parse --show-toplevel)/.codex/hooks/format_ts_changes.mjs\"",
"timeout": 30,
"statusMessage": "Formatting TypeScript edits"
}
]
}
]
}
}