@williambeto/ai-workflow 2.6.3 → 2.6.7

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,1234 @@
1
+ ## [unreleased]
2
+
3
+ ### 🧪 Testing
4
+
5
+ - Align E2E assertions with updated requestedActor routing mechanics
6
+ ## [2.6.4] - 2026-07-04
7
+
8
+ ### 🐛 Bug Fixes
9
+
10
+ - *(build)* Include README.md, LICENSE, and CHANGELOG.md in publish manifest build layer
11
+ ## [2.6.3] - 2026-07-03
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ - *(cli)* Include EVIDENCE.json and tarball patterns in gitignore rules
16
+
17
+ ### 💼 Other
18
+
19
+ - Docs/contributing-overhaul into main
20
+ - Refactor/priority-2-code-quality into main
21
+
22
+ ### 🚜 Refactor
23
+
24
+ - Document opencode-merge architecture and configure cliff.toml for non-conventional commits
25
+
26
+ ### 📚 Documentation
27
+
28
+ - Overhaul CONTRIBUTING.md with AIWK workflow and safety rules
29
+
30
+ ### ⚙️ Miscellaneous Tasks
31
+
32
+ - Bump version to 2.6.3 and update CHANGELOG
33
+ ## [2.6.2] - 2026-07-03
34
+
35
+ ### 💼 Other
36
+
37
+ - Docs/readme-overhaul into main
38
+
39
+ ### 📚 Documentation
40
+
41
+ - Overhaul README with clear problem statement, pipeline, risk model and safety guarantees
42
+
43
+ ### ⚙️ Miscellaneous Tasks
44
+
45
+ - Bump version to 2.6.2 and update CHANGELOG
46
+ ## [2.6.1] - 2026-07-03
47
+
48
+ ### 🐛 Bug Fixes
49
+
50
+ - Replace any types with proper interfaces in pipeline and delegation controller
51
+
52
+ ### 💼 Other
53
+
54
+ - Chore/document-auxiliary-skills into main
55
+ - Fix/type-safety-and-changelog into main
56
+
57
+ ### 📚 Documentation
58
+
59
+ - Document 5 auxiliary skills not exposed as subagents
60
+
61
+ ### ⚙️ Miscellaneous Tasks
62
+
63
+ - Bump version to 2.6.1 and update CHANGELOG
64
+ ## [2.6.0] - 2026-07-02
65
+
66
+ ### 🐛 Bug Fixes
67
+
68
+ - Generalize proportional request classification
69
+ - Harden v2.6 runtime validation flow
70
+ - Restrict actor extraction to explicit invocations
71
+ - Stop parsing actors from natural requests
72
+ - Rename fullModeEvidence to persistedEvidence and improve docs intent detection
73
+
74
+ ### 💼 Other
75
+
76
+ - Implement v2.6.0 lean and hardened enforcement lifecycle
77
+ - Feat/v2.6.0-lean-enforcement into main
78
+ - Fix/handoff-mandatory-on-write into main
79
+
80
+ ### 📚 Documentation
81
+
82
+ - Add v2.6.0-roadmap checklist for autonomous goal execution
83
+
84
+ ### 🧪 Testing
85
+
86
+ - Assert HANDOFF.md is generated for all write-mode executions
87
+ ## [2.5.1] - 2026-06-30
88
+
89
+ ### 🚜 Refactor
90
+
91
+ - Reduce cyclomatic complexity in request-router and runInit
92
+ - Remove execution mode variables from request-router and map riskLevel directly
93
+ - Introduce proportional policy properties and deprecate mode in classifier and planner
94
+ - Eliminate mode dependency in commands and validation engines using explicit policies
95
+ - Eliminate executionMode in run.ts and align agents contract documentation with proportional policies
96
+ - Complete purification of workflow execution modes into proportional policies across core and CLI
97
+ - Eliminate legacy mode parameter and fallback logic from healer engine and quality guard core, relying purely on policies
98
+ - Complete legacy mode parameter backward compatibility mapping for HealerEngine, EvidenceCollector and collect-evidence command
99
+
100
+ ### 📚 Documentation
101
+
102
+ - Purify runtime operational contract to reflect proportional policies instead of execution modes
103
+ - Purify legacy modes references from dist-assets and developer specs
104
+ - Fully purify legacy modes references from dist-assets, specs, and execution runtime, and update visual snapshots
105
+ - Purify legacy quick/standard/full references from template assets, sage, and compatibility docs
106
+
107
+ ### ⚙️ Miscellaneous Tasks
108
+
109
+ - Ignore tmp/ directory in gitignore
110
+ - Bump patch to 2.5.1 and create release decision and notes
111
+ ## [2.5.0] - 2026-06-29
112
+
113
+ ### 🚀 Features
114
+
115
+ - Deprecate gemini integration and upgrade E2E test reliability
116
+
117
+ ### 🐛 Bug Fixes
118
+
119
+ - *(release)* Enforce strict ESM build and E2E tarball extraction verification
120
+ - *(release)* Remove raw TS sources and disable DTS generation for clean tarball
121
+ - *(fidelity-gate)* Flexibilize CSS vars rule with volume threshold and bypass token
122
+ - *(tests)* Update CSS fixtures to exceed 200-char threshold and fix clean.test.js import path
123
+ - Resolve npm publish path ambiguity using explicit relative dot-slash
124
+
125
+ ### 🚜 Refactor
126
+
127
+ - *(ts)* Complete clean command migration to ts and update readme documentation links
128
+ - *(ts)* Enable compiler-level declaration emit and fix missing parsed flags type
129
+ - Add node_modules/ to the auto-generated gitignore block in init command
130
+
131
+ ### 📚 Documentation
132
+
133
+ - Modernize and elevate all project documentation to enterprise-grade
134
+ - Improve readme and quickstart legibility and layout formatting
135
+ - Correct readme description to match official core concept
136
+ - Remove execution pipeline diagram block from readme to keep onboarding clean
137
+ - *(customizations)* Add project-specific documentation skill for Antigravity
138
+ - Correct ordered list prefixes and sanitize wsl path leaks in desktop prompt guide
139
+ - Finalize quickstart list styling and stage clean.js deletion
140
+ - Update CHANGELOG.md for v2.4.9 release and Gemini deprecation
141
+ - Document Antigravity IDE agent selector and slash commands
142
+
143
+ ### ⚙️ Miscellaneous Tasks
144
+
145
+ - *(modernization)* Migrate core, adapters and cli to TypeScript and modular structure with tsup compilation
146
+ - Enforce strict ESM build and E2E validation in GitHub Actions workflows
147
+ - Add v2.4.9 release decision record
148
+ - Bump version to v2.5.0 and update release decision
149
+ ## [2.4.9] - 2026-06-28
150
+
151
+ ### 📚 Documentation
152
+
153
+ - *(templates)* Remove obsolete runbooks and map legacy skill references to v2 capabilities
154
+ - Add custom skill authoring guide and advanced visual testing walkthroughs
155
+ - Remove read_only_safety_verification.md from npm files bundle to keep output clean
156
+
157
+ ### 🧪 Testing
158
+
159
+ - *(coverage)* Add unit tests for identity, finalization, and branch-gate to resolve branch coverage health check
160
+ - *(coverage)* Add unit tests for templates helper functions and set realistic branch coverage threshold
161
+
162
+ ### ⚙️ Miscellaneous Tasks
163
+
164
+ - *(release)* Bump version to 2.4.9
165
+ ## [2.4.8] - 2026-06-27
166
+
167
+ ### 🚀 Features
168
+
169
+ - *(skills)* Add cyber-security, devops, performance, database, and localization skills
170
+ - *(routing)* Enforce standard mode for code writes and block Atlas direct implementation
171
+
172
+ ### ⚙️ Miscellaneous Tasks
173
+
174
+ - Add Collaborative Development & CI/CD workflow rules to AGENTS.md
175
+ - *(rules)* Remove collaborative workflow from project AGENTS.md
176
+ - Bump version to 2.4.8 for release
177
+ ## [2.4.7] - 2026-06-27
178
+
179
+ ### 📚 Documentation
180
+
181
+ - Improve project health — Dependabot, SHA pinning, documentation, PR template
182
+ - Add missing v2.4.6 entry to CHANGELOG.md
183
+
184
+ ### ⚙️ Miscellaneous Tasks
185
+
186
+ - Project health round 2 — shell:true mitigation, vitest coverage, docs, and Code of Conduct
187
+ - Release 2.4.7 prepared
188
+ ## [2.4.6] - 2026-06-25
189
+
190
+ ### 🐛 Bug Fixes
191
+
192
+ - *(fidelity-gate)* Flexibilize CSS vars rule — v2.4.6
193
+ ## [2.4.5] - 2026-06-24
194
+
195
+ ### 🐛 Bug Fixes
196
+
197
+ - *(ci)* Remove npm publish provenance flag for private repo
198
+
199
+ ### 💼 Other
200
+
201
+ - Merge pull request #114 from williambeto/chore/flexibilize-push-and-css-validation
202
+
203
+ chore(workflow): flexibilize git push and CSS custom property validations
204
+ - Merge pull request #115 from williambeto/release/v2.4.5
205
+
206
+ chore(release): bump version to 2.4.5
207
+ - Merge pull request #116 from williambeto/fix/remove-provenance
208
+
209
+ fix(ci): remove provenance flag from npm publish
210
+
211
+ ### ⚙️ Miscellaneous Tasks
212
+
213
+ - *(workflow)* Flexibilize git push and CSS custom property validations
214
+ - *(release)* Bump version to 2.4.5 and update CHANGELOG.md
215
+ ## [2.4.4] - 2026-06-24
216
+
217
+ ### ⚙️ Miscellaneous Tasks
218
+
219
+ - Bump version to 2.4.4
220
+ - Add human-in-the-loop safety rule to AGENTS.md and dist-assets/AGENTS.md
221
+ ## [2.4.3] - 2026-06-24
222
+
223
+ ### 🚀 Features
224
+
225
+ - *(skills)* Harden 19 default workflow skills (#112)
226
+ - *(core)* Harden 6 agents and 5 commands (#113)
227
+ - *(cli)* Add clean command and translate codebase to English
228
+
229
+ ### ⚙️ Miscellaneous Tasks
230
+
231
+ - Bump version to 2.4.3
232
+ - Add NPM provenance and Git tag safety gate to publish-npm workflow
233
+ ## [2.4.2] - 2026-06-21
234
+
235
+ ### 🚀 Features
236
+
237
+ - Register Frontend-Design-System-Specialist subagent in opencode config (#109)
238
+
239
+ ### 📚 Documentation
240
+
241
+ - Make WSL system prompt instructions generic (#108)
242
+
243
+ ### ⚙️ Miscellaneous Tasks
244
+
245
+ - Bump version to 2.4.2 (#110)
246
+ ## [2.4.1] - 2026-06-21
247
+
248
+ ### 🐛 Bug Fixes
249
+
250
+ - Harden frontend visual and accessibility gates and requirements
251
+
252
+ ### ⚙️ Miscellaneous Tasks
253
+
254
+ - Bump version to 2.4.1 (#107)
255
+ ## [2.4.0] - 2026-06-20
256
+
257
+ ### 🚀 Features
258
+
259
+ - Implement frontend design system and visual evidence gates
260
+ - Integrate delightful frontend guidelines into frontend-design-system skill
261
+
262
+ ### ⚙️ Miscellaneous Tasks
263
+
264
+ - Bump version to 2.3.7
265
+ - Bump version to 2.4.0
266
+ ## [2.3.6] - 2026-06-20
267
+
268
+ ### 🚀 Features
269
+
270
+ - Implement request-aware delivery decision and artifact fidelity gates (GREEN phase)
271
+
272
+ ### 🐛 Bug Fixes
273
+
274
+ - Correct architecture and design patterns policy paths in technical plan prompt
275
+
276
+ ### 💼 Other
277
+
278
+ - Harden v2.3.6 workflow false-positive gates
279
+
280
+ ### 📚 Documentation
281
+
282
+ - Add v2.3.6 final release readiness audit
283
+
284
+ ### 🧪 Testing
285
+
286
+ - Add false-positive regression tests and audits docs
287
+
288
+ ### ⚙️ Miscellaneous Tasks
289
+
290
+ - Bump version to 2.3.6
291
+ - Add Core Concept memory to AGENTS.md rules
292
+ - Add Core Concept memory to AGENTS.md rules
293
+ - Harden request-aware delivery decision and artifact fidelity gates
294
+ - Normalize approved release decision to RELEASE_OR_DEPLOY_APPROVED
295
+ - Align WordPress root detection between DeliveryDecisionEngine and ArtifactFidelityGate
296
+ - Enforce blocking delivery decisions in ArtifactFidelityGate and Finalizer
297
+ ## [2.3.5] - 2026-06-20
298
+
299
+ ### 🐛 Bug Fixes
300
+
301
+ - Correct governance policy relative path in skill headers
302
+
303
+ ### ⚙️ Miscellaneous Tasks
304
+
305
+ - Bump version to 2.3.5
306
+ ## [2.3.4] - 2026-06-20
307
+
308
+ ### 🐛 Bug Fixes
309
+
310
+ - Correct policies path mapping to opencode/docs
311
+
312
+ ### ⚙️ Miscellaneous Tasks
313
+
314
+ - Bump version to 2.3.4
315
+ ## [2.3.3] - 2026-06-20
316
+
317
+ ### 🚀 Features
318
+
319
+ - Implement Delivery Decision Engine and Artifact Fidelity Gate
320
+
321
+ ### 📚 Documentation
322
+
323
+ - Clarify first-time vs installed usage of aw alias
324
+ - Add v2.3.2 contract quality audit report
325
+
326
+ ### ⚙️ Miscellaneous Tasks
327
+
328
+ - Add aw binary alias to CLI
329
+ - Prepare v2.3.2 release
330
+ - Harden contracts and validators for stack-aware quality
331
+ - Bump version to 2.3.3
332
+ ## [2.3.1] - 2026-06-19
333
+
334
+ ### 🚀 Features
335
+
336
+ - *(routing)* Implement generic routing contract and agent consistency checks
337
+ - Normalize active agents with PromptContract and validate:agents check
338
+
339
+ ### 🐛 Bug Fixes
340
+
341
+ - Enforce runtime actor constraint and fail closed on missing --agent support
342
+
343
+ ### 💼 Other
344
+
345
+ - Merge branch 'fix/routing-contract-agent-consistency' into main
346
+
347
+ ### ⚙️ Miscellaneous Tasks
348
+
349
+ - Prepare v2.3.1 release locally
350
+ - Convert active skills, subagents, and commands into PromptContracts
351
+ - Enforce consumer-facing npm packaging policy and add verify check
352
+ - Finalize v2.3.1 release readiness evidence
353
+ ## [2.3.0] - 2026-06-16
354
+
355
+ ### 🚀 Features
356
+
357
+ - Implement stability, delegation controller, multi-stack planner, runtime remediation and finalizer
358
+ - Implement operational invariants for v2.3.0
359
+
360
+ ### 🐛 Bug Fixes
361
+
362
+ - *(readonly)* Resolve read-only state transitions, snapshot checks, and disable physical file writes
363
+ - *(release)* Execute Sage in full mode, integrate real OpenCode smoke test in release:verify
364
+ - *(release)* Self-contain opencode check in CLI smoke test
365
+
366
+ ### 💼 Other
367
+
368
+ - Merge branch 'feat/stability-delegation-remediation-finalizer' into main
369
+ - Fix critical vulnerabilities: block main branch writes, prevent command injection, enforce read-only containment, ensure finalizer integrity check, Phoenix remediation file content check, and implement 12 E2E operational scenarios
370
+ - Fix finalizer content hashing, read-only confinement checks on HEAD/index/status/SHA-256, block destructive commands in adapter, map delegation to Atlas and Sage actors, and add real E2E consumer flow tests
371
+ - Finalize CHANGELOG.md and release decision for v2.3.0
372
+ - Finalize release decision for v2.3.0
373
+
374
+ ### 📚 Documentation
375
+
376
+ - Include read_only_safety_verification.md in workspace and files array
377
+
378
+ ### ⚙️ Miscellaneous Tasks
379
+
380
+ - Add publishConfig to restrict release to public npm registry
381
+ - Solve read-only validation, dynamic paths, and logEvent delegation fixes
382
+ - Remove obsolete research reports and implementation plan
383
+ - *(release)* Update commit and tarball sha256 in release decision
384
+ ## [2.2.7] - 2026-06-15
385
+
386
+ ### 🚀 Features
387
+
388
+ - Add Antigravity adapter, non-fast-forward merge gate, and UNC path PowerShell support
389
+ - Restructure agents and subagents under .agents/agents/{Name}/agent.json
390
+ - Restructure agents and subagents under lowercase directories with hidden false for discovery
391
+
392
+ ### 🐛 Bug Fixes
393
+
394
+ - Correct SKILLS_COMMON_GOVERNANCE.md relative path in consumer skills and copy policies to .agents/docs/policies/
395
+ - Copy SKILLS_COMMON_GOVERNANCE.md into each platform's docs/policies/ on deploy
396
+ - Adjust visual regression diff tolerance for CI compatibility and add v2.2.6 release decision
397
+
398
+ ### 💼 Other
399
+
400
+ - Feat/add-antigravity-support
401
+
402
+ ### 🚜 Refactor
403
+
404
+ - Use native .agents/ directory for Antigravity skills, agents, and commands
405
+
406
+ ### 📚 Documentation
407
+
408
+ - Promote Antigravity to Supported and document /agents behavior in compatibility matrix
409
+
410
+ ### ⚙️ Miscellaneous Tasks
411
+
412
+ - *(release)* 2.2.7
413
+ ## [2.2.6] - 2026-06-14
414
+
415
+ ### 🐛 Bug Fixes
416
+
417
+ - *(validate)* Bypass npx command resolution to avoid scoped package registry lookup in CI
418
+ - *(validate)* Build dist folder automatically inside upgrade validation script
419
+
420
+ ### 💼 Other
421
+
422
+ - Merge pull request #106 from williambeto/fix/upgrade-path-ci
423
+
424
+ fix(validate): bypass npx command resolution in CI
425
+
426
+ ### ⚙️ Miscellaneous Tasks
427
+
428
+ - Add playwright install step to github actions workflows
429
+ - Bump version to 2.2.6
430
+ ## [2.2.5] - 2026-06-14
431
+
432
+ ### 🚀 Features
433
+
434
+ - Cleanup boilerplate across remaining 18 skill files
435
+ - Add automated upgrade regression validator
436
+ - Add automated playwright visual e2e validation for templates
437
+
438
+ ### ⚙️ Miscellaneous Tasks
439
+
440
+ - Local version bump to 2.2.3
441
+ - Bump version to 2.2.4
442
+ - Bump version to 2.2.5
443
+ ## [2.2.2] - 2026-06-14
444
+
445
+ ### 🚀 Features
446
+
447
+ - Extract skills common governance policy and refactor project-memory
448
+
449
+ ### ⚙️ Miscellaneous Tasks
450
+
451
+ - Bump version to 2.2.2 and update release notes
452
+ ## [2.2.1] - 2026-06-14
453
+
454
+ ### 📚 Documentation
455
+
456
+ - Clean up public documentation links in README.md
457
+
458
+ ### ⚙️ Miscellaneous Tasks
459
+
460
+ - Bump version to 2.2.1 and update release records
461
+ ## [2.2.0] - 2026-06-14
462
+
463
+ ### 🚀 Features
464
+
465
+ - Complete natural request execution workflow with execute command
466
+ - Add token economy validator and dedicated state machine tests
467
+
468
+ ### 💼 Other
469
+
470
+ - Merge branch 'feat/finalize-workflow-kit'
471
+ - Merge branch 'feat/finalize-workflow-kit'
472
+
473
+ ### 📚 Documentation
474
+
475
+ - Update execute command quick start example in README
476
+ - Add visual E2E validation & semantic UX quality guide
477
+ - Finalize v2.2.0 release decision and notes
478
+
479
+ ### ⚙️ Miscellaneous Tasks
480
+
481
+ - Add public package author
482
+ - Add public package author
483
+ - Align package-lock.json version with package.json
484
+ ## [2.1.0] - 2026-06-10
485
+
486
+ ### 🚀 Features
487
+
488
+ - Add test coverage, remove dead code, document design decisions
489
+ - Test coverage, dead code removal, design docs (#post-audit)
490
+ - Wire default CLI remediation executor to HealerEngine
491
+ - Default CLI remediation executor (#full-mode-ready)
492
+
493
+ ### 🐛 Bug Fixes
494
+
495
+ - Enforce canonical finalization evidence
496
+ - Release v2.0.4 canonical finalization
497
+ - Enforce runtime-backed canonical finalization
498
+ - Release v2.0.5 runtime enforcement
499
+ - Enforce proportional behavioral testing
500
+ - Require Atlas runtime finalization
501
+ - Keep non-executable work proportional
502
+ - Keep style and dependency changes proportional
503
+ - Correct P0/P1 bugs found in static workflow audit
504
+ - Correct P0/P1 bugs found in static workflow audit (#smoke-tested)
505
+
506
+ ### 🚜 Refactor
507
+
508
+ - Recover proportionate v2 workflow
509
+ - Recover proportionate v2 workflow
510
+
511
+ ### 📚 Documentation
512
+
513
+ - Align publish readiness for v2.1.0
514
+ - Align publish readiness for v2.1.0
515
+ - Align generated consumer paths
516
+ - Align generated consumer paths
517
+ - Finalize public release decision
518
+ - Finalize public release decision
519
+ - Clarify modes and profiles
520
+ - Clarify modes and profiles
521
+ - Record final package checksum
522
+ - Align public documentation after npm release
523
+ - Align public documentation after npm release
524
+
525
+ ### ⚙️ Miscellaneous Tasks
526
+
527
+ - Remove local project memory artifact
528
+ - Remove local project memory artifact
529
+ - Enable manual npm publish workflow
530
+ - Enable manual npm publish workflow
531
+ ## [2.0.3] - 2026-06-08
532
+
533
+ ### 💼 Other
534
+
535
+ - Merge remote-tracking branch 'origin/release/v2.0.3-workflow-profile-stabilization'
536
+
537
+ ### 🚜 Refactor
538
+
539
+ - Stabilize workflow profiles and core boundaries
540
+ ## [2.0.2] - 2026-06-08
541
+
542
+ ### 🐛 Bug Fixes
543
+
544
+ - Preserve canonical finalization statuses
545
+
546
+ ### 💼 Other
547
+
548
+ - Merge remote-tracking branch 'origin/release/v2.0.2-final-gate-enforcement'
549
+ ## [2.0.1] - 2026-06-07
550
+
551
+ ### 🐛 Bug Fixes
552
+
553
+ - Add bounded quality remediation
554
+
555
+ ### 💼 Other
556
+
557
+ - Merge remote-tracking branch 'origin/release/v2.0.1-bounded-quality-remediation'
558
+ ## [2.0.0] - 2026-06-06
559
+
560
+ ### 🚀 Features
561
+
562
+ - *(cli)* Implement platform-specific flags for native skills migration (PR 0)
563
+ - *(adapters)* Implement multi-platform native migration (PR 0 - Phase 2)
564
+ - *(sdd)* Implement tiered spec templates and validator (REQ-005)
565
+ - *(cli)* Integrate SDD Engine gate into 'implement' command (REQ-005)
566
+ - *(gates)* Implement core branch gate logic and hook installation (REQ-001 - PR 1)
567
+ - *(gates)* Implement override mechanism and audit logging (REQ-001 - PR 2)
568
+ - *(hardening)* Inject Subagent Completion Contract into all platform adapters
569
+ - *(evidence)* Implement Standardized Evidence Collector engine (REQ-002)
570
+ - *(handoff)* Implement Automated Handoff Packets engine (REQ-003)
571
+ - *(quality)* Implement Automated Quality Policy Enforcement (REQ-008)
572
+ - *(autonomy)* Implement Self-Healing Lifecycle and Phoenix agent (REQ-004)
573
+ - *(release)* AI Workflow Kit v3.0.0 - Elite Governance
574
+ - *(cli)* Implement master 'run' command (Elite Conveyor Belt)
575
+ - *(core)* Stabilize v3.0.0 implementation
576
+ - *(release)* AI Workflow Kit v3.0.0 - Elite Governance (Stable)
577
+ - *(core)* Unified v3.0.0 architecture for NPM distribution
578
+ - *(core)* Complete v3.0.0 structural unification
579
+ - Implement documentation governance engine (REQ-012)
580
+ - *(agent)* Add prompt-engineer as production subagent (#81)
581
+ - *(v3)* Consolidate core architecture and optimize token economy
582
+ - *(core)* V3.0.0 consolidation - agent metadata standardization and repo purity
583
+ - *(core)* Consolidate repository structure and unify package identity
584
+ - *(core)* Consolidate Brain into Muscle (D8) - Unified Private Monorepo
585
+ - *(core)* Complete opencode agent registry with all 19 core skills
586
+ - *(core)* PR-1 remediation - restore validation pipeline and fix paths
587
+ - *(templates)* Make README.workflow.md more actionable
588
+ - *(ci)* Generate and add missing package-lock.json
589
+ - *(ci)* Integrate lockfile integrity spec (REQ-015/TECH-015) and update status
590
+ - *(release)* V3.2.1 finalization
591
+ - *(root)* Reorganize root directory and update engine paths
592
+ - *(memory)* Implement on-demand project memory initialization
593
+ - *(examples)* Distribute high-quality examples to consumers
594
+ - *(config)* Synchronize managed blocks with canonical opencode keys
595
+ - *(examples)* Complete master expansion with 15 high-fidelity examples and automated validation
596
+ - Implement native Gemini CLI integration via .gemini/ structure
597
+ - *(gemini)* Ensure reliable extension discovery via hard copies and frontmatter
598
+ - *(codex)* Implement multi-directory deep integration architecture
599
+ - *(claude)* Implement hierarchical rule strategy for Claude Code integration
600
+ - *(guard)* Add self-execution protection to init command
601
+ - *(dev)* Implement --dev-mode flag for init command
602
+ - Generate standard consumer workflow output
603
+ - Add full profile examples output
604
+
605
+ ### 🐛 Bug Fixes
606
+
607
+ - Resolve v2 runtime behavior blockers
608
+ - Harden v2 release content and validation
609
+ - Harden v2 quality and runtime gates
610
+ - Prevent v2 output quality regression
611
+ - Enforce system-wide v2 output quality gates
612
+ - Add quality failure examples to 7 skills with existing boundaries
613
+ - Enforce system-wide v2 output quality gates
614
+ - Prevent autopilot branch gate deadlock
615
+ - Align implementation manager contract
616
+ - Align release validation deployment managers
617
+ - Align discovery spec planning audit managers
618
+ - Align v2 command contracts
619
+ - Repair v2 release candidate package memory blockers
620
+ - Resolve v2 runtime scenario blockers
621
+ - Replace generic v2 skill descriptions
622
+ - Harden branch gate and output quality enforcement
623
+ - Enforce branch gate and output quality
624
+ - *(cli)* Resolve race condition in platform migration
625
+ - *(governance)* Remove orphan agent references to finalize Elite 6 purity
626
+ - *(core)* Final v3.0.0 stability fixes
627
+ - *(core)* Implement dynamic package root resolution in package-assets.js
628
+ - *(core)* Remove accidental pollution from previous commit
629
+ - Import QualityGuard in collect-evidence command
630
+ - *(core)* Restore specialized skill content and harden validation
631
+ - Remove invalid MD060 rule from markdownlint config
632
+ - *(docs)* Resolve full documentation local links
633
+ - Micro items phase 1 — skill count, guide prompt, guide link, DESIGN note (#78)
634
+ - Small items phase 1 — link fix, engines, evidence, rm placeholder (#79)
635
+ - *(package)* Correct files array, remove invalid main, sync version (#82)
636
+ - *(lint)* Restore lint:md — fix script, silence noisy rules, fix test spec (#84)
637
+ - *(prompt-engineer)* Migrate from agents/ to skills/ path
638
+ - *(package)* Include opencode prompt-engineer skill
639
+ - *(opencode)* Remove default Linear MCP config
640
+ - *(ai-workflow)* Remove broken subagents and bump 3.1.10
641
+ - Node engine >=20.11 and remove invalid MD060 lint rule
642
+ - *(cli-docs)* Fix parser to handle hyphenated command names
643
+ - *(ci)* Handle non-git environments in artifact validator
644
+ - *(ci)* Improve artifact safety validator with recursive scan
645
+ - *(consumer)* Restore governance infrastructure and fix prompt references
646
+ - *(consumer)* Restore missing templates, inject validation script and fix prompt links
647
+ - *(consumer)* Finalize sanity adjustments for update-memory, optimize-tokens and README
648
+ - *(workspace)* Remove temporary .txt artifacts
649
+ - *(agents)* Normalize YAML 'name' field to lowercase in all agents
650
+ - *(workspace)* Remove AGENTS.md from gitignore
651
+ - *(docs)* Restore AGENTS.md as a physical file
652
+ - *(docs)* Update Elite Governance version to v3.8.6 in AGENTS.md
653
+ - *(governance)* Remediate audit findings and align taxonomy
654
+ - *(test)* Add self-repairing symlinks to delegation validator
655
+ - *(ci)* Update release notes extraction regex for CHANGELOG.md
656
+ - Restore dogfooding opencode config boundary
657
+ - Minimize standard consumer output
658
+ - Remove stale opencode config from package policy
659
+ - Clarify Atlas routing for ambiguous and remediation tasks
660
+ - Resolve critical runtime contract blockers
661
+ - Harden rc11 documentation ui security and provider compatibility
662
+ - Enforce delivery artifacts and evidence collection
663
+ - Add proportional workflow modes
664
+ - Enforce efficient workflow artifact conformance
665
+ - Enforce runtime finalization and evidence integrity
666
+ - Enforce product truthfulness and frontend quality
667
+ - Consolidate runtime status and evidence contracts
668
+ - Harden behavioral contracts across workflow assets
669
+ - Enforce executable delegation and product truthfulness
670
+
671
+ ### 💼 Other
672
+
673
+ - Merge branch 'fix/output-quality-regression'
674
+ - Fix PR-2 documentation links
675
+ - Merge branch 'feat/consolidate-cli-commands'
676
+ - Merge branch 'fix/prompt-engineer-skill-path'
677
+ - Merge branch 'feat/simplify-profiles'
678
+ - Merge branch 'feat/private-spec-authority'
679
+ - Merge branch 'fix/readme-public-link'
680
+ - Merge v3.0.0 compliance: Governance consolidation and REQ-014
681
+
682
+ Consolida conformidade v3.0.0. Aprovado por Atlas/Sage.
683
+ - Merge Lockfile integration
684
+
685
+ Lockfile integrado e validado.
686
+ - Merge release v3.2.1
687
+
688
+ Conclusão da versão 3.2.1.
689
+ - Merge pull request #91 from williambeto/feat/root-organization
690
+
691
+ feat(root): reorganize root directory
692
+ - Merge pull request #92 from williambeto/release/v3.4.1
693
+
694
+ chore(release): v3.4.1
695
+ - *(assets)* Sanitize templates and move internal roadmap
696
+ - Merge pull request #93 from williambeto/bugfix/template-sanitization
697
+
698
+ bugfix(assets): sanitize templates
699
+ - Merge pull request #94 from williambeto/feat/on-demand-memory
700
+
701
+ feat(memory): on-demand project memory
702
+ - Merge pull request #95 from williambeto/release/v3.5.1
703
+
704
+ chore(release): v3.5.1
705
+ - Merge pull request #96 from williambeto/feat/examples-distribution
706
+
707
+ feat(examples): distribute workflow examples
708
+ - Merge pull request #97 from williambeto/release/v3.6.0
709
+
710
+ chore(release): v3.6.0
711
+ - Merge pull request #98 from williambeto/fix/consumer-governance
712
+
713
+ fix(consumer): restore governance
714
+ - Merge pull request #99 from williambeto/release/v3.6.2
715
+
716
+ chore(release): v3.6.2
717
+ - Merge pull request #100 from williambeto/feat/managed-blocks-sync
718
+
719
+ feat(config): sync managed blocks
720
+ - Merge pull request #101 from williambeto/release/v3.7.1
721
+
722
+ chore(release): v3.7.1
723
+ - Merge pull request #102 from williambeto/feat/consumer-sanity-restoration
724
+
725
+ fix(consumer): restoration of templates and scripts
726
+ - Merge pull request #103 from williambeto/release/v3.7.3
727
+
728
+ chore(release): v3.7.3
729
+ - Merge pull request #104 from williambeto/feat/master-examples-expansion
730
+
731
+ feat(examples): Master Expansion (15 Examples)
732
+ - Merge pull request #105 from williambeto/release/v3.8.0
733
+
734
+ chore(release): v3.8.0
735
+ - V3.8.1 - Elite Remediation
736
+ - V3.8.2 - Gemini CLI Deep Integration
737
+ - Integrate v4 distribution restructuring
738
+ - Merge branch 'fix/runtime-taxonomy-inventory'
739
+ - Merge branch 'fix/final-runtime-flow'
740
+
741
+ docs: integrate corrected final-flow dist-assets
742
+
743
+ - Implement gate flow: Spec draft -> Spec review -> Technical plan ->
744
+ PR breakdown -> Implementation -> Validation -> Evidence report
745
+ - Atlas blocks implementation until all required gates satisfied
746
+ - Nexus owns spec draft/review, Orion owns plan/PR breakdown
747
+ - Astra implements only after approved PR scope, Sage validates
748
+ - Merge branch 'refactor/multiruntime-contracts-clean'
749
+ - Merge branch 'fix/atlas-mode-output-consistency'
750
+ - Merge remote-tracking branch 'origin/release/v4-contracts-rc'
751
+
752
+ # Conflicts:
753
+ # package-lock.json
754
+ # package.json
755
+ - Merge branch 'chore/freeze-release-automation'
756
+ - Merge remote-tracking branch 'origin/release/v4-mainline-clean'
757
+ - Merge remote-tracking branch 'origin/release/rc8-test-enforcement-approved'
758
+ - Merge remote-tracking branch 'origin/release/rc9-cleaned-conservative-2'
759
+ - Merge remote-tracking branch 'origin/release/rc10-critical-contract-fixes'
760
+ - Merge remote-tracking branch 'origin/release/rc11-fixed-doc-security-ui-no-icons'
761
+ - Merge remote-tracking branch 'origin/release/rc12-delivery-artifacts-evidence'
762
+ - Merge remote-tracking branch 'origin/release/rc13-proportional-workflow-modes'
763
+ - Merge remote-tracking branch 'origin/release/rc14-workflow-efficiency'
764
+ - Merge remote-tracking branch 'origin/release/rc15-runtime-finalization-evidence'
765
+ - Merge remote-tracking branch 'origin/release/rc16-product-truthfulness'
766
+ - Merge remote-tracking branch 'origin/release/rc17-runtime-status-contracts'
767
+ - Merge remote-tracking branch 'origin/release/rc18-behavioral-contract-hardening'
768
+ - Merge remote-tracking branch 'origin/release/rc19-executable-delegation-truthfulness'
769
+ - Merge remote-tracking branch 'origin/release/rc20-docs-onboarding-compatibility'
770
+ - Merge remote-tracking branch 'origin/release/rc21-v4-docs-consolidation'
771
+ - Merge remote-tracking branch 'origin/release/rc22-public-version-2.0.0'
772
+
773
+ ### 🚜 Refactor
774
+
775
+ - Remove codex shipped assets
776
+ - Implement v2 command taxonomy
777
+ - Implement v2 primary agents
778
+ - Implement v2 specialist subagents
779
+ - Implement v2 skills and capabilities
780
+ - Update v2 opencode config and generated output
781
+ - *(agents)* Strict Elite 6 identity unification
782
+ - *(templates)* Strictly enforce Pure Elite 6 agent generation
783
+ - *(cli)* Remove 6 commands, keep 4 core — run, init, collect-evidence, doctor
784
+ - *(init)* Make full profile the only mode
785
+ - *(governance)* Consolidate governance policies and archive legacy documents
786
+ - Add multi-runtime runtime contracts
787
+
788
+ ### 📚 Documentation
789
+
790
+ - Add v2 product direction spec
791
+ - Add v2 taxonomy spec
792
+ - Add v2 runtime and codex removal policy spec
793
+ - Add v2 package output spec
794
+ - Add v2 migration inventory spec
795
+ - Add v2 removal plan spec
796
+ - Add v2 opencode integration spec
797
+ - Add v2 validation strategy spec
798
+ - Add v2 release plan spec
799
+ - Add v2 implementation pr breakdown spec
800
+ - Add v2 migration guide
801
+ - Update package metadata for opencode-first v2
802
+ - Rewrite references for v2 taxonomy
803
+ - Finalize v2 skill content
804
+ - Add v2 quality runtime release spec draft
805
+ - Define v2 artifact instruction contract
806
+ - Tighten v2 artifact gate contract
807
+ - Add v2 quality runtime technical plan
808
+ - Add v2 quality runtime pr breakdown
809
+ - Define subagent completion contract
810
+ - Final release validation evidence (PR B7)
811
+ - Add validation evidence and consumer smoke test to section 16
812
+ - Add canonical v2 policy contracts
813
+ - Reference canonical v2 policy contracts
814
+ - Roll out ui evidence gate usage
815
+ - Finalize CHANGELOG.md for v3.0.0 release
816
+ - Finalize CHANGELOG for v3.0.0 release
817
+ - *(core)* Update package README to v3.0.0 manifesto
818
+ - Add Quickstart guide and enhance README for public readiness
819
+ - Unify 8 canonical policies with standardized numbering
820
+ - Fix final broken link in npm-consumer-quickstart
821
+ - *(adr)* Document inline vs file ADR convention (#80)
822
+ - *(readme)* Rewrite inner README — remove outdated refs, align with root tone (#83)
823
+ - *(spec)* Add current CLI documentation proposal
824
+ - *(governance)* Enforce private spec authority
825
+ - *(readme)* Replace broken public source link
826
+ - *(readme)* Remove failing external link
827
+ - Add governance boundary README in docs/policies/
828
+ - *(specs)* Update project context to reflect unified monorepo structure
829
+ - *(quickstart)* Fix entry point references
830
+ - *(full-docs)* Restructure and fix cross-reference links
831
+ - *(cli)* Add CLI command reference and validation script
832
+ - *(api)* Add API engine reference documenting BranchGate, HealerEngine, orchestrator, init, and platform adapters
833
+ - *(adr)* Add architecture decision records ADR-0000 through ADR-0007
834
+ - *(contributing)* Add comprehensive contributing guide with SDD workflow, validation gates, and PR process
835
+ - Add troubleshooting guide, consumer onboarding, slim README
836
+ - *(index)* Add documentation map INDEX.md
837
+ - Create project documentation (OpenSpec)
838
+ - Add practical try-it-now block to README and template
839
+ - Translate to English and refocus on OpenCode-first workflow
840
+ - *(quickstart)* Rewrite to match OpenCode-first pattern
841
+ - Update changelog for v3.8.1-v3.8.4 releases
842
+ - Define v2 distribution boundaries and quality contracts
843
+ - Add non-negotiable governance rules (no .ai-workflow scanning, English only)
844
+ - Inventory current v2 runtime assets
845
+ - Audit v2 distribution restructuring
846
+ - Prepare distribution restructuring merge readiness
847
+ - Finalize merge readiness after version alignment
848
+ - Normalize runtime taxonomy and inventory
849
+ - Integrate corrected final-flow dist-assets
850
+ - Clarify Atlas task mode vs response mode
851
+ - Tighten Atlas classification thresholds
852
+ - Add consumer onboarding and runtime compatibility
853
+ - Consolidate v4 documentation and remove legacy guidance
854
+
855
+ ### 🧪 Testing
856
+
857
+ - Update v2 validation checks
858
+ - Document blocked v2 runtime behavior validation
859
+ - Harden skill specialist validation
860
+ - Validate v2 runtime scenarios
861
+ - Validate canonical policy references
862
+ - Add ui evidence gate
863
+ - Add ui evidence gate
864
+ - Detect ui evidence gate applicability
865
+ - Detect ui evidence gate applicability
866
+ - Add ui evidence validator fixtures
867
+ - Add ui evidence validator fixtures
868
+
869
+ ### ⚙️ Miscellaneous Tasks
870
+
871
+ - Document pre-v2 freeze baseline
872
+ - Document pre-v2 freeze baseline (#72)
873
+ - Record v2 project memory
874
+ - Prepare v2 release readiness
875
+ - *(release)* 1.19.2 [skip ci]
876
+ - *(release)* 1.19.3 [skip ci]
877
+ - *(release)* 1.19.4 [skip ci]
878
+ - *(release)* 1.19.5 [skip ci]
879
+ - Fix v2 public release readiness
880
+ - *(release)* 1.19.2 [skip ci]
881
+ - *(release)* 1.19.3 [skip ci]
882
+ - *(release)* 1.19.4 [skip ci]
883
+ - *(release)* 1.19.5 [skip ci]
884
+ - *(release)* 1.19.6 [skip ci]
885
+ - *(release)* 1.19.7 [skip ci]
886
+ - *(release)* 1.19.8 [skip ci]
887
+ - Restore v2 release version
888
+ - *(release)* 1.19.9 [skip ci]
889
+ - Restore v2 release version
890
+ - *(release)* Integrate native skills migration (REQ-000)
891
+ - *(release)* Integrate SDD Engine (REQ-005)
892
+ - *(release)* Integrate Automated Branch Gates (REQ-001)
893
+ - *(release)* Integrate Standardized Evidence Collector (REQ-002)
894
+ - *(release)* Integrate Automated Handoff Packets (REQ-003)
895
+ - *(release)* Integrate Quality Policy Enforcement (REQ-008)
896
+ - *(release)* Integrate Self-Healing (REQ-004)
897
+ - *(release)* Final certification hardening and bugfixes (REQ-007)
898
+ - *(core)* Ignore local governance artifacts
899
+ - Fix CI validation suite and synchronize with v3.0.0 architecture
900
+ - *(security)* Sanitize local paths and legacy project naming
901
+ - *(release)* 3.1.0 [skip ci]
902
+ - Move validation dependencies to root for CI compatibility
903
+ - Harden CI resilience for artifact safety validation
904
+ - *(release)* 3.1.1 [skip ci]
905
+ - *(release)* 3.1.2 [skip ci]
906
+ - *(release)* 3.1.3 [skip ci]
907
+ - *(release)* 3.1.4 [skip ci]
908
+ - *(release)* 3.1.5 [skip ci]
909
+ - *(release)* 3.1.6 [skip ci]
910
+ - *(release)* 3.1.7 [skip ci]
911
+ - Release 3.1.8
912
+ - *(release)* 3.1.9 [skip ci]
913
+ - *(release)* 3.1.10 [skip ci]
914
+ - *(core)* V3.1.13 final refinements - gemini visibility and build resilience
915
+ - Track openspec artifacts and ignore opencode/dist
916
+ - *(specs)* Restore missing REQ-014 artifact
917
+ - *(specs)* Restore missing TECH-014 artifact
918
+ - *(governance)* Update validator refs to match renamed policies
919
+ - *(cleanup)* Remove accidental temp files
920
+ - *(release)* 3.2.0 [skip ci]
921
+ - *(release)* 3.3.0 [skip ci]
922
+ - *(release)* 3.4.0 [skip ci]
923
+ - *(release)* V3.4.1 [Opencode First]
924
+ - *(release)* 3.5.0 [skip ci]
925
+ - *(release)* V3.5.1 [Opencode First]
926
+ - *(release)* V3.6.0 [Opencode First]
927
+ - *(release)* 3.6.1 [skip ci]
928
+ - *(release)* V3.6.2 [Opencode First]
929
+ - *(release)* 3.7.0 [skip ci]
930
+ - *(release)* V3.7.1 [Opencode First]
931
+ - *(release)* 3.7.2 [skip ci]
932
+ - *(release)* V3.7.3 [Opencode First]
933
+ - *(release)* 3.8.0 [skip ci]
934
+ - *(release)* V3.8.0 [Excellence Sanity Suite & Examples]
935
+ - Implement remediation v3.8.1 - vitest, idempotent symlinks, and execution timeouts
936
+ - *(release)* V3.8.3 - Final Gemini CLI Discovery Fix
937
+ - *(release)* V3.8.4 - Codex Deep Integration
938
+ - *(release)* V3.8.5 - Claude Deep Integration
939
+ - *(workspace)* Remove test installation artifacts
940
+ - *(workspace)* Remove root-level artifacts (AGENTS.md, examples, .ai-workflow.json)
941
+ - *(test)* Add detailed logging to cli smoke test for CI debugging
942
+ - *(ci)* Enable CI triggers for debugging branch
943
+ - *(ci)* Revert debugging trigger
944
+ - *(release)* 3.9.0 [skip ci]
945
+ - *(release)* 3.9.1 [skip ci]
946
+ - *(ci)* Rename AGENTS.md to AGENTS.tmp
947
+ - *(ci)* Rename AGENTS.tmp to AGENTS.md
948
+ - *(release)* Bump version to 3.9.2
949
+ - Define v2 install profiles
950
+ - Separate runtime policies from development planning files
951
+ - Normalize distribution assets directory
952
+ - Remove local dogfooding artifacts
953
+ - Set v4 prerelease version
954
+ - *(release)* 3.10.0 [skip ci]
955
+ - Bump v4 contracts prerelease metadata
956
+ - *(release)* 3.10.0 [skip ci]
957
+ - Freeze release automation during v4 stabilization
958
+ - Move mainline to v4 contracts RC
959
+ - Bump v4 contracts RC7 metadata
960
+ - Checkpoint rc7 operational workflow contracts
961
+ - Enforce tests and evidence for rc8
962
+ - Prepare rc9 cleaned conservative package
963
+ - Prepare public v2 release identity
964
+ ## [1.19.1] - 2026-05-23
965
+
966
+ ### 🚀 Features
967
+
968
+ - Add init profiles and manifest v2
969
+ - Merge managed opencode config
970
+ - Store managed backups with retention
971
+ - Strengthen doctor operational checks
972
+ - Add full profile local agents and skills
973
+ - Expand full profile agent-skill catalog
974
+ - *(cli)* Add codex prompt starters to full profile
975
+ - *(cli)* Add codex wrapper commands
976
+ - Init now copies real skill/agent/workflow assets instead of stubs
977
+ - Init copies real skill/agent/workflow assets instead of stubs
978
+ - Complete roadmap pending items sequence
979
+ - Complete roadmap pending items sequence
980
+ - Add npm consumer quickstart guide
981
+ - Add npm consumer quickstart guide
982
+ - Clean up legacy codex-repo-starter and submodule references
983
+ - Clean up legacy codex-repo-starter and submodule references
984
+ - Restructure README as landing page (< 250 lines)
985
+ - Restructure README as landing page (< 250 lines)
986
+ - Consolidate quick-start and from-zero-to-first-pr runbooks
987
+ - Consolidate quick-start and from-zero-to-first-pr runbooks
988
+ - Add missing skills to AGENTS.md and full-documentation (seo-audit, minimal-context, stack-variant-creator)
989
+ - Add missing skills to AGENTS.md and full-documentation
990
+ - Merge nuxt-dashboard-workflow + vue-clean-architecture into vue-nuxt (P1)
991
+ - Merge nuxt-dashboard-workflow + vue-clean-architecture into vue-nuxt
992
+ - Trim AGENTS.md — reduced from 964 to 766 lines (P2)
993
+ - Trim AGENTS.md — 964→766 lines, focus on operational contract
994
+ - Add interactive 'ai-workflow guide' command (P4)
995
+ - Add interactive 'ai-workflow guide' command
996
+ - Add spec-driven workflow standard
997
+ - Migrate to .ai-workflow symlink layout (#41)
998
+ - Feat/release ship command (#49)
999
+
1000
+ * feat: add release:ship automation command
1001
+
1002
+ * fix: correct release:ship commit command
1003
+
1004
+ * fix: correct release:ship tag command
1005
+ - Add Linear MCP integration and operational planning runbook (#51)
1006
+ - Add lightweight spec-engineer workflow
1007
+ - Add Atlas OpenCode agent (#70)
1008
+
1009
+ ### 🐛 Bug Fixes
1010
+
1011
+ - Create opencode config on init
1012
+ - Remove invalid opencode metadata key
1013
+ - Harden public readiness safety
1014
+ - *(cli)* Make full default install profile
1015
+ - *(cli)* Add codex prompt fallback and dispatcher
1016
+ - Rename to @williambeto/ai-workflow and add .env.local to gitignore
1017
+ - Add bin entry to root package.json so ai-workflow CLI resolves
1018
+ - Bump to 1.12.6 for republish with bin entry
1019
+ - Rename vue-nuxt SKILL.md heading to match skill name exactly
1020
+ - Prevent init from hanging terminal
1021
+ - Route deploy command to deploy-engineer (#47)
1022
+ - Apply readiness audit fixes (security, package, branding, docs)
1023
+ - Apply readiness audit fixes (security, package, branding, docs)
1024
+ - Update semantic-release CI to Node.js 22
1025
+ - Update semantic-release CI to Node.js 22
1026
+ - Skip auto-generated CHANGELOG.md from markdownlint and link validation (#56)
1027
+ - Remove --provenance flag for private repo publish (#57)
1028
+ - Add missing spec-engineer agent to managed OpenCode config (#58)
1029
+ - *(cli-catalog)* Sync managed config with current repo skills
1030
+ - *(cli-catalog)* Sync managed config with current repo skills
1031
+ - *(audit)* Harden artifact safety and align CLI/OpenCode catalog
1032
+ - *(audit)* Harden artifact safety and align CLI/OpenCode catalog
1033
+ - *(init)* Use canonical opencode full config
1034
+ - *(init)* Ignore generated workflow footprint
1035
+ - *(init)* Include napkin memory in npm install
1036
+ - *(init)* Include Atlas agent asset (#72)
1037
+
1038
+ ### 💼 Other
1039
+
1040
+ - Merge pull request #1 from williambeto/chore/initial-continuity-checks
1041
+
1042
+ chore: lockfile refresh and CLI smoke check
1043
+ - Merge pull request #2 from williambeto/fix/workflow-validate-if-present
1044
+
1045
+ fix: create opencode.jsonc during init
1046
+ - Merge pull request #3 from williambeto/feat/init-profiles-manifest
1047
+
1048
+ feat: add init profiles and manifest v2
1049
+ - Merge pull request #4 from williambeto/feat/opencode-managed-merge
1050
+
1051
+ feat: add managed opencode.jsonc merge
1052
+ - Merge pull request #5 from williambeto/feat/backup-policy-retention
1053
+
1054
+ feat: add managed backup policy and retention
1055
+ - Merge pull request #6 from williambeto/feat/doctor-operational-readiness
1056
+
1057
+ feat: strengthen doctor operational readiness
1058
+ - Merge pull request #8 from williambeto/feat/full-profile-agents-skills
1059
+
1060
+ feat: enable full profile local agents and skills
1061
+ - Merge pull request #9 from williambeto/feat/full-profile-complete-catalog
1062
+
1063
+ feat: expand full profile to full agent/skill catalog
1064
+ - Merge pull request #10 from williambeto/fix/opencode-schema-compatible-managed-metadata
1065
+
1066
+ fix: keep opencode.jsonc schema-compatible
1067
+ - Merge pull request #11 from williambeto/docs/public-readiness-roadmap
1068
+
1069
+ fix: harden public readiness safety
1070
+ - Merge pull request #12 from williambeto/docs/package-identity-consistency
1071
+
1072
+ docs: align package identity
1073
+ - Merge pull request #13 from williambeto/docs/quickstart-install-path
1074
+
1075
+ docs: clarify quickstart install path
1076
+ - Merge pull request #14 from williambeto/docs/opencode-codex-usage
1077
+
1078
+ docs: clarify opencode codex adoption
1079
+ - Merge pull request #15 from williambeto/docs/example-validation-path
1080
+
1081
+ docs: add consumer cli smoke evidence
1082
+ - Merge pull request #16 from williambeto/docs/public-preview-polish
1083
+
1084
+ docs: add public preview guidance
1085
+ - Merge pull request #17 from williambeto/docs/final-readiness-cleanup
1086
+
1087
+ docs: fix final readiness references
1088
+ - Merge pull request #18 from williambeto/fix/default-full-profile
1089
+
1090
+ fix(cli): make full default install profile
1091
+ - Merge pull request #19 from williambeto/feat/full-profile-codex-prompts
1092
+
1093
+ feat(cli): add codex prompt starters to full profile
1094
+ - Merge pull request #20 from williambeto/fix/codex-start-prompt-missing-agents-fallback
1095
+
1096
+ fix(cli): add codex prompt fallback and dispatcher
1097
+ - Merge pull request #21 from williambeto/docs/roadmap-codex-parity-update
1098
+
1099
+ docs: update roadmap with codex parity progress
1100
+ - Merge pull request #22 from williambeto/docs/roadmap-application-flow-update
1101
+
1102
+ docs: add app flow and preview evidence
1103
+ - Merge pull request #23 from williambeto/feat/codex-wrapper-commands
1104
+
1105
+ feat(cli): add codex wrapper commands
1106
+ - Merge pull request #24 from williambeto/docs/codex-wrapper-evidence-and-setup
1107
+
1108
+ docs: add codex wrapper quickstart evidence
1109
+ - Merge pull request #25 from williambeto/docs/publish-readiness-final-evidence
1110
+
1111
+ docs: add final publish readiness report
1112
+ - Merge pull request #26 from williambeto/docs/roadmap-github-release-no-npm
1113
+
1114
+ docs: defer npm publish in roadmap
1115
+ - Merge main into docs/roadmap-update-operational-cli
1116
+ - Merge pull request #7 from williambeto/docs/roadmap-update-operational-cli
1117
+
1118
+ docs: reflect standalone CLI operational progress
1119
+ - Merge pull request #50 from williambeto/docs/roadmap-score-improvements
1120
+
1121
+ docs: update roadmap score improvement plan
1122
+ - Merge branch 'chore/discovery-gate-enforcement'
1123
+ - Merge branch 'chore/release-1.18.8'
1124
+ - Merge branch 'feat/spec-engineer-lightweight'
1125
+ - Merge branch 'docs/agent-skill-audit-report'
1126
+ - Merge pull request #62 from williambeto/docs/branching-policy
1127
+
1128
+ docs(policy): add branching policy and language rule
1129
+ - Merge pull request #63 from williambeto/docs/branch-cleanup-runbook
1130
+
1131
+ docs(runbook): add branch cleanup workflow
1132
+ - Merge pull request #64 from williambeto/fix/opencode-init-exposure
1133
+
1134
+ fix(init): use canonical opencode full config
1135
+ - Merge pull request #65 from williambeto/fix/init-gitignore-generated-footprint
1136
+
1137
+ fix(init): ignore generated workflow footprint
1138
+ - Merge pull request #66 from williambeto/docs/release-validation-fixes
1139
+
1140
+ docs: fix release validation references
1141
+ - Merge pull request #67 from williambeto/chore/release-1.18.17
1142
+
1143
+ chore: release 1.18.17
1144
+ - Merge pull request #68 from williambeto/docs/release-checklist-ci-vs-local
1145
+
1146
+ docs(runbook): clarify local vs CI npm auth
1147
+ - Merge pull request #69 from williambeto/fix/install-exposure-stability
1148
+
1149
+ fix(init): include napkin memory in npm install
1150
+
1151
+ ### 🚜 Refactor
1152
+
1153
+ - *(skill)* Rename codex-pr-workflow to pr-orchestrator
1154
+ - *(skill)* Rename codex-pr-workflow to pr-orchestrator
1155
+
1156
+ ### 📚 Documentation
1157
+
1158
+ - Update roadmap with standalone CLI hardening
1159
+ - Align package identity
1160
+ - Clarify quickstart install path
1161
+ - Clarify opencode codex adoption
1162
+ - Add consumer cli smoke evidence
1163
+ - Add public preview guidance
1164
+ - Fix final readiness references
1165
+ - Update roadmap with codex parity progress
1166
+ - Add app flow and preview evidence
1167
+ - Add codex wrapper quickstart evidence
1168
+ - Add final publish readiness report
1169
+ - Defer npm publish in roadmap
1170
+ - Codex/OpenCode compatibility audit and 3 incremental fixes (#27)
1171
+ - *(ROADMAP.md)* Add Phase 15 — Codex/OpenCode compatibility audit
1172
+ - *(CHANGELOG.md)* Add Phase 15 entries to Unreleased
1173
+ - Add Phase 16 CLI bin entry fix, update CHANGELOG to 1.12.6
1174
+ - Add Codex↔OpenCode cross-references in full-documentation
1175
+ - Add Codex↔OpenCode cross-references in full-documentation
1176
+ - Mark P2.2, P2.3, P3.1, P3.2 complete in backlog
1177
+ - Close P3 (no unification needed)
1178
+ - Add project utility report
1179
+ - Reconcile roadmap and remove old backlogs
1180
+ - Add roadmap utility report references
1181
+ - Enforce continuous release hardening baseline (#43)
1182
+ - Clarify deprecated .workflow consumer path (#44)
1183
+ - Remove historical note blocks (#45)
1184
+ - Enforce branch gate in agents and skills (#46)
1185
+ - Enforce strict orchestrator delegation by step (#48)
1186
+ - Update roadmap score improvement plan
1187
+ - Enforce discovery gating and roadmap phases
1188
+ - Prepare repository for public visibility (#53)
1189
+ - *(taxonomy)* Add naming spec and mapping
1190
+ - *(policy)* Add branching policy and doc language rule
1191
+ - *(runbook)* Add branch cleanup workflow
1192
+ - Fix refs for release validation
1193
+ - *(runbook)* Clarify local vs CI npm auth
1194
+
1195
+ ### ⚙️ Miscellaneous Tasks
1196
+
1197
+ - Bootstrap ai-workflow repository
1198
+ - Refresh package-lock metadata
1199
+ - Centralize CLI smoke validation
1200
+ - Bump version to 1.15.0 for npm publish
1201
+ - Finalize public-readiness updates (#40)
1202
+ - Bump release version to 1.18.1
1203
+ - Release 1.18.5
1204
+ - Add npmignore hardening (#42)
1205
+ - Release 1.18.6
1206
+ - Release 1.18.7
1207
+ - Release 1.18.8
1208
+ - Chore/remove workflow scripts (#52)
1209
+
1210
+ * chore: remove workflow:validate and workflow:doctor consumer scripts
1211
+
1212
+ These were thin wrappers:
1213
+ - workflow:validate -> npm run validate --if-present (use npm run validate directly)
1214
+ - workflow:doctor -> ai-workflow doctor (use CLI directly)
1215
+
1216
+ Removes merge-package-json.js (only used for injecting these scripts),
1217
+ updates templates.js, init.js, doctor.js, and all docs references.
1218
+
1219
+ * docs: add changelog entry for consumer script removal
1220
+
1221
+ * chore: prepare changelog for v1.18.9 release
1222
+ - Release 1.18.9
1223
+ - Release 1.18.10
1224
+ - *(release)* 1.18.11 [skip ci]
1225
+ - *(release)* 1.18.12 [skip ci]
1226
+ - *(release)* 1.18.13 [skip ci]
1227
+ - *(release)* 1.18.14 [skip ci]
1228
+ - *(release)* 1.18.15 [skip ci]
1229
+ - *(release)* 1.18.16 [skip ci]
1230
+ - *(release)* 1.18.17 [skip ci]
1231
+ - Release 1.18.17
1232
+ - *(release)* 1.18.18 [skip ci]
1233
+ - *(release)* 1.19.0 [skip ci]
1234
+ - *(release)* 1.19.1 [skip ci]