From f34ff76a7f343489755462992ffc14db52a9dd34 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 25 Mar 2026 10:56:46 +0000 Subject: [PATCH] docs(ai): instruct claude to subscribe to PR activity after creating PRs https://claude.ai/code/session_01RYZcqiDsqkjTdxcZrjbXS9 --- CLAUDE.md | 1 + template/ai-instructions/claude.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index f887e81e..f7ff5af5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,3 +19,4 @@ Read and follow the CONTRIBUTING.md file in this repository for all code style c - Run `FMT=true LINT=true BUILD=true TEST=true DOC=true ./test.sh` to validate changes. If a test fails with a hint about `TEST_SKIP`, follow the hint and rerun with the suggested variable. - **ALWAYS run the full test suite** (`FMT=true LINT=true BUILD=true TEST=true DOC=true ./test.sh`) before committing, regardless of how trivial the change seems — this includes documentation-only changes, comment edits, config changes, and refactors. The test suite checks formatting, linting, building, tests, and docs across multiple feature combinations; any type of change can break any of these checks. - `gh` (GitHub CLI) is not installed — do not attempt to use it +- After creating a pull request, use `subscribe_pr_activity` to monitor it for CI failures and review comments, then offer to address them automatically diff --git a/template/ai-instructions/claude.md b/template/ai-instructions/claude.md index b458326a..ca58e806 100644 --- a/template/ai-instructions/claude.md +++ b/template/ai-instructions/claude.md @@ -1 +1,2 @@ - `gh` (GitHub CLI) is not installed — do not attempt to use it +- After creating a pull request, use `subscribe_pr_activity` to monitor it for CI failures and review comments, then offer to address them automatically