Skip to content

Commit 69b82d1

Browse files
Zeergclaude
andcommitted
Update tagline and fix install script quick test example
- Change tagline from "Code guard for your AI agents" to "Generation-time SAST for Claude Code" in install.sh, CLAUDE.md - Fix quick test JSON: use semicolon instead of \n to avoid invalid JSON character error Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0bfcb64 commit 69b82d1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Batou - Code guard for your AI agents
1+
# Batou - Generation-time SAST for Claude Code
22

33
## Project Overview
44

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Batou - Code guard for your AI agents
3+
# Batou - Generation-time SAST for Claude Code
44
# Installation Script
55
#
66
# Downloads the latest Batou binary from GitHub releases and optionally
@@ -39,7 +39,7 @@ banner() {
3939
echo " ║ ██████╔╝██║ ██║ ██║ ╚██████╔╝╚██████╔╝ ║"
4040
echo " ║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ║"
4141
echo " ║ ║"
42-
echo "Code guard for your AI agents "
42+
echo "Generation-time SAST for Claude Code"
4343
echo " ║ ║"
4444
echo " ╚═══════════════════════════════════════════════════════╝"
4545
echo -e "${NC}"
@@ -362,7 +362,7 @@ echo ""
362362
success "Batou installation complete!"
363363
echo ""
364364
info "Quick test:"
365-
echo " echo '{\"hook_event_name\":\"PostToolUse\",\"tool_name\":\"Write\",\"tool_input\":{\"file_path\":\"test.py\",\"content\":\"import pickle\\npickle.loads(user_data)\"}}' | $BIN_DIR/batou"
365+
echo " echo '{\"hook_event_name\":\"PostToolUse\",\"tool_name\":\"Write\",\"tool_input\":{\"file_path\":\"test.py\",\"content\":\"import pickle; pickle.loads(user_data)\"}}' | $BIN_DIR/batou"
366366
echo ""
367367
info "To scan code as it's written, Batou hooks are active in Claude Code."
368368
echo ""

0 commit comments

Comments
 (0)