Skip to content

Commit 38c6440

Browse files
chore(plugin): bump version 1.4.5 -> 1.5.0 [skip ci]
1 parent 7bdcbbe commit 38c6440

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "AI-DLC methodology for iterative AI-driven development with hat-based workflows, completion criteria, and automatic context preservation.",
9-
"version": "1.4.5"
9+
"version": "1.5.0"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ All notable changes to this project 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+
## [1.5.0] - 2026-02-20
9+
10+
### Added
11+
12+
- add /setup skill and enforce ticket creation during elaboration ([7bdcbbe](../../commit/7bdcbbe))
13+
- add provider integration, cowork support, and three-tier instruction merge ([4fd4f48](../../commit/4fd4f48))
14+
- providers, cowork support, and plugin reorganization ([50aa5a1](../../commit/50aa5a1))
15+
- add domain discovery, spec validation, and deep research to elaboration ([edf7a4b](../../commit/edf7a4b))
16+
- add automatic version bump and changelog pipeline ([86ad4eb](../../commit/86ad4eb))
17+
- make Agent Teams the primary execution model for /construct ([6d9b811](../../commit/6d9b811))
18+
19+
### Fixed
20+
21+
- make testing non-negotiable, remove per-intent testing config ([a118872](../../commit/a118872))
22+
- make subagent context hook load state from correct branch ([055de0a](../../commit/055de0a))
23+
- namespace intent branches as ai-dlc/{slug}/main ([3f5765d](../../commit/3f5765d))
24+
- remove elaborator from construction workflows and improve intent discovery ([68340c4](../../commit/68340c4))
25+
- update plugin install commands to use Claude Code native /plugin CLI ([6b7ba91](../../commit/6b7ba91))
26+
- session retrospective — branch ordering, team mode hats, workflow transitions, merge strategy ([e4c7707](../../commit/e4c7707))
27+
- revert to direct push for version bump (no branch protection) ([5016a6d](../../commit/5016a6d))
28+
- use PR-based merge for version bump to work with branch protection ([f18225f](../../commit/f18225f))
29+
30+
### Changed
31+
32+
- consolidate intent.yaml into intent.md frontmatter ([3617cac](../../commit/3617cac))
33+
34+
### Other
35+
36+
- Merge branch 'main' of github.com:TheBushidoCollective/ai-dlc ([92ad94e](../../commit/92ad94e))
37+
- remove intent ([0040b8c](../../commit/0040b8c))
38+
- update settings ([24a54a1](../../commit/24a54a1))
39+
- update settings ([c6a0326](../../commit/c6a0326))
40+
841
## [1.4.5] - 2026-02-20
942

1043
### Added

plugin/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-dlc",
3-
"version": "1.4.5",
3+
"version": "1.5.0",
44
"description": "AI-DLC methodology - iterative AI-driven development with hat-based workflows, completion criteria, and automatic context preservation",
55
"author": {
66
"name": "The Bushido Collective",

0 commit comments

Comments
 (0)