Skip to content

Commit e5363a3

Browse files
chore(plugin): bump version 1.3.0 -> 1.3.1 [skip ci]
1 parent 5238ca6 commit e5363a3

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.3.0"
9+
"version": "1.3.1"
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.3.1] - 2026-02-13
9+
10+
### Added
11+
12+
- providers, cowork support, and plugin reorganization ([50aa5a1](../../commit/50aa5a1))
13+
- add domain discovery, spec validation, and deep research to elaboration ([edf7a4b](../../commit/edf7a4b))
14+
- add automatic version bump and changelog pipeline ([86ad4eb](../../commit/86ad4eb))
15+
- make Agent Teams the primary execution model for /construct ([6d9b811](../../commit/6d9b811))
16+
- add Google Antigravity CLI support ([d2d08d3](../../commit/d2d08d3))
17+
- add Agent Teams support with intent-level modes and dynamic hat discovery ([0f25cd4](../../commit/0f25cd4))
18+
- use han wrap-subagent-context for PreToolUse injection ([c1e7e9b](../../commit/c1e7e9b))
19+
- fix scroll spy, theme toggle, and remove trailing slashes ([343b5e2](../../commit/343b5e2))
20+
- add interactive workflow visualizer ([d3c2f5a](../../commit/d3c2f5a))
21+
- add responsive layout, dark mode, and core pages ([733b74e](../../commit/733b74e))
22+
- migrate AI-DLC plugin to repository root ([65613ee](../../commit/65613ee))
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 intent.yaml into intent.md frontmatter ([3617cac](../../commit/3617cac))
33+
- consolidate commands into skills and clean up stale references ([e7fd50b](../../commit/e7fd50b))
34+
35+
### Other
36+
37+
- update settings ([24a54a1](../../commit/24a54a1))
38+
- update settings ([c6a0326](../../commit/c6a0326))
39+
- optimize session start hook performance ([3c89a32](../../commit/3c89a32))
40+
841
## [1.3.0] - 2026-02-13
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.3.0",
3+
"version": "1.3.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",

0 commit comments

Comments
 (0)