@williambeto/ai-workflow 2.6.3 β†’ 2.6.4

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