Tagged
Automation
Claude Code Hands-On (6): The SDK, GitHub Integration, and Claude in CI
The SDK turns Claude Code from a CLI into a library. GitHub Action makes it answer @claude on PRs. Together they let you put Claude inside the same CI pipeline that already runs your tests — without giving up control.
Claude Code Hands-On (5): Hooks, or How to Stop Worrying About Yolo Mode
Hooks are the shell scripts that run before and after every tool call. PreToolUse can block. PostToolUse can format, lint, log. Five hooks I use on every repo, and the one anti-pattern that bites everyone.
OpenClaw QuickStart (8): Heartbeat, Cron, and Getting Pinged at 7am
The two scheduling primitives in OpenClaw — Heartbeat is a patrol with a pulse, Cron is a kitchen timer. Concrete configs for a daily briefing, a weekly report, a competitor watcher, and the one anti-pattern that wakes …