Skip to content

Commit 5d6e008

Browse files
committed
Merge branch 'main' of github.com:TheBushidoCollective/ai-dlc
2 parents c415c37 + 1cee74b commit 5d6e008

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-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.7.0"
9+
"version": "1.8.0"
1010
},
1111
"plugins": [
1212
{

CHANGELOG.md

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

1054
### 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.7.0",
3+
"version": "1.8.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)