Skip to content

Commit 4296bfc

Browse files
chore: bump version to 1.6.1
1 parent 83e3e9a commit 4296bfc

22 files changed

Lines changed: 44 additions & 66 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "devflow-specify",
1111
"source": "./plugins/devflow-specify",
1212
"description": "Interactive feature specification - creates well-defined GitHub issues",
13-
"version": "1.6.0",
13+
"version": "1.6.1",
1414
"keywords": [
1515
"specification",
1616
"requirements",
@@ -22,7 +22,7 @@
2222
"name": "devflow-implement",
2323
"source": "./plugins/devflow-implement",
2424
"description": "Complete task implementation workflow with exploration, planning, and coding",
25-
"version": "1.6.0",
25+
"version": "1.6.1",
2626
"keywords": [
2727
"implementation",
2828
"coding",
@@ -34,7 +34,7 @@
3434
"name": "devflow-code-review",
3535
"source": "./plugins/devflow-code-review",
3636
"description": "Comprehensive code review with parallel specialized agents",
37-
"version": "1.6.0",
37+
"version": "1.6.1",
3838
"keywords": [
3939
"review",
4040
"code-quality",
@@ -45,7 +45,7 @@
4545
"name": "devflow-resolve",
4646
"source": "./plugins/devflow-resolve",
4747
"description": "Process and fix code review issues with risk assessment",
48-
"version": "1.6.0",
48+
"version": "1.6.1",
4949
"keywords": [
5050
"issues",
5151
"fixes",
@@ -57,7 +57,7 @@
5757
"name": "devflow-debug",
5858
"source": "./plugins/devflow-debug",
5959
"description": "Debugging workflows with competing hypothesis investigation using agent teams",
60-
"version": "1.6.0",
60+
"version": "1.6.1",
6161
"keywords": [
6262
"debugging",
6363
"hypotheses",
@@ -69,7 +69,7 @@
6969
"name": "devflow-self-review",
7070
"source": "./plugins/devflow-self-review",
7171
"description": "Self-review workflow: Simplifier + Scrutinizer for code quality",
72-
"version": "1.6.0",
72+
"version": "1.6.1",
7373
"keywords": [
7474
"self-review",
7575
"quality",
@@ -81,7 +81,7 @@
8181
"name": "devflow-core-skills",
8282
"source": "./plugins/devflow-core-skills",
8383
"description": "Auto-activating quality enforcement skills - foundation layer for all DevFlow plugins",
84-
"version": "1.6.0",
84+
"version": "1.6.1",
8585
"keywords": [
8686
"skills",
8787
"quality",
@@ -92,7 +92,7 @@
9292
"name": "devflow-ambient",
9393
"source": "./plugins/devflow-ambient",
9494
"description": "Ambient mode — classifies intent and applies proportional effort (skills for guided work, agent orchestration for complex tasks)",
95-
"version": "1.6.0",
95+
"version": "1.6.1",
9696
"keywords": [
9797
"ambient",
9898
"routing",
@@ -104,7 +104,7 @@
104104
"name": "devflow-audit-claude",
105105
"source": "./plugins/devflow-audit-claude",
106106
"description": "Audit CLAUDE.md files against Anthropic best practices",
107-
"version": "1.6.0",
107+
"version": "1.6.1",
108108
"keywords": [
109109
"audit",
110110
"claude-md",
@@ -115,7 +115,7 @@
115115
"name": "devflow-typescript",
116116
"source": "./plugins/devflow-typescript",
117117
"description": "TypeScript language patterns - type safety, generics, utility types, type guards",
118-
"version": "1.6.0",
118+
"version": "1.6.1",
119119
"keywords": [
120120
"typescript",
121121
"types",
@@ -126,7 +126,7 @@
126126
"name": "devflow-react",
127127
"source": "./plugins/devflow-react",
128128
"description": "React framework patterns - hooks, state management, composition, performance",
129-
"version": "1.6.0",
129+
"version": "1.6.1",
130130
"keywords": [
131131
"react",
132132
"hooks",
@@ -137,7 +137,7 @@
137137
"name": "devflow-accessibility",
138138
"source": "./plugins/devflow-accessibility",
139139
"description": "Web accessibility patterns - WCAG compliance, ARIA roles, keyboard navigation, focus management",
140-
"version": "1.6.0",
140+
"version": "1.6.1",
141141
"keywords": [
142142
"accessibility",
143143
"wcag",
@@ -149,7 +149,7 @@
149149
"name": "devflow-frontend-design",
150150
"source": "./plugins/devflow-frontend-design",
151151
"description": "Frontend design patterns - typography, color systems, spacing, motion, responsive design",
152-
"version": "1.6.0",
152+
"version": "1.6.1",
153153
"keywords": [
154154
"design",
155155
"typography",
@@ -160,7 +160,7 @@
160160
"name": "devflow-go",
161161
"source": "./plugins/devflow-go",
162162
"description": "Go language patterns - error handling, interfaces, concurrency, package design",
163-
"version": "1.6.0",
163+
"version": "1.6.1",
164164
"keywords": [
165165
"go",
166166
"golang",
@@ -171,7 +171,7 @@
171171
"name": "devflow-python",
172172
"source": "./plugins/devflow-python",
173173
"description": "Python language patterns - type hints, protocols, dataclasses, async programming",
174-
"version": "1.6.0",
174+
"version": "1.6.1",
175175
"keywords": [
176176
"python",
177177
"type-hints",
@@ -182,7 +182,7 @@
182182
"name": "devflow-java",
183183
"source": "./plugins/devflow-java",
184184
"description": "Java language patterns - records, sealed classes, composition, modern Java features",
185-
"version": "1.6.0",
185+
"version": "1.6.1",
186186
"keywords": [
187187
"java",
188188
"records",
@@ -193,7 +193,7 @@
193193
"name": "devflow-rust",
194194
"source": "./plugins/devflow-rust",
195195
"description": "Rust language patterns - ownership, borrowing, error handling, type-driven design",
196-
"version": "1.6.0",
196+
"version": "1.6.1",
197197
"keywords": [
198198
"rust",
199199
"ownership",

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to DevFlow will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.6.1] - 2026-03-20
99

1010
### Added
1111
- **`--dry-run` flag** for `devflow uninstall` — preview removal plan without deleting anything
@@ -915,6 +915,7 @@ devflow init
915915
---
916916

917917
[Unreleased]: https://github.com/dean0x/devflow/compare/v1.4.0...HEAD
918+
[1.6.1]: https://github.com/dean0x/devflow/compare/v1.6.0...v1.6.1
918919
[1.6.0]: https://github.com/dean0x/devflow/compare/v1.5.0...v1.6.0
919920
[1.5.0]: https://github.com/dean0x/devflow/compare/v1.4.0...v1.5.0
920921
[1.4.0]: https://github.com/dean0x/devflow/compare/v1.3.3...v1.4.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devflow-kit",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Agentic Development Toolkit for Claude Code - Enhance AI-assisted development with intelligent commands and workflows",
55
"type": "module",
66
"bin": {

plugins/devflow-accessibility/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dean0x"
66
},
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"homepage": "https://github.com/dean0x/devflow",
99
"repository": "https://github.com/dean0x/devflow",
1010
"license": "MIT",

plugins/devflow-ambient/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dean0x"
66
},
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"homepage": "https://github.com/dean0x/devflow",
99
"repository": "https://github.com/dean0x/devflow",
1010
"license": "MIT",

plugins/devflow-audit-claude/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dean0x"
66
},
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"homepage": "https://github.com/dean0x/devflow",
99
"repository": "https://github.com/dean0x/devflow",
1010
"license": "MIT",

plugins/devflow-code-review/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dean0x"
66
},
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"homepage": "https://github.com/dean0x/devflow",
99
"repository": "https://github.com/dean0x/devflow",
1010
"license": "MIT",

plugins/devflow-core-skills/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dean0x"
66
},
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"homepage": "https://github.com/dean0x/devflow",
99
"repository": "https://github.com/dean0x/devflow",
1010
"license": "MIT",

plugins/devflow-debug/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "Dean0x"
66
},
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"homepage": "https://github.com/dean0x/devflow",
99
"repository": "https://github.com/dean0x/devflow",
1010
"license": "MIT",

0 commit comments

Comments
 (0)