Skip to content

Commit df3b4c6

Browse files
chore(plugin): bump version 1.6.2 -> 1.6.3 [skip ci]
1 parent 2ac4321 commit df3b4c6

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-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.6.2"
9+
"version": "1.6.3"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@ 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.6.3] - 2026-02-20
9+
10+
### Added
11+
12+
- add NFR prompts, cross-cutting concerns, integrator hat, delivery prompts, and /refine skill ([4e448dd](../../commit/4e448dd))
13+
- add /setup skill and enforce ticket creation during elaboration ([7bdcbbe](../../commit/7bdcbbe))
14+
- add provider integration, cowork support, and three-tier instruction merge ([4fd4f48](../../commit/4fd4f48))
15+
- providers, cowork support, and plugin reorganization ([50aa5a1](../../commit/50aa5a1))
16+
- add domain discovery, spec validation, and deep research to elaboration ([edf7a4b](../../commit/edf7a4b))
17+
- add automatic version bump and changelog pipeline ([86ad4eb](../../commit/86ad4eb))
18+
- make Agent Teams the primary execution model for /construct ([6d9b811](../../commit/6d9b811))
19+
- add Agent Teams support with intent-level modes and dynamic hat discovery ([0f25cd4](../../commit/0f25cd4))
20+
- use han wrap-subagent-context for PreToolUse injection ([c1e7e9b](../../commit/c1e7e9b))
21+
- fix scroll spy, theme toggle, and remove trailing slashes ([343b5e2](../../commit/343b5e2))
22+
- add interactive workflow visualizer ([d3c2f5a](../../commit/d3c2f5a))
23+
24+
### Fixed
25+
26+
- move iteration.json initialization from elaboration to construction ([53db2b7](../../commit/53db2b7))
27+
- make testing non-negotiable, remove per-intent testing config ([a118872](../../commit/a118872))
28+
- make subagent context hook load state from correct branch ([055de0a](../../commit/055de0a))
29+
- namespace intent branches as ai-dlc/{slug}/main ([3f5765d](../../commit/3f5765d))
30+
- remove elaborator from construction workflows and improve intent discovery ([68340c4](../../commit/68340c4))
31+
- update plugin install commands to use Claude Code native /plugin CLI ([6b7ba91](../../commit/6b7ba91))
32+
- session retrospective — branch ordering, team mode hats, workflow transitions, merge strategy ([e4c7707](../../commit/e4c7707))
33+
- revert to direct push for version bump (no branch protection) ([5016a6d](../../commit/5016a6d))
34+
- use PR-based merge for version bump to work with branch protection ([f18225f](../../commit/f18225f))
35+
36+
### Changed
37+
38+
- remove all mode references from hooks, skills, and specs ([2ac4321](../../commit/2ac4321))
39+
- remove mode selection from elaboration and construction ([5238358](../../commit/5238358))
40+
- consolidate intent.yaml into intent.md frontmatter ([3617cac](../../commit/3617cac))
41+
- consolidate commands into skills and clean up stale references ([e7fd50b](../../commit/e7fd50b))
42+
43+
### Other
44+
45+
- Merge branch 'main' of github.com:TheBushidoCollective/ai-dlc ([92ad94e](../../commit/92ad94e))
46+
- remove intent ([0040b8c](../../commit/0040b8c))
47+
- update settings ([24a54a1](../../commit/24a54a1))
48+
- update settings ([c6a0326](../../commit/c6a0326))
49+
- optimize session start hook performance ([3c89a32](../../commit/3c89a32))
50+
851
## [1.6.2] - 2026-02-20
952

1053
### 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.6.2",
3+
"version": "1.6.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)