diff --git a/CLAUDE.md b/CLAUDE.md index 7795711..ee2ffc5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,15 +26,15 @@ Work to do lives in the Gitea issues at https://git.sdf1.net/rays/ipodderx-rs/is **Every problem found gets an issue, before it is fixed.** A bug, a gap or a security hole turned up along the way (reading logs, a review, a test that fails for another reason) is filed as soon as it is found, even if it is fixed a minute later, so there is a record of what was wrong and -when. Name the issue in the commit that fixes it (`(#42)` in the subject). Once the fix is on +when. Name the issue in the commit that fixes it (`(#40)` in the subject). Once the fix is on `main` and pushed, comment on the issue with what changed and the commit, then close it: ```sh R="--login git.sdf1.net --repo rays/ipodderx-rs" t() { timeout 30 /src/tea "$@" < /dev/null; } t issues create $R -t "Web token printed in the startup log" -L bug -d "What is wrong, where, how it was found." -t comment $R 42 "Fixed in 3625cf4: the startup line says where the token is kept, not what it is. Deployed in 0.8.3." -t issues close $R 42 +t comment $R 40 "Fixed in 3625cf4: the startup line says where the token is kept, not what it is. Deployed in 0.8.3." +t issues close $R 40 ``` **Give tea a closed stdin and a timeout**, as `t` does. Without a terminal, `tea comment` waits on