Skip to content

Commit f0d410c

Browse files
chore(plugin): bump version 1.2.0 -> 1.2.1 [skip ci]
1 parent e4c7707 commit f0d410c

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-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.2.0"
9+
"version": "1.2.1"
1010
},
1111
"plugins": [
1212
{

.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.2.0",
3+
"version": "1.2.1",
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",

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ 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.2.1] - 2026-02-12
9+
10+
### Added
11+
12+
- add domain discovery, spec validation, and deep research to elaboration ([edf7a4b](../../commit/edf7a4b))
13+
- add automatic version bump and changelog pipeline ([86ad4eb](../../commit/86ad4eb))
14+
- make Agent Teams the primary execution model for /construct ([6d9b811](../../commit/6d9b811))
15+
- add Google Antigravity CLI support ([d2d08d3](../../commit/d2d08d3))
16+
- add Agent Teams support with intent-level modes and dynamic hat discovery ([0f25cd4](../../commit/0f25cd4))
17+
- use han wrap-subagent-context for PreToolUse injection ([c1e7e9b](../../commit/c1e7e9b))
18+
- fix scroll spy, theme toggle, and remove trailing slashes ([343b5e2](../../commit/343b5e2))
19+
- add interactive workflow visualizer ([d3c2f5a](../../commit/d3c2f5a))
20+
- add responsive layout, dark mode, and core pages ([733b74e](../../commit/733b74e))
21+
- migrate AI-DLC plugin to repository root ([65613ee](../../commit/65613ee))
22+
- initial repository setup ([828e515](../../commit/828e515))
23+
24+
### Fixed
25+
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 commands into skills and clean up stale references ([e7fd50b](../../commit/e7fd50b))
33+
34+
### Other
35+
36+
- update settings ([24a54a1](../../commit/24a54a1))
37+
- update settings ([c6a0326](../../commit/c6a0326))
38+
- optimize session start hook performance ([3c89a32](../../commit/3c89a32))
39+
840
## [1.2.0] - 2026-02-11
941

1042
### Added

0 commit comments

Comments
 (0)