Skip to content

Commit fa1a926

Browse files
Matthieu Ciapparaclaude
andcommitted
Release v0.8.0
Label-driven workflow, resume from over, context file, post_completion hook, issue assignment, code-conventions skill, explicit skill listing, version flag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 525d790 commit fa1a926

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.8.0] - 2026-04-02
6+
57
### Added
68

79
- **Label-driven workflow**: new per-project config fields `labels_todo` (array), `label_doing`, `label_mr`, `label_done`, `label_blocked` replace `labels_to_remove`/`label_to_add` with a full lifecycle. Labels are set/removed at each state transition: `labels_todo``label_doing` (processing) → `label_mr` (MR created, discussion monitoring) → `label_done` (set by reviewer, triggers cleanup). `label_blocked` is set on infra failures or max fix rounds.

lib/autodev.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Autodev
4-
VERSION = "0.7.0"
4+
VERSION = "0.8.0"
55
end
66

77
require_relative "autodev/errors"

0 commit comments

Comments
 (0)