mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
* chore(ai-workflow): tighten agent workflow and worktree tooling * fix(ai-workflow): address review feedback * fix(ai-workflow): make format hook portable
5 lines
115 B
Bash
Executable File
5 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
|
|
exec "$repo_root/scripts/agent-hooks/verify.sh" "$@"
|