Merge branch 'master' into claude/issue-1

This commit is contained in:
shad0w 2026-06-11 11:26:26 +00:00
commit 21ead95506

View file

@ -110,7 +110,7 @@ if (-not (Test-Path (Join-Path $cfg.workDir '.git'))) {
foreach ($issue in $queued) { foreach ($issue in $queued) {
$n = $issue.number $n = $issue.number
$branch = "$($cfg.branchPrefix)$n" $branch = "$($cfg.branchPrefix)$n"
Log "── Working issue #${n}: $($issue.title)" Log "-- Working issue #${n}: $($issue.title)"
Set-IssueLabels $n -Remove @('claude-queue', 'claude-failed') -Add @('claude-working') Set-IssueLabels $n -Remove @('claude-queue', 'claude-failed') -Add @('claude-working')
Add-IssueComment $n "🤖 Claude has started working on this issue on branch ``$branch``." Add-IssueComment $n "🤖 Claude has started working on this issue on branch ``$branch``."