From f4c4a17badbc347e28c48ce84a2964c768439ae4 Mon Sep 17 00:00:00 2001 From: Simon Karan Date: Fri, 20 Mar 2026 14:10:41 +0100 Subject: [PATCH] Add Claude Code session cost to YouTrack PR comment instructions Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index b418843f..c3429b54 100755 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -97,8 +97,8 @@ style issues; do not manually fix formatting. full scope before writing any code. - When starting work on a ticket, move it to **Develop** state using `update_issue` (set `State` field). -- After creating a PR, move the ticket to **Review** state and add the - PR URL as a comment. +- After creating a PR, move the ticket to **Review** state and add a + comment with the PR URL and the Claude Code session cost (from `/cost`). ## Commit Messages - Format: `[DBA-XXX] ` (max 72 chars) @@ -126,5 +126,6 @@ style issues; do not manually fix formatting. 7. **Commit & PR** — use the `create-pr` skill (stages, commits, pauses for confirmation, pushes, and opens the PR). 8. **Update YouTrack** — move the ticket to **Review** state and add - a comment with the PR URL. + a comment with the PR URL and the Claude Code session cost (run + `/cost` to obtain it). 9. Never commit directly to `main`.