完成任务16:编写 04_长期发展/环境保护.md
This commit is contained in:
10
skills/self-improving-agent/hooks/pre-tool.sh
Normal file
10
skills/self-improving-agent/hooks/pre-tool.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
tool_name="${1:-unknown}"
|
||||
tool_input="${2:-}"
|
||||
|
||||
echo "[self-improving-agent] PreToolUse: ${tool_name}" >&2
|
||||
if [[ -n "${tool_input}" ]]; then
|
||||
echo "[self-improving-agent] Input: ${tool_input}" >&2
|
||||
fi
|
||||
Reference in New Issue
Block a user