fix: auto-detect issue number from git branch in cycle_retro #497

Closed
kimi wants to merge 0 commits from kimi/issue-492 into main
Collaborator

Problem

cycle_retro.py records issue=null for all cycles when --issue is not explicitly passed by the caller.

Fix

When --issue is omitted, the script now parses the current git branch name (e.g. kimi/issue-492) to extract the issue number automatically.

Fixes #492

## Problem `cycle_retro.py` records `issue=null` for all cycles when `--issue` is not explicitly passed by the caller. ## Fix When `--issue` is omitted, the script now parses the current git branch name (e.g. `kimi/issue-492`) to extract the issue number automatically. Fixes #492
kimi added 1 commit 2026-03-19 20:18:04 +00:00
fix: auto-detect issue number from git branch in cycle_retro
All checks were successful
Tests / lint (pull_request) Successful in 3s
Tests / test (pull_request) Successful in 1m21s
9acc0150f1
When --issue is not provided, cycle_retro.py now parses the current
git branch name (e.g. kimi/issue-492) to extract the issue number.
This prevents all retro records from having issue=null when the
caller omits the flag.

Fixes #492

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner

Closing — this fix was already merged in PR #495 (commit 015d858). Duplicate work.

Closing — this fix was already merged in PR #495 (commit 015d858). Duplicate work.
Timmy closed this pull request 2026-03-19 23:01:51 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#497