1. macos

    Claude Code reads AGENTS.md only when telemetry is on

    Claude Code 2.1.277 added AGENTS.md support, but the loader sits behind a remote feature flag. With telemetry or nonessential traffic turned off, a local AGENTS.md is skipped without a warning. This is what I measured and the one-line CLAUDE.md I use instead.

    · 5 min read

  2. macos

    An on-call pager for Claude Code sessions in tmux

    Running several Claude Code sessions in tmux means either babysitting them or leaving one stuck on a prompt nobody saw. I wired Claude Code hooks, a small macOS notification agent, and two tmux hooks into a paging loop that only fires when I'm not looking.

    · 8 min read

  3. devops

    Which Azure DevOps tasks forward SIGINT when you cancel a pipeline

    Cancelling an Azure DevOps pipeline mid-terraform-apply leaves the state lock stuck under AzureCLI@2, because the task kills its child shell without forwarding any signal. Bash@3 and CmdLine@2 forward SIGINT and let terraform shut down cleanly.

    · 6 min read