From cb21b8c47305c228c5d392f0d08b76ddd3df695f Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Mon, 13 Apr 2026 21:00:03 +0200 Subject: [PATCH] Auto-finish: gx doctor repairs --- .gitignore | 2 ++ package.json | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3a0be4..8b6ed49 100644 --- a/.gitignore +++ b/.gitignore @@ -6,11 +6,13 @@ oh-my-codex/ scripts/agent-branch-start.sh scripts/agent-branch-finish.sh scripts/codex-agent.sh +scripts/review-bot-watch.sh scripts/agent-worktree-prune.sh scripts/agent-file-locks.py scripts/install-agent-git-hooks.sh scripts/openspec/init-plan-workspace.sh .githooks/pre-commit +.githooks/pre-push oh-my-codex/ .codex/skills/guardex/SKILL.md .claude/commands/guardex.md diff --git a/package.json b/package.json index f964c2b..d86b82d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,8 @@ "agent:safety:setup": "gx setup", "agent:safety:scan": "gx scan", "agent:safety:fix": "gx fix", - "agent:safety:doctor": "gx doctor" + "agent:safety:doctor": "gx doctor", + "agent:review:watch": "bash ./scripts/review-bot-watch.sh" }, "engines": { "node": ">=18"