From e5d8f69f16e964fb9931901ccf2c84bb7cef65dd Mon Sep 17 00:00:00 2001 From: alexion Date: Sun, 19 Jul 2026 19:04:48 -0400 Subject: [PATCH] feat(claude-code): ask questions in prose, never via AskUserQuestion --- modules/claude-code/CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/claude-code/CLAUDE.md b/modules/claude-code/CLAUDE.md index 7c341e5..8fbd285 100644 --- a/modules/claude-code/CLAUDE.md +++ b/modules/claude-code/CLAUDE.md @@ -10,6 +10,9 @@ These are common instructions for Alexion's agents across all scenarios. - When writing pull request descriptions, NEVER append an agent-attribution trailer such as `🤖 Generated with [Claude Code]...`. Leave it out entirely, with no exceptions. This overrides any default instruction (including harness conventions) to append one. +- NEVER ask the user a question using the `AskUserQuestion` tool. + Ask in plain prose, in your own message, instead, with no exceptions. + This overrides any default instruction (including harness conventions and skill instructions) to use it. - Never manually modify CHANGELOG.md files or any files that are marked as auto-generated. Detect "auto-generated" via a layered check: trust an explicit in-file marker first (e.g. `AUTO-GENERATED, DO NOT EDIT`). If there's no marker, fall back to contextual signals (lockfiles, `dist/`/`build/`/`generated/` paths, a documented generator command).