11# Changelog
22
33All notable changes to this project will be documented in this file.
4- ## [ 0.1.7] - 2026-04-02
54
5+ ## [ Unreleased]
6+
7+ ## [ 0.1.7] - 2026-04-02
68
79### Bug Fixes
810
@@ -17,13 +19,25 @@ All notable changes to this project will be documented in this file.
1719- use PR head branch for rules-ref instead of merge ref (#168 )
1820- write aidlc-rules/VERSION in release PR to trigger CodeBuild (#169 )
1921
22+ ### CI/CD
23+
24+ - add markdownlint infrastructure (config, CI workflow, pre-commit)
25+ - fix MD041 in CODE_OF_CONDUCT.md, re-enable rule
2026
2127### Documentation
2228
2329- add developer's guide for running CodeBuild locally (#94 )
2430- add working-with-aidlc interaction guide and writing-inputs documents (#121 )
2531- comprehensive documentation review and remediation (#113 )
2632
33+ - enforce MD060 aligned table style, fix 1645 violations
34+
35+ ## [ 0.1.6] - 2026-03-05
36+
37+ ### Bug Fixes
38+
39+ - codebuild cache and download fix (#93 )
40+ - correct copy-paste error in error-handling.md (#96 )
2741
2842### Features
2943
@@ -36,7 +50,6 @@ All notable changes to this project will be documented in this file.
3650- gate CodeBuild on 'codebuild' label + aidlc-rules paths (#150 )
3751- auto-label PRs touching aidlc-rules/ with codebuild label (#158 )
3852
39-
4053### Miscellaneous
4154
4255- bump pyjwt in /scripts/aidlc-evaluator (#129 )
@@ -45,77 +58,65 @@ All notable changes to this project will be documented in this file.
4558- bump cryptography in /scripts/aidlc-evaluator (#148 )
4659- bump pygments in /scripts/aidlc-evaluator (#151 )
4760- bump aiohttp in /scripts/aidlc-evaluator (#163 )
48- ## [ 0.1.6] - 2026-03-05
49-
50-
51- ### Bug Fixes
52-
53- - codebuild cache and download fix (#93 )
54- - correct copy-paste error in error-handling.md (#96 )
5561
62+ ## [ 0.1.5] - 2026-02-24
5663
5764### Features
5865
5966- add CodeBuild workflow (#92 )
6067
61-
6268### Miscellaneous
6369
6470- add templates for github issues (#97 )
65- ## [ 0.1.4] - 2026-02-24
6671
72+ ## [ 0.1.4] - 2026-02-24
6773
6874### Bug Fixes
6975
7076- correct GitHub Copilot instructions and Kiro CLI rule-details path resolution (#82 , #84 ) (#87 )
71- ## [ 0.1.3] - 2026-02-11
7277
78+ ## [ 0.1.3] - 2026-02-11
7379
7480### Bug Fixes
7581
7682- require actual system time for audit timestamps (#56 )
7783
78-
7984### Documentation
8085
8186- clarify ZIP download location and consolidate notes (#70 )
82- ## [ 0.1.2] - 2026-02-08
8387
88+ ## [ 0.1.2] - 2026-02-08
8489
8590### Bug Fixes
8691
8792- typo in core-workflow.md
8893- rename rule and move to bottom of Critical Rules section
8994
90-
9195### Documentation
9296
9397- update README to direct users to GitHub Releases (#61 )
9498- add Windows CMD setup instructions and ZIP note (#68 )
9599
96-
97100### Features
98101
99102- add test automation friendly code generation rules
100103- add frontend design coverage in Construction phase
101- ## [ 0.1.1] - 2026-01-22
102104
105+ ## [ 0.1.1] - 2026-01-22
103106
104107### Features
105108
106109- adding AIDLC skill to work with IDEs such as Claude, OpenCode and others
107110- addin
108111- add leo file
109112
110-
111113### Miscellaneous
112114
113115- removing wrong files
114116- removing wrong files
115- ## [ 0.1.0] - 2026-01-22
116117
118+ ## [ 0.1.0] - 2026-01-22
117119
118120### Features
119121
120122- add Kiro CLI support and multi-platform architecture
121-
0 commit comments