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