fix(codex): harden windows light install

This commit is contained in:
YeonGyu-Kim
2026-05-31 13:23:24 +09:00
parent 4e31d7df5d
commit 92bad87d84
42 changed files with 1675 additions and 23 deletions
@@ -0,0 +1,23 @@
{
"name": "@sisyphuslabs/codex-git-bash-hook",
"version": "0.1.0",
"description": "Codex hook component that reminds Windows sessions to prefer the OMO git_bash MCP.",
"type": "module",
"private": true,
"bin": {
"omo-git-bash-hook": "./dist/cli.js"
},
"files": ["dist", "hooks"],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"test": "bun test test/*.test.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^25.7.0",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=20.0.0"
}
}