From 6e9ee78ba68204ab8d7f3ecf231c453dc83bbf07 Mon Sep 17 00:00:00 2001 From: wan9chi Date: Wed, 5 Aug 2026 17:31:21 +0800 Subject: [PATCH] docs: use gh stack for pull request stacks Co-authored-by: GPT-5 Codex --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index ed851fe3..9e43749c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -36,7 +36,7 @@ just lint-windows # Cross-clippy for Windows (requires cargo-xwin) just doc # Documentation generation ``` -If `gt` (Graphite CLI) is available in PATH, use it instead of `gh` to create pull requests. +Use `gh stack` to create pull request stacks. PR titles must use [Conventional Commits](https://www.conventionalcommits.org) format: `type(scope): summary` (scope is optional), e.g. `feat(cache): add LRU eviction`, `fix: handle symlink loops`, `test(e2e): add ctrl-c propagation test`.