haiku-method 2.2.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1562 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [2.3.0] - 2026-04-30
9
+
10
+ ### Added
11
+ - The plugin is now available on npm as `haiku-method`, simplifying installation through standard package managers.
12
+
13
+ ## [2.1.0] - 2026-04-30
14
+
15
+ ### Added
16
+ - Elaboration now includes review criteria directly in the prompt file, giving agents full visibility into review expectations before they begin working.
17
+
18
+ ## [2.0.0] - 2026-04-29
19
+
20
+ ### Changed
21
+ - Revisit workflow now routes through the feedback system, creating a unified path for addressing issues across stages.
22
+
23
+ ## [1.106.2] - 2026-04-29
24
+
25
+ ### Fixed
26
+ - The review gate no longer advances while feedback items remain open, preventing the workflow from entering conflicting states during revision cycles.
27
+
28
+ ## [1.106.1] - 2026-04-29
29
+
30
+ ### Fixed
31
+
32
+ - Fix-loop feedback resolution now properly chains when addressing one feedback item reveals or relates to additional findings.
33
+
34
+ ## [1.106.0] - 2026-04-29
35
+
36
+ ### Added
37
+ - Design-system-anchor discovery for anchoring design decisions during inception planning
38
+
39
+ ### Changed
40
+ - Design stage integrated into inception phase scope
41
+ - Design artifacts now reviewed to ensure they are properly grounded in inception planning decisions
42
+
43
+ ## [1.105.25] - 2026-04-28
44
+
45
+ ### Fixed
46
+ - Review displays all stage artifacts, including nested files and unrecognized file types.
47
+
48
+ ## [1.105.23] - 2026-04-28
49
+
50
+ ### Fixed
51
+ - Worktrees are now properly isolated from version control and won't be accidentally included in commits.
52
+
53
+ ## [1.105.22] - 2026-04-28
54
+
55
+ ### Fixed
56
+ - Unit field updates now include type validation and schema hints, giving agents clearer error messages when setting invalid field values.
57
+
58
+ ## [1.105.21] - 2026-04-28
59
+
60
+ ### Fixed
61
+ - Plugin now reliably launches the browser on Windows and correctly detects its own installation directory across platforms.
62
+
63
+ ## [1.105.20] - 2026-04-28
64
+
65
+ ### Fixed
66
+
67
+ - Design direction selections now persist if the design picker tool is cancelled, preventing loss of your screenshot choices.
68
+
69
+ ## [1.105.19] - 2026-04-28
70
+
71
+ ### Fixed
72
+ - Feedback dispatch now reliably flows through a centralized pre-tick triage gate, ensuring consistent routing of human-authored feedback items.
73
+
74
+ ## [1.105.18] - 2026-04-28
75
+
76
+ ### Fixed
77
+ - The review UI no longer reappears for feedback left unresolved; unaddressed findings are now routed back to the agent for inline triage.
78
+
79
+ ### Changed
80
+ - Studio architecture diagrams are now native Next.js components, improving website performance and maintainability.
81
+
82
+ ## [1.105.17] - 2026-04-28
83
+
84
+ ### Fixed
85
+ - State tracking is now unified across the orchestrator, API, and browser interface, ensuring consistent intent status across all entry points.
86
+
87
+ ## [1.105.14] - 2026-04-27
88
+
89
+ ### Changed
90
+ - Aligned session UIs (direction and question pages) to the review interface's annotation pattern for consistent feedback display and decision tracking across all workflow stages.
91
+
92
+ ## [1.105.13] - 2026-04-27
93
+
94
+ ```markdown
95
+ ### Fixed
96
+
97
+ - Intent creation in git repositories now correctly branches from the mainline reference without modifying the active checkout state.
98
+ ```
99
+
100
+ ## [1.105.12] - 2026-04-27
101
+
102
+ ### Added
103
+ - New MCP tools enabling programmatic management of units and feedback items throughout their lifecycle.
104
+ - Path-boundary protection ensuring that FSM-managed files cannot be accidentally modified by agents or scripts.
105
+ - Canonical ARCHITECTURE.md reference documenting studio, stage, hat, unit, and feedback structures.
106
+
107
+ ### Changed
108
+ - Fix loops now dispatch review feedback through stage-level hat sequences with FSM-enforced lifecycle progression.
109
+ - Elaboration-phase criteria explicitly defined per stage in phases/ELABORATION.md files.
110
+
111
+ ### Removed
112
+ - Studio-level reconciler and validator fix hats, replaced by stage-level feedback-driven fix dispatch.
113
+
114
+ ## [1.105.10] - 2026-04-25
115
+
116
+ ### Added
117
+ - Quality gate enforcement: stages block advancement until quality criteria are verified.
118
+ - Elaboration phase now captures structured decision reasoning across all studio types.
119
+
120
+ ### Changed
121
+ - Review agents now enforce domain-specific verification requirements at stage gates.
122
+
123
+ ## [1.105.9] - 2026-04-25
124
+
125
+ ### Added
126
+ - Hardware design workflows now support PCB layout and schematic capture through tscircuit EDA platform integration.
127
+
128
+ ## [1.105.8] - 2026-04-24
129
+
130
+ ### Added
131
+ - Conversation examples for each H·AI·K·U studio demonstrating how to apply the methodology across different domains and workflows.
132
+
133
+ ## [1.105.7] - 2026-04-24
134
+
135
+ ### Added
136
+ - Programmatic feedback API with OpenAPI specification for integrating H·AI·K·U feedback with external systems and automating recovery workflows
137
+ - Studio-level review agents that automatically enforce consistency across stages without manual intervention
138
+ - Autonomous feedback assessor in every stage for independent closure decisions instead of manual sign-off
139
+ - Standalone review UI package for independent deployment and flexible tool integration
140
+
141
+ ### Fixed
142
+ - Tailwind v4 build compatibility and TypeScript compilation errors in CI pipeline
143
+
144
+ ## [1.105.6] - 2026-04-23
145
+
146
+ ### Fixed
147
+ - Enhanced error observability throughout the orchestrator for improved debugging and diagnostics.
148
+ - Hardened intent and unit metadata parsing to prevent edge-case processing failures.
149
+
150
+ ## [1.105.5] - 2026-04-22
151
+
152
+ ### Added
153
+ - OpenTelemetry integration for comprehensive workflow observability
154
+ - Authentication helpers for credential management
155
+
156
+ ### Fixed
157
+ - Browse operations now recover gracefully from transient network failures
158
+
159
+ ## [1.105.4] - 2026-04-16
160
+
161
+ ### Fixed
162
+ - Discrete mode no longer creates a merge request for each unit.
163
+
164
+ ## [1.105.3] - 2026-04-16
165
+
166
+ ### Added
167
+ - Support for running H·AI·K·U in Cursor, Gemini CLI, Kiro, OpenCode, and Windsurf.
168
+
169
+ ## [1.105.2] - 2026-04-15
170
+
171
+ ### Added
172
+ - Review sessions preserve draft responses so you can continue editing incomplete reviews later.
173
+ - Review re-entry shows what changed since your last review to accelerate feedback iteration.
174
+
175
+ ### Fixed
176
+ - Eliminated duplicate confirmation popups during review updates.
177
+
178
+ ## [1.105.1] - 2026-04-15
179
+
180
+ ### Fixed
181
+ - Execution phase no longer over-prompts during unit iteration, letting you progress through work without unnecessary interruptions.
182
+
183
+ ## [1.103.2] - 2026-04-15
184
+
185
+ ### Fixed
186
+
187
+ - Repair tool no longer gets stuck in stale-reference loops and now respects your repository's actual mainline branch instead of hardcoding assumptions.
188
+
189
+ ## [1.103.0] - 2026-04-15
190
+
191
+ ```markdown
192
+ ### Added
193
+ - Comprehensive artifact injection across all FSM phases, allowing agents to reference prior discoveries, operations, reflections, and outputs throughout the entire workflow.
194
+ ```
195
+
196
+ ## [1.102.2] - 2026-04-15
197
+
198
+ ### Changed
199
+ - Agents now receive improved context when formulating questions during orchestration, resulting in clearer agent-to-agent interactions.
200
+
201
+ ## [1.102.1] - 2026-04-15
202
+
203
+ ### Fixed
204
+
205
+ - Stages with `review: auto` gates now automatically advance without waiting for user input.
206
+
207
+ ## [1.102.0] - 2026-04-15
208
+
209
+ ### Added
210
+ - Automatic repair of migrated intents with incomplete prior stages, allowing safe resumption of work without data loss
211
+
212
+ ## [1.101.7] - 2026-04-15
213
+
214
+ ### Fixed
215
+ - External review gates now reliably coordinate with external review systems for seamless stage advancement.
216
+
217
+ ## [1.101.6] - 2026-04-14
218
+
219
+ ### Fixed
220
+ - Remote code review now works end-to-end with stable HTTP connections using heartbeat mechanism to keep sessions alive
221
+
222
+ ## [1.101.4] - 2026-04-14
223
+
224
+ ### Added
225
+ - Example intents for hardware development, content creation, incident response, legal review, and OAuth implementation workflows
226
+
227
+ ### Changed
228
+ - Improved Mermaid diagram rendering for scavenger hunt feature visualization
229
+
230
+ ## [1.101.3] - 2026-04-14
231
+
232
+ ### Fixed
233
+
234
+ - Sentry error monitoring is now properly embedded in the plugin binary and reliably captures errors in production.
235
+
236
+ ## [1.101.1] - 2026-04-14
237
+
238
+ ### Fixed
239
+ - Directory-type artifact locations are now properly resolved in stage inputs.
240
+
241
+ ## [1.101.0] - 2026-04-13
242
+
243
+ ### Added
244
+ - MCP binary now automatically updates from GitHub releases without requiring manual intervention.
245
+
246
+ ## [1.100.1] - 2026-04-13
247
+
248
+ ### Added
249
+ - Mermaid flowcharts now render as interactive React Flow diagrams you can explore, pan, and zoom.
250
+ - Automatic detection and handling of discrete commits and squash merges on hub branches for improved state tracking.
251
+
252
+ ### Fixed
253
+ - Removed references to deleted unit.type frontmatter field from review application.
254
+
255
+ ## [1.100.0] - 2026-04-13
256
+
257
+ ### Added
258
+ - Revisit command to pick up where you left off on previous work and intents
259
+
260
+ ### Changed
261
+ - Repair command now handles migrated intents and edge cases more reliably
262
+
263
+ ## [1.99.0] - 2026-04-13
264
+
265
+ ### Added
266
+ - Discrete branching with three-level trust merge in browse for safer, more granular code exploration and integration.
267
+
268
+ ## [1.98.1] - 2026-04-13
269
+
270
+ ### Fixed
271
+ - Archived intents stored only on the mainline branch now properly load and are available for work.
272
+
273
+ ## [1.98.0] - 2026-04-12
274
+
275
+ ### Added
276
+ - Game Development studio for interactive products with concept, prototype, polish, production, and release stages — includes playtesting validation and scope discipline gates
277
+ - Hardware Development studio for physical products with design, firmware, requirements, manufacturing, and validation stages — includes compliance mapping and manufacturability review
278
+ - Library Development studio for APIs and packages with inception, development, security, and release stages — includes semantic versioning enforcement and API stability gates
279
+
280
+ ## [1.97.3] - 2026-04-12
281
+
282
+ ### Fixed
283
+ - Output validation now properly enforces that stage outputs cannot be empty, preventing invalid state progression.
284
+
285
+ ## [1.97.2] - 2026-04-12
286
+
287
+ ### Added
288
+ - Cascading model selection: specify which Claude model to use at different workflow levels (studio, stage, or unit) with automatic inheritance from parent scopes
289
+
290
+ ## [1.97.1] - 2026-04-12
291
+
292
+ ### Fixed
293
+ - Stage inputs now correctly resolve from previous stage outputs, enabling reliable data flow between stages
294
+ - Unit inputs are tracked and enforced throughout execution, preventing silent loss of input context
295
+
296
+ ## [1.97.0] - 2026-04-12
297
+
298
+ ### Added
299
+ - Run-next responses now preview the next step and upcoming actions before execution.
300
+
301
+ ## [1.96.0] - 2026-04-12
302
+
303
+ ### Added
304
+ - Per-stage git branching with discrete mode (isolated branch per stage) or hybrid mode (customizable mix of shared and isolated stages) for flexible workflow organization.
305
+
306
+ ## [1.95.4] - 2026-04-10
307
+
308
+ ### Changed
309
+
310
+ - Product stage now separates product ownership, specification writing, and validation into three independent roles for more granular control of product definition workflows.
311
+
312
+ ## [1.95.3] - 2026-04-10
313
+
314
+ ```markdown
315
+ ### Added
316
+ - New `/haiku:report` skill for generating structured project reports
317
+
318
+ ### Changed
319
+ - Renamed skills for clarity: `/haiku:release-notes` → `/haiku:changelog`, `/haiku:review` → `/haiku:gate-review`, `/haiku:resume` → `/haiku:pickup`
320
+
321
+ ### Fixed
322
+ - Error telemetry now correctly routes to self-hosted Sentry instance
323
+ ```
324
+
325
+ ## [1.95.2] - 2026-04-10
326
+
327
+ ### Fixed
328
+ - Removed outdated references to get_review_status tool from validation documentation.
329
+
330
+ ## [1.95.1] - 2026-04-10
331
+
332
+ ### Added
333
+ - Share remote review sessions with collaborators using localtunnel.
334
+
335
+ ### Fixed
336
+ - Intent review gate now correctly enforces review stage gates.
337
+ - Intent review workflow handles tunnel reconnections during code change review.
338
+
339
+ ## [1.95.0] - 2026-04-09
340
+
341
+ ### Added
342
+ - H·AI·K·U prompts now available as Claude Code skills, enabling use in cowork collaborative sessions
343
+
344
+ ## [1.94.0] - 2026-04-09
345
+
346
+ ### Added
347
+ - Quality gates are now automatically enforced during orchestration, validating completion criteria before allowing progress.
348
+
349
+ ### Fixed
350
+ - Intent and unit review interfaces now have improved layout and usability.
351
+
352
+ ## [1.93.1] - 2026-04-09
353
+
354
+ ### Changed
355
+ - Added comprehensive test suite for MCP handlers, orchestration logic, and core utilities to ensure plugin reliability and maintainability.
356
+
357
+ ---
358
+
359
+ **Note:** This patch version contains only internal test infrastructure improvements with no user-facing changes.
360
+
361
+ ## [1.93.0] - 2026-04-09
362
+
363
+ ### Added
364
+ - Researcher hat for inception stage that aligns discovery and problem-solving with product expectations.
365
+
366
+ ### Removed
367
+ - Architect and decomposer hats from inception stage.
368
+
369
+ ### Changed
370
+ - Discovery phase in inception stage updated to incorporate researcher workflows.
371
+
372
+ ## [1.92.0] - 2026-04-09
373
+
374
+ ### Added
375
+ - Trace artifact outputs back to their source units with automatic FSM validation, ensuring consistency across your project's generated work.
376
+
377
+ ## [1.91.0] - 2026-04-09
378
+
379
+ ### Added
380
+ - Intent details now display full content including knowledge, artifacts, and designs.
381
+
382
+ ## [1.89.1] - 2026-04-09
383
+
384
+ ```markdown
385
+ ### Fixed
386
+
387
+ - Parallel execution prompts now provide more forceful guidance, and inception stage maintains business-level focus throughout planning.
388
+ ```
389
+
390
+ ## [1.89.0] - 2026-04-09
391
+
392
+ ### Added
393
+ - Plugin now automatically detects your project type (git repository vs filesystem) and configures persistence accordingly, eliminating manual setup
394
+
395
+ ### Changed
396
+ - Tool orchestration is now driven by a finite state machine, providing more reliable and predictable execution
397
+ - Studio configurations are simplified with automatic persistence and state management setup
398
+
399
+ ## [1.88.0] - 2026-04-09
400
+
401
+ ```markdown
402
+ ### Added
403
+ - Git provider integration enables remote repository browsing and file operations from the plugin.
404
+
405
+ ### Changed
406
+ - Orchestrator execution engine refactored for more reliable stage transitions and state management.
407
+ - Review sidebar redesigned to improve navigation and context visibility during unit and gate reviews.
408
+
409
+ ### Fixed
410
+ - Validation catches configuration errors more reliably, preventing invalid states from progressing through stages.
411
+ ```
412
+
413
+ ## [1.87.6] - 2026-04-09
414
+
415
+ ### Fixed
416
+ - Unit naming validation now runs before review across all stages, preventing naming inconsistencies from reaching the review phase.
417
+
418
+ ## [1.87.5] - 2026-04-09
419
+
420
+ ### Fixed
421
+
422
+ - Studio execution now correctly detects unresolved `depends_on` references instead of falsely reporting circular dependency errors.
423
+
424
+ ## [1.87.4] - 2026-04-09
425
+
426
+ ```markdown
427
+ ### Fixed
428
+ - Resolved circular dependency issues in core plugin initialization
429
+ ```
430
+
431
+ ## [1.87.3] - 2026-04-09
432
+
433
+ ### Fixed
434
+ - Review workflow is now consistently enforced through the state machine, ensuring review gates cannot be bypassed by direct initiation.
435
+
436
+ ## [1.87.2] - 2026-04-09
437
+
438
+ ### Added
439
+ - Design annotations on unit review pages to mark component boundaries and interactions visually.
440
+
441
+ ### Changed
442
+ - Renamed `/haiku:new` command to `/haiku:start` for creating new intents.
443
+
444
+ ### Fixed
445
+ - Review sidebar now stays visible when scrolling through unit and gate details.
446
+ - Unit naming now validates against H·AI·K·U conventions to prevent invalid slugs.
447
+
448
+ ### Removed
449
+ - Plugin skills system (replaced by MCP prompts for more reliable orchestration).
450
+
451
+ ## [1.87.1] - 2026-04-08
452
+
453
+ ### Fixed
454
+ - Auth proxy load balancer now uses Google-managed certificates for improved security and reliability.
455
+
456
+ ## [1.87.0] - 2026-04-08
457
+
458
+ ### Changed
459
+ - Resume work on existing intents with `haiku:resume` (formerly `haiku:run`), and start new work with a simplified `haiku:start` command.
460
+
461
+ ## [1.86.11] - 2026-04-08
462
+
463
+ ### Fixed
464
+
465
+ - Unit parsing now strictly enforces proper structure, removing incorrect fallback behavior that could mask malformed units.
466
+
467
+ ## [1.86.10] - 2026-04-08
468
+
469
+ ### Fixed
470
+ - Fixed proxy-only subnet CIDR conflicts and added proper infrastructure deployment dependencies.
471
+
472
+ ## [1.86.7] - 2026-04-08
473
+
474
+ ### Fixed
475
+ - Fixed infrastructure configuration to enable proper plugin deployment
476
+
477
+ ## [1.86.5] - 2026-04-08
478
+
479
+ ### Fixed
480
+ - Terraform deployments can now recover from partial applies by importing orphaned GCP resources instead of failing.
481
+
482
+ ## [1.86.4] - 2026-04-08
483
+
484
+ ```markdown
485
+ ### Fixed
486
+ - Improved authentication proxy load balancing for better reliability under load.
487
+ ```
488
+
489
+ ## [1.86.3] - 2026-04-08
490
+
491
+ ### Fixed
492
+ - Authentication proxy deployments now correctly reference serverless Network Endpoint Groups by service name instead of full path, preventing configuration errors in serverless environments
493
+
494
+ ## [1.86.2] - 2026-04-08
495
+
496
+ ### Fixed
497
+ - Backend service now properly scales capacity based on demand, improving reliability under load.
498
+
499
+ ## [1.86.0] - 2026-04-08
500
+
501
+ ### Added
502
+ - Regional HTTPS load balancer support for auth proxy public access, improving global availability and performance.
503
+
504
+ ## [1.85.5] - 2026-04-08
505
+
506
+ ```markdown
507
+ ### Fixed
508
+
509
+ - Auth proxy URL now updates automatically during deployments.
510
+ ```
511
+
512
+ ## [1.85.4] - 2026-04-08
513
+
514
+ ### Fixed
515
+
516
+ - Deployments no longer fail when stale Terraform locks block the apply step.
517
+
518
+ ## [1.85.3] - 2026-04-08
519
+
520
+ ### Fixed
521
+ - Fixed authentication proxy to use ingress settings for public access instead of IAM roles.
522
+
523
+ ## [1.85.2] - 2026-04-08
524
+
525
+ Based on the commits provided, there are no user-facing changes in this release. The single commit (`fix: reapply auth proxy workflow changes`) is an infrastructure/CI fix that doesn't change what users can do with the plugin.
526
+
527
+ If this patch release should include a changelog entry despite lacking user-facing changes, please clarify and I can reformat the workflow fix accordingly.
528
+
529
+ ## [1.85.1] - 2026-04-08
530
+
531
+ I see that **version 1.85.1 already has a changelog entry** in the repo (dated 2026-04-07). The current released version is 1.85.5 (2026-04-08).
532
+
533
+ Did you mean to:
534
+ 1. **Update the existing 1.85.1 entry** with more detail?
535
+ 2. **Create a new entry for 1.85.5** or another version?
536
+ 3. **Backfill an older version** that's missing from the changelog?
537
+
538
+ The existing 1.85.1 entry is minimal:
539
+ ```markdown
540
+ ### Fixed
541
+ - Tailwindcss binary is now resolved via module resolution instead of hardcoded paths, improving compatibility across different environments.
542
+ - Workspace configuration updated to properly include packages/shared in monorepo builds.
543
+ ```
544
+
545
+ Based on your commits, this could be expanded to mention the major feature (FSM orchestrator + review UI from PR #144) and infrastructure improvements. Let me know which version you'd like me to focus on, and I'll write a more comprehensive changelog entry.
546
+
547
+ ## [1.85.5] - 2026-04-08
548
+
549
+ ### Fixed
550
+
551
+ - Auth proxy URL repository variable is now automatically set from Terraform output during deployment.
552
+
553
+ ## [1.85.3] - 2026-04-07
554
+
555
+ ### Fixed
556
+ - Plugin now automatically detects your GCP project from service account keys, eliminating manual configuration of the project ID and state bucket.
557
+
558
+ ## [1.85.2] - 2026-04-07
559
+
560
+ ### Fixed
561
+ - Plugin deployment now works correctly when the repository is forked.
562
+
563
+ ## [1.85.1] - 2026-04-07
564
+
565
+ ### Fixed
566
+ - Tailwindcss binary is now resolved via module resolution instead of hardcoded paths, improving compatibility across different environments.
567
+ - Workspace configuration updated to properly include packages/shared in monorepo builds.
568
+
569
+ ## [1.85.0] - 2026-04-03
570
+
571
+ Not logged in · Please run /login
572
+
573
+ ## [1.84.1] - 2026-04-03
574
+
575
+ Looking at the commits, version 1.84.1 reverts the haiku rebrand that was introduced in the previous release. Since the revert undoes changes without introducing new functionality or fixes a substantive issue, here's the minimal changelog entry:
576
+
577
+ ### Fixed
578
+ - Reverted haiku rebrand to previous state
579
+
580
+ If you'd like me to check the actual diff to provide more specific detail about what was reverted, I can read the current state compared to the previous release. Would you like me to do that?
581
+
582
+ ## [1.84.0] - 2026-04-01
583
+
584
+ ### Added
585
+ - Design provider support — reference design artifacts from Figma, Canva, Excalidraw, OpenPencil, Pencil, and Penpot; the plugin auto-detects and integrates them into your visual review workflows
586
+ - Post-integrate knowledge refresh — knowledge context automatically updates after integration runs
587
+ - Native design provider link resolution — handles both web URLs and native provider links for seamless artifact reference
588
+
589
+ ### Changed
590
+ - Designer hat now leverages design provider artifacts in visual reviews and wireframe elaboration for context-aware feedback
591
+
592
+ ## [1.83.0] - 2026-04-01
593
+
594
+ ### Added
595
+ - Subscribe to changelog and blog updates via RSS, Atom, and JSON feeds
596
+ - Release-notes skill for accessing release information
597
+
598
+ ### Fixed
599
+ - Feed generation now properly escapes URLs in XML and formats Atom dates correctly
600
+
601
+ ## [1.82.13] - 2026-04-01
602
+
603
+ ### Changed
604
+ - Reorganized internal subskills to nest under their parent skill directories for clearer plugin structure.
605
+
606
+ ### Fixed
607
+ - Corrected stale command references and paths throughout skill definitions and artifacts to ensure proper subskill invocation.
608
+
609
+ ## [1.82.12] - 2026-04-01
610
+
611
+ ### Fixed
612
+ - Agent teams created during a unit are now properly cleaned up when the unit completes.
613
+
614
+ ## [1.82.11] - 2026-04-01
615
+
616
+ Looking at the commits since 1.82.10, there is only one feature:
617
+
618
+ **Commits analyzed:**
619
+ - feat: AI-synthesized changelog and full version backfill (scripts, workflow automation, changelog regeneration)
620
+
621
+ This is purely an internal tooling improvement — it doesn't change plugin functionality or user behavior. Following the rule to "skip noise" unless it changes user behavior, there are **no user-facing changes to document** for 1.82.11.
622
+
623
+ If you'd like to document the internal improvement, one minimal option would be:
624
+
625
+ ```
626
+ ### Changed
627
+ - Changelog generation is now AI-synthesized for consistency across release notes.
628
+ ```
629
+
630
+ But strictly speaking, this is a tooling-only patch with no user-facing changes.
631
+
632
+ ## [1.83.1] - 2026-03-30
633
+
634
+ ### Fixed
635
+ - Reverted Visual Review full integration pending further development.
636
+
637
+ ## [1.82.8] - 2026-04-01
638
+
639
+ ### Added
640
+ - /ai-dlc:review skill for pre-delivery code review with automated fix loop, integrated into quick mode
641
+
642
+ ### Changed
643
+ - Automatic setup now runs if settings.yml is missing
644
+ - Quality gates handling improved with clearer formatting and support for 5+ gates
645
+ - Elaboration now less verbose with simplified setup concerns
646
+ - PR terminology standardized across skills and documentation
647
+
648
+ ## [1.82.7] - 2026-04-01
649
+
650
+ ### Fixed
651
+ - Plugin installation is now more reliable and no longer requires npm
652
+ - CPU architecture is automatically detected for cross-platform binary dependency support
653
+
654
+ ## [1.82.6] - 2026-04-01
655
+
656
+ ### Added
657
+ - Knowledge synthesis and design direction system with archetype library and visual picker for elaboration bootstrapping
658
+ - Three new elaboration phases: 2.3 (Knowledge Bootstrap), 2.75 (Design Direction), 7.5 (Adversarial Review), plus autonomous elaboration mode for /autopilot
659
+ - /adopt skill to reverse-engineer existing code into AI-DLC intent artifacts
660
+ - Dynamic pass definitions allowing custom passes in construction pipeline
661
+ - Quality gates with visual review interface, intent dashboard, and mermaid-enabled MCP server
662
+ - BDD workflow with acceptance-test-writer hat for behavior-driven elaboration
663
+
664
+ ### Removed
665
+ - workflow_mode setting — /autopilot is now autonomous by definition
666
+
667
+ ## [1.82.5] - 2026-03-30
668
+
669
+ Looking at the single commit provided (chore: update plugin source path variable), this is internal infrastructure maintenance that doesn't affect user-facing functionality. Per the rules to skip noise and focus on what users can DO differently, there are no sections with content for this version.
670
+
671
+ **No changelog entry** (no user-facing changes in this version)
672
+
673
+ ## [1.82.4] - 2026-03-30
674
+
675
+ ### Added
676
+ - Visual-review intent to structure collaborative design and UX review workflows
677
+ - Sync rules documenting consistency requirements between paper, plugin, and website components
678
+
679
+ ## [1.82.3] - 2026-03-30
680
+
681
+ ### Fixed
682
+
683
+ - Intent status is now validated before delivery to catch configuration issues early.
684
+
685
+ ## [1.82.2] - 2026-03-30
686
+
687
+ ### Fixed
688
+ - Intent status now correctly updates when Teams path completes
689
+
690
+ ### Removed
691
+ - Standalone HTML guides (content now available on website)
692
+
693
+ ## [1.82.1] - 2026-03-30
694
+
695
+ ### Fixed
696
+ - Planner hat no longer incorrectly enters plan mode, strategy options are properly ordered, and intent strategy no longer prompts for auto-merge confirmation.
697
+
698
+ ## [1.82.0] - 2026-03-30
699
+
700
+ ### Added
701
+ - Story-driven home page and plugin lifecycle guides provide intuitive introduction to the AI-DLC methodology and workflow.
702
+
703
+ ## [1.81.1] - 2026-03-30
704
+
705
+ ### Fixed
706
+
707
+ - Intent strategy is now the default workflow, eliminating the auto-merge confirmation prompt.
708
+
709
+ ## [1.81.0] - 2026-03-30
710
+
711
+ ### Added
712
+ - Passes are now configurable, letting you customize which disciplinary lenses (design, product, dev) iterate in your workflows.
713
+
714
+ ### Changed
715
+ - Construction Phase is now called Execution Phase.
716
+
717
+ ## [1.80.1] - 2026-03-30
718
+
719
+ ### Fixed
720
+ - Plugin hooks no longer depend on external han library, reducing potential failure points and improving reliability.
721
+
722
+ ## [1.80.0] - 2026-03-29
723
+
724
+ ### Added
725
+ - Harness framework documentation in the methodology paper and website, explaining how the plugin execution model works.
726
+
727
+ ## [1.79.2] - 2026-03-29
728
+
729
+ ### Fixed
730
+
731
+ - Removed outdated han-plugin references from skill documentation.
732
+
733
+ ## [1.79.1] - 2026-03-29
734
+
735
+ ```markdown
736
+ ### Fixed
737
+ - Advance skill now properly evaluates completion gates against the actual plan file
738
+ - Resume skill correctly parses YAML frontmatter in unit specifications
739
+ - Haiku utility can now be called standalone with automatic state dependency resolution
740
+ ```
741
+
742
+ ## [1.79.0] - 2026-03-29
743
+
744
+ ### Added
745
+ - Infrastructure and operations as a workflow discipline: Elaborate now guides you through infrastructure questions and auto-creates operations units alongside feature work
746
+ - Operations construction phase that builds and validates deployment and infrastructure configurations during the execution flow
747
+ - Operational readiness reviews that validate infrastructure and deployment completeness before shipping
748
+ - Stack configuration schema with quality gates for defining infrastructure patterns and architectural standards
749
+
750
+ ## [1.78.1] - 2026-03-29
751
+
752
+ ### Fixed
753
+ - Fixed visual-fidelity issues identified in code review
754
+
755
+ ## [1.78.0] - 2026-03-28
756
+
757
+ ### Added
758
+
759
+ - Completion criteria checkboxes automatically check off when a unit or intent is completed, keeping your workflow state synchronized with task progress.
760
+
761
+ ## [1.77.2] - 2026-03-28
762
+
763
+ ### Fixed
764
+ - Interactive workflow mode now has write permissions enabled.
765
+
766
+ ## [1.77.1] - 2026-03-28
767
+
768
+ ### Fixed
769
+ - Code review workflow now has the necessary permissions to write and apply changes when reviewing code.
770
+
771
+ ## [1.77.0] - 2026-03-28
772
+
773
+ ### Added
774
+ - Visual fidelity review agent with gate detection and comparison orchestration for automated design quality assessment, including backpressure documentation for integration workflows
775
+ - Design reference resolver that intelligently locates design system components using a 3-level priority hierarchy
776
+ - Pluggable screenshot capture infrastructure enabling flexible image acquisition across different design tools
777
+
778
+ ### Fixed
779
+ - Prevent stderr/JSON mixing in design reference resolution calls
780
+
781
+ ## [1.76.2] - 2026-03-28
782
+
783
+ ### Fixed
784
+
785
+ - Intent and unit completion statuses are now reliably set when work finishes.
786
+
787
+ ## [1.76.1] - 2026-03-28
788
+
789
+ ### Changed
790
+ - Plugin no longer depends on han CLI; core state management and hook utilities are now built into the plugin via foundation libraries
791
+ - Simplified iteration.json state schema with improved phase validation
792
+
793
+ ## [1.76.0] - 2026-03-28
794
+
795
+ ### Added
796
+ - Enforce quality checks with hard gates that must pass before unit completion.
797
+ - Automatically delegate work to specialized subagents using configurable hooks.
798
+ - Generate DOT flowcharts to visualize intent and unit workflows.
799
+ - Validate execution context with preflight checks before running workflows.
800
+
801
+ ## [1.75.1] - 2026-03-28
802
+
803
+ I need more details to write a meaningful changelog entry. The commit message "comprehensive review fixes after PR merge barrage" is too generic—it doesn't specify what was actually fixed.
804
+
805
+ Can you provide either:
806
+ 1. **The actual file changes** from that commit (what was modified/fixed), or
807
+ 2. **Specific issues addressed** (e.g., "fixed edge case in advance skill", "improved error handling in execute", etc.)
808
+
809
+ Without knowing the concrete improvements, I can't write user-facing bullets that explain what they can now do differently.
810
+
811
+ ## [1.75.0] - 2026-03-27
812
+
813
+ ```markdown
814
+ ### Added
815
+ - Code reviews now support multi-judge critique debate for high-stakes decisions.
816
+ ```
817
+
818
+ ## [1.74.2] - 2026-03-27
819
+
820
+ ### Fixed
821
+ - Fixed CI pipeline conflict resolution to properly handle push events.
822
+
823
+ ## [1.74.1] - 2026-03-27
824
+
825
+ ### Fixed
826
+ - Context:fork skill invocations during elaboration now use the Agent tool for improved execution reliability
827
+
828
+ ## [1.74.0] - 2026-03-27
829
+
830
+ ### Added
831
+ - Schema drift detection for database changes during code review
832
+
833
+ ## [1.73.0] - 2026-03-27
834
+
835
+ ### Added
836
+ - Use /autopilot skill to run complete autonomous feature lifecycles from elaboration through delivery.
837
+
838
+ ### Changed
839
+ - /execute is now the primary execution skill; /construct is deprecated.
840
+
841
+ ## [1.72.0] - 2026-03-27
842
+
843
+ ### Added
844
+
845
+ - Reviewers can now use structured completion markers to mark deterministic review outcomes with confidence-based feedback.
846
+
847
+ ## [1.71.0] - 2026-03-27
848
+
849
+ ### Added
850
+ - Builder includes a node repair operator and structured completion markers for improved construction reliability and state tracking.
851
+
852
+ ## [1.70.1] - 2026-03-27
853
+
854
+ ### Fixed
855
+ - Improved conflict resolution in continuous integration builds using matrix strategy.
856
+
857
+ ## [1.70.0] - 2026-03-27
858
+
859
+ ### Added
860
+ - The planner now analyzes git history to provide more informed planning recommendations.
861
+
862
+ ## [1.68.1] - 2026-03-27
863
+
864
+ ### Fixed
865
+ - Shell scripts are now executable after installation, eliminating permission errors.
866
+
867
+ ### Added
868
+ - Workflow mode selection and granularity tuning options to customize AI-DLC iteration behavior.
869
+ - Documentation for integrating Reflect into the Compound skill workflow.
870
+
871
+ ## [1.68.0] - 2026-03-27
872
+
873
+ ```markdown
874
+ ### Added
875
+
876
+ - DOT flowchart guidelines for visualizing process authority during the construction phase.
877
+ ```
878
+
879
+ ## [1.67.0] - 2026-03-27
880
+
881
+ ### Added
882
+ - Model profiles for cost-optimized hat routing with improved configuration resolution
883
+
884
+ ## [1.66.0] - 2026-03-27
885
+
886
+ ### Added
887
+ - Planning process now retrieves relevant learnings before generating plans, with improved search capabilities
888
+
889
+ ### Fixed
890
+ - Restored Structured Completion Marker section that was accidentally removed
891
+
892
+ ## [1.64.0] - 2026-03-27
893
+
894
+ ### Fixed
895
+ - Restored missing Two-Stage Review, conflict resolution, CoVe, and Specialized Pre-Delivery Reviews sections in reviewer hat
896
+
897
+ ### Added
898
+ - Parallel review perspectives for multi-file units enable concurrent reviews from multiple disciplinary angles
899
+
900
+ ## [1.63.0] - 2026-03-27
901
+
902
+ ### Added
903
+ - Three-level artifact checking in reviews validates content, reasoning, and structural integrity
904
+ - Goal-backward verification ensures work aligns with original intent throughout development
905
+ - Anti-rationalization tables and red flags across all hats identify biased reasoning patterns
906
+ - Confidence scoring system enables granular quality assessment during review cycles
907
+ - Enhanced anti-pattern detection and specialized review modes for deeper code analysis
908
+
909
+ ## [1.62.3] - 2026-03-27
910
+
911
+ ### Fixed
912
+ - Conflict resolution in automated workflows now requests manual review instead of taking automatic action, improving reliability when handling merge conflicts.
913
+
914
+ ## [1.62.2] - 2026-03-27
915
+
916
+ ### Changed
917
+ - Documentation terminology updated throughout to reflect current plugin naming, removing references to legacy terms.
918
+
919
+ ## [1.62.1] - 2026-03-27
920
+
921
+ ### Fixed
922
+
923
+ - Conflict resolver polling now operates correctly during workflow execution.
924
+
925
+ ## [1.62.0] - 2026-03-27
926
+
927
+ ### Added
928
+ - Customize elaboration phases for your project using .ai-dlc/ELABORATION.md configuration files
929
+ - Configure external rule files using a data-driven pattern
930
+
931
+ ## [1.61.1] - 2026-03-27
932
+
933
+ This commit is CI infrastructure work without user-facing implications, so there are no changelog entries for it. Per your rules, this qualifies as "noise" that should be skipped.
934
+
935
+ If this workflow enables a user-visible feature or changes how conflict resolution works in the plugin itself, please clarify and I can write an entry.
936
+
937
+ ## [1.61.0] - 2026-03-27
938
+
939
+ ### Changed
940
+ - Reviewer hat now validates spec compliance first (including test coverage requirements), then assesses code quality in a separate stage.
941
+
942
+ ## [1.60.0] - 2026-03-27
943
+
944
+ ### Added
945
+ - Visual brainstorming companion guidance during the elaboration phase
946
+
947
+ ### Fixed
948
+ - Brainstorm storage path to prevent collisions with mockups directory
949
+
950
+ ## [1.59.1] - 2026-03-27
951
+
952
+ This version contains only CI infrastructure updates with no user-facing changes to report.
953
+
954
+ ## [1.59.0] - 2026-03-27
955
+
956
+ ### Added
957
+ - Context budget monitoring warns when context usage approaches limits at 35% and 25% remaining, helping you manage token usage during long sessions.
958
+
959
+ ## [1.58.2] - 2026-03-27
960
+
961
+ ### Changed
962
+ - Builder now reduces token consumption by approximately 35% by extracting reference materials to a companion file.
963
+
964
+ ## [1.58.1] - 2026-03-27
965
+
966
+ ### Changed
967
+ - Reduced token consumption during code reviews by extracting reference material to a companion file.
968
+
969
+ ## [1.58.0] - 2026-03-27
970
+
971
+ ### Added
972
+ - Structured completion markers explicitly control when the workflow transitions between hats, replacing implicit transition logic with deterministic gating.
973
+
974
+ ## [1.57.0] - 2026-03-27
975
+
976
+ ### Added
977
+
978
+ - Code reviews now include confidence-scored findings and automated anti-pattern detection.
979
+
980
+ ## [1.56.1] - 2026-03-27
981
+
982
+ ### Changed
983
+ - Session token consumption is reduced through optimized hook lazy loading
984
+
985
+ ## [1.56.0] - 2026-03-27
986
+
987
+ ### Added
988
+
989
+ - Capture learnings from the current session as structured solution files with the new `/compound` skill.
990
+
991
+ ## [1.55.0] - 2026-03-27
992
+
993
+ ### Added
994
+ - Use anti-patterns guidance when writing completion criteria to avoid common mistakes that over-constrain or inappropriately restrict agent output.
995
+
996
+ ## [1.54.0] - 2026-03-27
997
+
998
+ ### Added
999
+ - Added `/pressure-testing` skill for test-driven development with quality gate validation.
1000
+
1001
+ ## [1.53.1] - 2026-03-27
1002
+
1003
+ ### Added
1004
+
1005
+ - You can now disable model invocation in the reflect, resume, and operate skills to prevent unintended model calls during execution.
1006
+
1007
+ ## [1.53.0] - 2026-03-27
1008
+
1009
+ ### Added
1010
+ - Execute multiple units within an intent in parallel waves, automatically coordinating dependencies and sequencing units for optimal throughput.
1011
+
1012
+ ## [1.52.0] - 2026-03-27
1013
+
1014
+ ### Added
1015
+ - Sessions now resume with structured handoff to maintain context and progress across bolts.
1016
+
1017
+ ## [1.51.2] - 2026-03-27
1018
+
1019
+ No user-facing changes to document. The only commit (CI workflow fix) doesn't affect plugin functionality or user experience.
1020
+
1021
+ ## [1.51.1] - 2026-03-27
1022
+
1023
+ ### Changed
1024
+ - Review operations now consume fewer tokens due to optimized subagent context scoping
1025
+
1026
+ ## [1.51.0] - 2026-03-27
1027
+
1028
+ ### Added
1029
+ - Discovery phase now supports brownfield codebase mapping to help you understand existing code architecture when elaborating new intents.
1030
+
1031
+ ## [1.50.0] - 2026-03-27
1032
+
1033
+ ### Added
1034
+ - Aggregate learnings from compound work into structured reflection outputs for project documentation and review.
1035
+
1036
+ ## [1.49.0] - 2026-03-27
1037
+
1038
+ ### Added
1039
+ - Workflows now enforce quality gates at hard-gate synchronization points during critical phase transitions.
1040
+
1041
+ ## [1.48.0] - 2026-03-27
1042
+
1043
+ ### Added
1044
+ - Elaboration now includes automated specification review before advancing to construction.
1045
+
1046
+ ## [1.47.0] - 2026-03-27
1047
+
1048
+ ### Added
1049
+
1050
+ - Builder now requires verification of completion criteria before marking units complete.
1051
+
1052
+ ## [1.46.0] - 2026-03-27
1053
+
1054
+ ### Added
1055
+ - Use the `/seed` skill to capture forward-looking ideas and define conditions for when they should be revisited.
1056
+
1057
+ ## [1.45.0] - 2026-03-27
1058
+
1059
+ ### Changed
1060
+
1061
+ - Reviewer now uses specialized review agents to provide comprehensive pre-delivery checks instead of a static checklist
1062
+
1063
+ ## [1.44.3] - 2026-03-27
1064
+
1065
+ ### Added
1066
+ - Git strategy questions now show your actual default branch name, and you can configure which remote to use for detection.
1067
+
1068
+ ## [1.44.2] - 2026-03-27
1069
+
1070
+ ### Added
1071
+ - Claude Code Review workflow for conducting code reviews directly within Claude Code.
1072
+
1073
+ ### Changed
1074
+ - Improved Claude PR Assistant workflow with enhanced pull request management capabilities.
1075
+
1076
+ ## [1.44.1] - 2026-03-27
1077
+
1078
+ This commit appears to be a CI infrastructure change (adding a bot workflow) with no user-facing impact. Based on your guidelines to focus on "what a plugin user can now DO differently" and to skip infrastructure noise, there are no sections to include in this changelog entry.
1079
+
1080
+ If you'd like me to document this in the changelog anyway, or if I'm misunderstanding what this bot workflow does for end users, please clarify.
1081
+
1082
+ ## [1.44.0] - 2026-03-27
1083
+
1084
+ ### Added
1085
+
1086
+ - Plugin state now persists to disk with lockfile protection, enabling safe multi-session workflows.
1087
+
1088
+ ## [1.43.0] - 2026-03-27
1089
+
1090
+ ### Added
1091
+ - Safely execute untrusted or generated prompts with built-in prompt injection guards
1092
+ - Configure workflow enforcement hooks to control tool execution and maintain process discipline
1093
+
1094
+ ## [1.42.0] - 2026-03-27
1095
+
1096
+ ### Added
1097
+ - Use `/quick` mode to skip full elaboration for trivial tasks.
1098
+
1099
+ ## [1.41.0] - 2026-03-27
1100
+
1101
+ ### Added
1102
+ - Agent teams can now use a parallel commit strategy with no-verify enabled to speed up concurrent builds.
1103
+
1104
+ ## [1.40.0] - 2026-03-27
1105
+
1106
+ ### Added
1107
+ - Specialized review agents organized by domain, enabling more targeted feedback based on codebase expertise.
1108
+
1109
+ ## [1.39.0] - 2026-03-27
1110
+
1111
+ ### Added
1112
+ - You can now use `/backlog` to capture and organize parking lot ideas during development.
1113
+
1114
+ ## [1.38.0] - 2026-03-27
1115
+
1116
+ ### Added
1117
+
1118
+ - Generate improvement suggestions with adversarial review using the new `/ideate` skill.
1119
+
1120
+ ## [1.37.0] - 2026-03-27
1121
+
1122
+ ### Added
1123
+ - Run parallel research agents to deepen plans and explore multiple angles simultaneously
1124
+
1125
+ ## [1.36.0] - 2026-03-27
1126
+
1127
+ ### Added
1128
+ - Spec flow analysis during elaboration helps identify specification gaps before implementation.
1129
+
1130
+ ## [1.35.0] - 2026-03-27
1131
+
1132
+ ### Added
1133
+ - Customize review agent configuration on a per-project basis to align code review behavior with your team's standards.
1134
+
1135
+ ## [1.34.0] - 2026-03-27
1136
+
1137
+ ### Added
1138
+
1139
+ - Reviewer now uses chain-of-verification (CoVe) methodology to provide evidence-based code reviews grounded in systematic analysis.
1140
+
1141
+ ## [1.33.0] - 2026-03-27
1142
+
1143
+ ### Added
1144
+ - Search for learning materials in the planner and get results ranked by relevance using multiple signals to quickly find applicable guidance.
1145
+
1146
+ ## [1.32.0] - 2026-03-27
1147
+
1148
+ ### Added
1149
+
1150
+ - Builder automatically detects version incompatibilities and provides rollback guidance during builds.
1151
+
1152
+ ## [1.31.0] - 2026-03-27
1153
+
1154
+ ### Added
1155
+ - The planner now uses rule-based filtering to automatically select the best approach for your task.
1156
+
1157
+ ## [1.30.0] - 2026-03-27
1158
+
1159
+ ### Added
1160
+ - Configuration documentation now explains the precedence pattern for master and override settings, allowing you to correctly configure layered settings.
1161
+
1162
+ ## [1.29.0] - 2026-03-26
1163
+
1164
+ ### Added
1165
+
1166
+ - Units now include a last_updated timestamp in their frontmatter, allowing you to track when each unit was last modified.
1167
+
1168
+ ## [1.28.2] - 2026-03-26
1169
+
1170
+ ### Fixed
1171
+ - Unit and intent status changes are now committed to git automatically, ensuring all workflow state transitions are tracked in version control.
1172
+
1173
+ ## [1.28.1] - 2026-03-26
1174
+
1175
+ ### Changed
1176
+ - Strategy options documentation now explains each choice from the user's perspective, making it clearer when to use each strategy.
1177
+
1178
+ ## [1.28.0] - 2026-03-26
1179
+
1180
+ ### Added
1181
+ - Automatic cleanup of temporary git worktrees at completion milestones, eliminating manual cleanup steps after intent completion.
1182
+
1183
+ ## [1.27.0] - 2026-03-26
1184
+
1185
+ ### Added
1186
+
1187
+ - Design-specific unit template sections to guide structured documentation of design requirements during intent elaboration.
1188
+
1189
+ ## [1.26.0] - 2026-03-26
1190
+
1191
+ ### Changed
1192
+ - `/followup` now creates linked iteration intents to maintain continuity across intent iterations.
1193
+
1194
+ ## [1.25.0] - 2026-03-26
1195
+
1196
+ ### Added
1197
+ - Wireframes now include design units during the elaboration phase for more complete design specifications.
1198
+
1199
+ ## [1.24.0] - 2026-03-26
1200
+
1201
+ ### Added
1202
+ - Receive design-focused guidance when defining success criteria during the elaborate phase.
1203
+
1204
+ ## [1.23.0] - 2026-03-26
1205
+
1206
+ ### Added
1207
+
1208
+ - Design discipline now automatically routes to a design-focused workflow.
1209
+
1210
+ ## [1.22.0] - 2026-03-26
1211
+
1212
+ ### Added
1213
+
1214
+ - Plugin now automatically detects and removes worktrees once their changes are merged.
1215
+
1216
+ ## [1.21.0] - 2026-03-26
1217
+
1218
+ ### Added
1219
+ - Workflow execution events are now reported to OpenTelemetry, enabling integration with observability platforms and monitoring tools.
1220
+
1221
+ ## [1.20.16] - 2026-03-11
1222
+
1223
+ ### Changed
1224
+ - Documentation rebrand with no user-facing changes
1225
+
1226
+ ## [1.20.15] - 2026-03-11
1227
+
1228
+ ### Added
1229
+ - Test-driven development workflow for building features from tests first
1230
+ - Learnings from completed intents are automatically loaded into new workflows
1231
+
1232
+ ### Changed
1233
+ - Integration workflows now run autonomously without manual intervention
1234
+
1235
+ ## [1.20.14] - 2026-03-10
1236
+
1237
+ ### Removed
1238
+ - Operator and Reflector hats and their associated workflows have been removed from the available workflow options.
1239
+
1240
+ ## [1.20.13] - 2026-03-10
1241
+
1242
+ ### Fixed
1243
+ - Plugin can now be properly discovered and installed via the Claude Code marketplace
1244
+
1245
+ ## [1.20.12] - 2026-03-10
1246
+
1247
+ ### Fixed
1248
+ - Unit strategy automations no longer ask for auto-merge confirmation during setup.
1249
+
1250
+ ### Changed
1251
+ - Simplified plugin source configuration.
1252
+
1253
+ ## [1.20.11] - 2026-03-09
1254
+
1255
+ ### Changed
1256
+ - Restructured plugin directory and marketplace configuration
1257
+
1258
+ ## [1.20.10] - 2026-03-09
1259
+
1260
+ ### Added
1261
+ - `/reflect` skill for reflection phase—review and learn from completed work
1262
+ - `/operate` skill for operation phase—maintain and iterate on deployed systems
1263
+ - AI-DLC integrates with HAIKU software development methodology
1264
+
1265
+ ### Changed
1266
+ - Construction phase renamed to Execution throughout plugin and documentation
1267
+
1268
+ ## [1.20.9] - 2026-03-09
1269
+
1270
+ ### Added
1271
+ - Plugin can be downloaded as a zip archive
1272
+
1273
+ ### Changed
1274
+ - Marketplace now uses path-based source configuration
1275
+
1276
+ ## [1.20.8] - 2026-03-06
1277
+
1278
+ ### Changed
1279
+ - H·AI·K·U is now discoverable in the plugin marketplace with full description
1280
+
1281
+ ## [1.20.7] - 2026-03-06
1282
+
1283
+ This commit updates `.gitignore`, which is infrastructure maintenance with no user-facing changes. There are no changelog entries to report for version 1.20.7.
1284
+
1285
+ ## [1.20.6] - 2026-03-05
1286
+
1287
+ ### Fixed
1288
+
1289
+ - Plugin now correctly resolves worktree paths relative to the main repository root instead of the worktree directory, preventing path resolution errors when using git worktrees.
1290
+
1291
+ ## [1.20.5] - 2026-03-04
1292
+
1293
+ ```markdown
1294
+ ### Fixed
1295
+
1296
+ - Review pull requests created during elaboration no longer close linked issues when merged.
1297
+ ```
1298
+
1299
+ ## [1.20.4] - 2026-03-04
1300
+
1301
+ ### Fixed
1302
+ - Unit-based change strategy no longer prompts for delivery confirmation, streamlining the workflow.
1303
+
1304
+ ## [1.20.3] - 2026-03-04
1305
+
1306
+ ### Fixed
1307
+ - Elaboration review now displays complete unit content without truncation.
1308
+
1309
+ ## [1.20.1] - 2026-03-04
1310
+
1311
+ ### Fixed
1312
+
1313
+ - Discovery skill now enforces strict alignment rules for ASCII wireframes, improving consistency and accuracy during domain exploration.
1314
+
1315
+ ## [1.20.0] - 2026-03-04
1316
+
1317
+ ### Added
1318
+
1319
+ - Elaborate phases can now be run independently as fork subagent skills, giving you granular control over which phases to execute.
1320
+
1321
+ ## [1.19.2] - 2026-03-04
1322
+
1323
+ ### Fixed
1324
+ - Worktree directories are now automatically added to gitignore, preventing temporary work from being accidentally committed.
1325
+
1326
+ ## [1.19.1] - 2026-03-03
1327
+
1328
+ ### Fixed
1329
+ - Elaboration workflow is now unified, removing the complexity of managing separate elaborator agent and elaboration-start skill components.
1330
+
1331
+ ## [1.19.0] - 2026-03-03
1332
+
1333
+ ### Added
1334
+ - Changelog page on the website for viewing release history
1335
+
1336
+ ### Changed
1337
+ - Elaborate workflow now orchestrates multiple agents for better intent specification
1338
+
1339
+ ## [1.18.0] - 2026-03-03
1340
+
1341
+ ### Added
1342
+
1343
+ - Detect greenfield projects and automatically generate UI mockups for rapid design exploration.
1344
+
1345
+ ## [1.17.2] - 2026-03-02
1346
+
1347
+ ### Fixed
1348
+ - Changelog generation now includes only commits since the previous version for more accurate release notes
1349
+
1350
+ ## [1.17.1] - 2026-03-02
1351
+
1352
+ ### Fixed
1353
+
1354
+ - Intent discovery now creates a worktree before running, preventing temporary artifacts from appearing on the main branch.
1355
+
1356
+ ## [1.17.0] - 2026-03-02
1357
+
1358
+ ### Added
1359
+ - Agents can now invoke elaborate, resume, and refine skills, enabling automated AI-DLC workflows.
1360
+
1361
+ ## [1.16.0] - 2026-03-02
1362
+
1363
+ Based on the commit details, here's the changelog entry for version 1.16.0:
1364
+
1365
+ ### Added
1366
+ - Discovery scratchpad automatically captures elaboration findings to `discovery.md` during domain discovery, reducing context window pressure while keeping detailed findings accessible to subagents and the intent worktree
1367
+ - Parallel design analysis via dedicated subagents during elaboration for faster, context-efficient Figma and design file processing
1368
+ - Hybrid per-unit change strategy support, allowing mixed strategies within a single intent—foundational units can use direct-to-main while remaining units merge to the intent branch
1369
+
1370
+ ## [1.15.0] - 2026-02-25
1371
+
1372
+ ### Added
1373
+ - Per-unit workflows enable different workflow configurations for each unit, with built-in support for design discipline phases.
1374
+
1375
+ ## [1.14.0] - 2026-02-25
1376
+
1377
+ ### Added
1378
+ - Handle design assets directly in your workflows for easier design integration
1379
+ - Automatically match and apply colors from design specifications
1380
+ - Leverage design annotations to guide code generation and specifications
1381
+
1382
+ ## [1.13.0] - 2026-02-25
1383
+
1384
+ ### Added
1385
+ - Handoff now supports cowork-aware modes with options to share work as a local folder or zip file for easier collaboration.
1386
+
1387
+ ## [1.12.0] - 2026-02-25
1388
+
1389
+ ### Changed
1390
+ - Slash commands `/reset`, `/refine`, `/setup`, and `/resume` are now blocked in cowork mode to prevent conflicting simultaneous operations.
1391
+
1392
+ ## [1.11.0] - 2026-02-25
1393
+
1394
+ ### Changed
1395
+ - The `/construct` command is now unavailable in cowork mode to prevent mode conflicts during collaborative work.
1396
+
1397
+ ## [1.10.0] - 2026-02-25
1398
+
1399
+ ```markdown
1400
+ ### Added
1401
+
1402
+ - Cowork mode now automatically detects multi-agent collaboration environments, improving coordination when multiple Claude Code instances work together.
1403
+ - Exploration tasks now delegate to specialized Explore subagents for faster codebase discovery and analysis.
1404
+ ```
1405
+
1406
+ ## [1.9.0] - 2026-02-25
1407
+
1408
+ ### Added
1409
+ - Wireframe generation phase for visual design exploration and iteration in development workflows
1410
+
1411
+ ### Changed
1412
+ - Worktrees are now automatically created within project directories for better isolation and organization
1413
+
1414
+ ## [1.8.3] - 2026-02-24
1415
+
1416
+ ### Fixed
1417
+ - Ticket descriptions now display with improved formatting and structure for better readability.
1418
+
1419
+ ## [1.8.2] - 2026-02-24
1420
+
1421
+ ### Changed
1422
+ - Reference skills are now internal-only and cannot be invoked directly
1423
+
1424
+ ## [1.8.1] - 2026-02-24
1425
+
1426
+ I don't see a "more provider settings" commit in the recent history. Can you provide the commit hash or clarify which changes you're referring to for version 1.8.1? That way I can see the actual code changes and write an accurate changelog entry.
1427
+
1428
+ ## [1.8.0] - 2026-02-24
1429
+
1430
+ ### Added
1431
+ - Execute specific units without running the entire intent
1432
+
1433
+ ### Changed
1434
+ - Change strategies now provide more options for managing workflow iterations
1435
+
1436
+ ### Removed
1437
+ - Bolt change strategy has been removed; use the intent strategy instead
1438
+
1439
+ ## [1.7.0] - 2026-02-20
1440
+
1441
+ ### Added
1442
+ - Completion announcements signal when tasks meet their completion criteria.
1443
+ - Risk descriptions let you document potential issues identified during elaboration.
1444
+ - Iteration caps set a maximum limit on how many times a bolt can cycle.
1445
+ - Explicit bolt terminology clarifies the iteration cycle concept throughout the plugin.
1446
+
1447
+ ## [1.6.3] - 2026-02-20
1448
+
1449
+ ### Changed
1450
+ - Simplified skill definitions and hook configurations by removing mode references
1451
+
1452
+ ## [1.6.2] - 2026-02-20
1453
+
1454
+ ### Removed
1455
+ - Mode selection from elaboration and construction phases.
1456
+
1457
+ ## [1.6.1] - 2026-02-20
1458
+
1459
+ ### Fixed
1460
+ - Iteration state is now correctly initialized during construction instead of elaboration, ensuring proper workflow sequencing from project inception through delivery.
1461
+
1462
+ ## [1.6.0] - 2026-02-20
1463
+
1464
+ ### Added
1465
+
1466
+ - **Integrator hat**: Validate cross-cutting concerns after merging all units within an intent.
1467
+ - **/refine skill**: Refine intent or unit specifications mid-execution without losing progress.
1468
+ - **Non-functional requirement guidance**: Enhanced prompts to help you specify and validate non-functional requirements and cross-cutting concerns.
1469
+ - **Delivery phase guidance**: Improved prompts for planning and executing the delivery phase.
1470
+
1471
+ ## [1.5.0] - 2026-02-20
1472
+
1473
+ ### Added
1474
+ - New `/setup` skill automates initial project configuration.
1475
+ - Elaboration now enforces ticket creation for all work before execution can begin.
1476
+
1477
+ ## [1.4.5] - 2026-02-20
1478
+
1479
+ ### Fixed
1480
+
1481
+ - Testing requirements are now mandatory for all intents and cannot be configured per-intent.
1482
+
1483
+ ## [1.4.4] - 2026-02-20
1484
+
1485
+ ### Fixed
1486
+
1487
+ - Subagents now load context state from the correct branch when executing work.
1488
+
1489
+ ## [1.4.3] - 2026-02-15
1490
+
1491
+ ### Fixed
1492
+
1493
+ - Intent branches are now prefixed with `ai-dlc/` to prevent naming conflicts and improve branch organization.
1494
+
1495
+ ## [1.4.2] - 2026-02-15
1496
+
1497
+ ### Fixed
1498
+ - Construction workflows now skip the elaborator phase and intent discovery has been improved.
1499
+
1500
+ ## [1.4.1] - 2026-02-13
1501
+
1502
+ ### Fixed
1503
+ - Plugin installation now uses Claude Code's native `/plugin` CLI for streamlined setup.
1504
+
1505
+ ## [1.4.0] - 2026-02-13
1506
+
1507
+ ### Added
1508
+ - Integrate external providers to customize how agents access memory, data, and external services
1509
+ - Enable coworking mode for team-based and collaborative AI-DLC workflows
1510
+ - Instructions now merge hierarchically across global, project, and local levels so local customizations take precedence
1511
+
1512
+ ## [1.3.0] - 2026-02-13
1513
+
1514
+ ### Added
1515
+ - Configure memory providers to customize where and how AI-DLC state is stored.
1516
+ - Collaborate with team members through cowork support for multi-user development workflows.
1517
+
1518
+ ### Changed
1519
+ - Plugin structure reorganized for improved modularity and maintainability.
1520
+
1521
+ ## [1.2.2] - 2026-02-12
1522
+
1523
+ ### Changed
1524
+ - Intent configuration is now consolidated into intent.md frontmatter, eliminating the need for a separate intent.yaml file.
1525
+
1526
+ ## [1.2.1] - 2026-02-12
1527
+
1528
+ ### Fixed
1529
+
1530
+ - Session retrospectives now correctly handle branch ordering and workflow transitions
1531
+ - Team mode hats now function properly in multi-agent workflows
1532
+ - Merge strategy now executes as configured
1533
+
1534
+ ## [1.2.0] - 2026-02-11
1535
+
1536
+ ### Added
1537
+ - Domain discovery during elaboration helps you systematically explore your problem space before constructing solutions
1538
+ - Specification validation during elaboration catches design issues early in the inception phase
1539
+ - Deep research capabilities help you gather comprehensive context about relevant technologies and approaches
1540
+
1541
+ ## [1.1.2] - 2026-02-11
1542
+
1543
+ I need more detail about what changed in the settings. The commit message "update settings" doesn't reveal what a plugin user can now do differently.
1544
+
1545
+ Can you clarify:
1546
+ - What settings were added, changed, or removed?
1547
+ - What's the user-facing impact? (e.g., new configuration option, default behavior change, etc.)
1548
+
1549
+ Once I understand that, I'll write the changelog entry.
1550
+
1551
+ ## [1.1.1] - 2026-02-11
1552
+
1553
+ ### Added
1554
+ - Agent Teams with intent-level modes and dynamic hat discovery
1555
+ - Interactive workflow visualizer on documentation website
1556
+ - Website responsive layout and dark mode
1557
+
1558
+ ### Changed
1559
+ - Construction workflows now use Agent Teams by default
1560
+
1561
+ ### Fixed
1562
+ - Session startup performance optimized