test(omo-codex): batch 63 (4 files)

This commit is contained in:
YeonGyu-Kim
2026-05-30 19:12:10 +09:00
parent 63322c5507
commit cf88f7462a
4 changed files with 330 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "node \"${PLUGIN_ROOT}/dist/cli.js\" hook session-start",
"timeout": 5,
"statusMessage": "LazyCodex(0.1.0): Recording Session Telemetry"
}
]
}
]
}
}