Skip to content

Commit bd48be9

Browse files
chore(plugin): bump version 1.4.2 -> 1.4.3 [skip ci]
1 parent 3f5765d commit bd48be9

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.2"
9+
"version": "1.4.3"
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.4.3] - 2026-02-15
9+
10+
### Added
11+
12+
- add provider integration, cowork support, and three-tier instruction merge ([4fd4f48](../../commit/4fd4f48))
13+
- providers, cowork support, and plugin reorganization ([50aa5a1](../../commit/50aa5a1))
14+
- add domain discovery, spec validation, and deep research to elaboration ([edf7a4b](../../commit/edf7a4b))
15+
- add automatic version bump and changelog pipeline ([86ad4eb](../../commit/86ad4eb))
16+
- make Agent Teams the primary execution model for /construct ([6d9b811](../../commit/6d9b811))
17+
- add Google Antigravity CLI support ([d2d08d3](../../commit/d2d08d3))
18+
- add Agent Teams support with intent-level modes and dynamic hat discovery ([0f25cd4](../../commit/0f25cd4))
19+
20+
### Fixed
21+
22+
- namespace intent branches as ai-dlc/{slug}/main ([3f5765d](../../commit/3f5765d))
23+
- remove elaborator from construction workflows and improve intent discovery ([68340c4](../../commit/68340c4))
24+
- update plugin install commands to use Claude Code native /plugin CLI ([6b7ba91](../../commit/6b7ba91))
25+
- session retrospective — branch ordering, team mode hats, workflow transitions, merge strategy ([e4c7707](../../commit/e4c7707))
26+
- revert to direct push for version bump (no branch protection) ([5016a6d](../../commit/5016a6d))
27+
- use PR-based merge for version bump to work with branch protection ([f18225f](../../commit/f18225f))
28+
29+
### Changed
30+
31+
- consolidate intent.yaml into intent.md frontmatter ([3617cac](../../commit/3617cac))
32+
- consolidate commands into skills and clean up stale references ([e7fd50b](../../commit/e7fd50b))
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.2] - 2026-02-15
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.2",
3+
"version": "1.4.3",
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)