@williambeto/ai-workflow 2.4.9 → 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 (103) hide show
  1. package/CHANGELOG.md +1138 -168
  2. package/README.md +203 -77
  3. package/bin/ai-workflow.d.ts +3 -0
  4. package/bin/ai-workflow.js +2669 -1
  5. package/bin/ai-workflow.js.map +1 -0
  6. package/chunk-2AOV2ATY.js +749 -0
  7. package/chunk-5WRI5ZAA.js +31 -0
  8. package/chunk-6EMG6FAO.js +734 -0
  9. package/chunk-UHLZX2EG.js +1827 -0
  10. package/core/index.d.ts +440 -0
  11. package/core/index.js +32 -0
  12. package/core/index.js.map +1 -0
  13. package/dist-assets/AGENTS.md +23 -6
  14. package/dist-assets/agents/atlas.md +8 -8
  15. package/dist-assets/agents/nexus.md +4 -4
  16. package/dist-assets/agents/orion.md +1 -1
  17. package/dist-assets/agents/phoenix.md +1 -1
  18. package/dist-assets/agents/sage.md +1 -1
  19. package/dist-assets/commands/implement.md +1 -1
  20. package/dist-assets/docs/QUICKSTART.md +8 -8
  21. package/dist-assets/docs/cli-reference.md +7 -7
  22. package/dist-assets/docs/compatibility/provider-usage.md +1 -9
  23. package/dist-assets/docs/compatibility/runtime-matrix.md +5 -6
  24. package/dist-assets/docs/consumer-onboarding.md +2 -2
  25. package/dist-assets/docs/design-patterns-policy.md +1 -1
  26. package/dist-assets/docs/npm-consumer-quickstart.md +70 -109
  27. package/dist-assets/docs/policies/01-BRANCH_GATE.md +1 -1
  28. package/dist-assets/docs/policies/06-FINAL_EVIDENCE_CONTRACT.md +2 -2
  29. package/dist-assets/docs/policies/08-PRODUCT_TRUTHFULNESS_AND_PROJECT_DOCS.md +1 -1
  30. package/dist-assets/docs/policies/10-BEHAVIORAL_CONTRACT_HARDENING.md +1 -1
  31. package/dist-assets/docs/policies/ORCHESTRATION_PROTOCOL.md +8 -9
  32. package/dist-assets/docs/policies/PROCEDURE_DELIVERY_ARTIFACTS.md +4 -10
  33. package/dist-assets/docs/policies/SKILLS_COMMON_GOVERNANCE.md +1 -1
  34. package/dist-assets/docs/profiles/README.md +2 -2
  35. package/dist-assets/docs/specs/runtime-operational-contract.md +12 -12
  36. package/dist-assets/docs/troubleshooting-guide.md +2 -2
  37. package/dist-assets/docs/visual-validation-guide.md +3 -3
  38. package/dist-assets/schemas/evidence.schema.json +109 -0
  39. package/dist-assets/templates/ANTIGRAVITY.md.template +7 -5
  40. package/dist-assets/templates/CLAUDE.md.template +7 -5
  41. package/dist-assets/templates/CODEX.md.template +7 -5
  42. package/evidence-validator-76ZQQYDU.js +6661 -0
  43. package/package.json +7 -64
  44. package/{src/core/workspace/read-only-workspace.js → read-only-workspace-PZBE7KAX.js} +14 -31
  45. package/{src/commands/validate.js → validate-Q2NLLQ5G.js} +30 -22
  46. package/AGENTS.md +0 -34
  47. package/PUBLISH_MANIFEST.json +0 -34
  48. package/dist-assets/templates/.geminiignore.template +0 -8
  49. package/dist-assets/templates/GEMINI.md.template +0 -20
  50. package/docs/compatibility/provider-usage.md +0 -46
  51. package/docs/compatibility/runtime-matrix.md +0 -31
  52. package/docs/getting-started/DESKTOP_PROMPT.md +0 -52
  53. package/docs/getting-started/authoring-custom-skills.md +0 -80
  54. package/docs/getting-started/quickstart.md +0 -117
  55. package/docs/getting-started/troubleshooting.md +0 -123
  56. package/docs/getting-started/upgrading-to-v2.md +0 -62
  57. package/src/adapters/index.js +0 -4
  58. package/src/adapters/platforms/antigravity.js +0 -382
  59. package/src/adapters/platforms/claude.js +0 -126
  60. package/src/adapters/platforms/codex.js +0 -113
  61. package/src/adapters/platforms/gemini.js +0 -245
  62. package/src/cli.js +0 -155
  63. package/src/commands/clean.js +0 -106
  64. package/src/commands/collect-evidence.js +0 -25
  65. package/src/commands/doctor.js +0 -202
  66. package/src/commands/execute.js +0 -382
  67. package/src/commands/init.js +0 -359
  68. package/src/commands/run.js +0 -112
  69. package/src/core/backup.js +0 -65
  70. package/src/core/completion-contract.js +0 -35
  71. package/src/core/delegation-controller.js +0 -193
  72. package/src/core/evidence/evidence-ledger.js +0 -98
  73. package/src/core/execution-planner.js +0 -62
  74. package/src/core/filesystem.js +0 -141
  75. package/src/core/finalization/finalizer.js +0 -165
  76. package/src/core/finalization/workspace-snapshot.js +0 -110
  77. package/src/core/gates/branch-gate.js +0 -134
  78. package/src/core/gates/merge-gate.js +0 -74
  79. package/src/core/handoff/handoff-engine.js +0 -104
  80. package/src/core/healing/cli-remediation-executor.js +0 -153
  81. package/src/core/healing/healer-engine.js +0 -212
  82. package/src/core/healing/runtime-remediation-executor.js +0 -136
  83. package/src/core/identity.js +0 -43
  84. package/src/core/install-plan.js +0 -34
  85. package/src/core/opencode-merge.js +0 -150
  86. package/src/core/package-assets.js +0 -141
  87. package/src/core/request-classifier.js +0 -73
  88. package/src/core/request-router.js +0 -289
  89. package/src/core/runtime/opencode-adapter.js +0 -202
  90. package/src/core/sdd/validator.js +0 -67
  91. package/src/core/statuses.js +0 -29
  92. package/src/core/symlink-layout.js +0 -93
  93. package/src/core/templates.js +0 -229
  94. package/src/core/validation/artifact-fidelity-gate.js +0 -445
  95. package/src/core/validation/canonical-finalization.js +0 -43
  96. package/src/core/validation/delivery-decision-engine.js +0 -344
  97. package/src/core/validation/evidence-collector.js +0 -245
  98. package/src/core/validation/quality-guard.js +0 -251
  99. package/src/core/validation/stack-detector.js +0 -65
  100. package/src/core/validation/validation-planner.js +0 -134
  101. package/src/core/validation/visual-verifier.js +0 -175
  102. package/src/core/workflow-profiles.js +0 -107
  103. package/src/core/workflow-state-machine.js +0 -46
package/CHANGELOG.md CHANGED
@@ -1,259 +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
1
144
  ## [2.4.9] - 2026-06-28
2
145
 
3
- ### Added
4
- - Created developer guide `docs/getting-started/authoring-custom-skills.md` for writing and integrating custom capability skills.
5
- - Enhanced `dist-assets/docs/visual-validation-guide.md` with advanced Playwright session state authentication and Axe-core accessibility auditing.
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
6
151
 
7
- ### Fixed
8
- - Mapped all legacy skill references (e.g. `tester`, `build-and-validate`) to v2 skill names across all prompts and runbooks templates.
9
- - Removed obsolete third-party integration guides (`use-napkin-project-memory.md` and `use-linear-for-operational-planning.md`) from packaged runbooks.
10
- - Removed `read_only_safety_verification.md` from the npm publish files list to reduce package size.
11
- - Fixed MD029 markdown lint style violation in the visual validation guide.
152
+ ### 🧪 Testing
12
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
13
160
  ## [2.4.8] - 2026-06-27
14
161
 
15
- ### Added
16
- - Created 5 new specialized domain skills (`cyber-security`, `database`, `devops`, `localization`, and `performance`) under `.ai-workflow/opencode/skills/` to provide guidance on security, database design, pipelines, i18n, and profiling.
17
- - Added unit tests for `identity.js`, `canonical-finalization.js`, and `branch-gate.js` exceptions to increase test coverage.
18
- - Optimized route classifier to automatically trigger appropriate subagent and skill loading rules based on the intent context.
162
+ ### 🚀 Features
19
163
 
20
- ### Fixed
21
- - Fixed vitest code coverage failures by adjusting thresholds and excludes.
164
+ - *(skills)* Add cyber-security, devops, performance, database, and localization skills
165
+ - *(routing)* Enforce standard mode for code writes and block Atlas direct implementation
22
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
23
172
  ## [2.4.7] - 2026-06-27
24
173
 
25
- ### Added
26
- - Integrated `@vitest/coverage-v8` to compute code coverage, establishing a strict **80% minimum threshold** for lines, functions, branches, and statements in `vitest.config.js`.
27
- - Added the `npm run test:coverage` script in `package.json` for easy local and CI coverage reporting.
28
- - Created the official community Code of Conduct template at `.github/CODE_OF_CONDUCT.md` with maintainer contact method.
29
- - Excluded the `coverage/` directory from git tracking in `.gitignore`.
174
+ ### 📚 Documentation
30
175
 
31
- ### Fixed
32
- - Mitigated shell injection risks in the `cli-remediation-executor.js` by removing the insecure `shell:true` parameter and spawning native subprocess commands directly via platform detection (`npm` on POSIX and `npm.cmd` on Windows).
33
- - Fixed 3 failing unit tests in `visual-verifier.test.js` to align with the CSS variables flexibilization threshold (>200 chars) introduced in v2.4.6.
34
- - Documented `ai-workflow clean` limitations regarding the absolute deletion of custom `opencode.jsonc` configs in `cli-reference.md` and `troubleshooting.md`.
176
+ - Improve project health — Dependabot, SHA pinning, documentation, PR template
177
+ - Add missing v2.4.6 entry to CHANGELOG.md
35
178
 
36
- ### Changed
37
- - Bumped and updated development dependencies (dev-dependencies group) to their latest stable versions for security and build stability.
179
+ ### ⚙️ Miscellaneous Tasks
38
180
 
181
+ - Project health round 2 — shell:true mitigation, vitest coverage, docs, and Code of Conduct
182
+ - Release 2.4.7 prepared
39
183
  ## [2.4.6] - 2026-06-25
40
184
 
41
- ### Fixed
42
- - Flexibilized Design System CSS variables check in `ArtifactFidelityGate` to only enforce the validation when CSS rules volume is substantial (>200 characters), preventing false-positive blocks on tiny or simple style additions.
185
+ ### 🐛 Bug Fixes
43
186
 
187
+ - *(fidelity-gate)* Flexibilize CSS vars rule — v2.4.6
44
188
  ## [2.4.5] - 2026-06-24
45
189
 
46
- ### Changed
47
- - Refined Design System token validation to support both CSS custom property declarations and usages via `var()`, reducing false-positive quality gate blocks on minor style adjustments.
48
- - Flexibilized `git push` policy to allow remote pushes to non-protected feature/maintenance branches upon explicit human authorization in the chat, keeping `main` and `master` branches strictly protected.
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
49
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
50
210
  ## [2.4.4] - 2026-06-24
51
211
 
52
- ### Added
53
- - Added `clean` CLI command (`aw clean`) to cleanly de-initialize and remove AI Workflow files and symlinks from a project.
54
- - Translated all E2E test titles and comments in the codebase to English for consistent localization.
212
+ ### ⚙️ Miscellaneous Tasks
55
213
 
214
+ - Bump version to 2.4.4
215
+ - Add human-in-the-loop safety rule to AGENTS.md and dist-assets/AGENTS.md
56
216
  ## [2.4.3] - 2026-06-24
57
217
 
58
- ### Added
59
- - Hardened agent prompt contract rules and safety gates for all 6 agents (Atlas, Nexus, Orion, Astra, Sage, Phoenix).
60
- - Hardened workflow procedures and validation checks for core commands (validate, release, deploy, implement, spec-create).
61
- - Enhanced all 19 default skills with stricter constraint and procedure parameters.
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
62
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
63
228
  ## [2.4.2] - 2026-06-21
64
229
 
65
- ### Added
66
- - Registered `Frontend-Design-System-Specialist` subagent in `opencode.jsonc` templates and configurations.
67
- - Updated `Astra` agent prompt contract to explicitly load `frontend-design-system` skill when active.
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)
68
237
 
238
+ ### ⚙️ Miscellaneous Tasks
239
+
240
+ - Bump version to 2.4.2 (#110)
69
241
  ## [2.4.1] - 2026-06-21
70
242
 
71
- ### Fixed
72
- - Hardened visual and accessibility quality gates.
73
- - Enhanced `ArtifactFidelityGate` to check all skill folder path variations for `frontend-design-system`.
74
- - Documented Playwright, browser, and Axe-core preconditions in README and quickstart documentation.
75
- - Improved validation resiliency by warning instead of crashing when browser binaries are missing.
243
+ ### 🐛 Bug Fixes
244
+
245
+ - Harden frontend visual and accessibility gates and requirements
76
246
 
247
+ ### ⚙️ Miscellaneous Tasks
248
+
249
+ - Bump version to 2.4.1 (#107)
77
250
  ## [2.4.0] - 2026-06-20
78
251
 
79
- ### Added
80
- - Native Visual Evidence capture in `collect-evidence` via `--visual-dist` and `--port` parameters, launching a static loopback server and capturing Chromium screenshots using Playwright.
81
- - CSS/HTML Design System Gate validation in `ArtifactFidelityGate` that automatically runs when the `frontend-design-system` skill is loaded in the repository, checking for CSS custom properties, inline style density, CDN scripts, and semantic HTML layout tags.
82
- - Native accessibility auditing command `npx aw validate --a11y` via Axe-core running inside Playwright, blocking critical violations and persisting reports in `.evidence/a11y/report.json`.
83
- - Standard `frontend-design-system` skill (`.agents/skills/frontend-design-system/SKILL.md`) to guide Astra and other agents through visual hierarchy, spacing grids, theme palettes, accessible contrast, and output rules.
84
- - Automated tests covering static loopback servers, Playwright screenshots, Axe-core checks, inline style gates, CSS tokens, and HTML semantics.
252
+ ### 🚀 Features
85
253
 
86
- ## [2.3.7] - 2026-06-20
254
+ - Implement frontend design system and visual evidence gates
255
+ - Integrate delightful frontend guidelines into frontend-design-system skill
87
256
 
88
- ### Changed
89
- - Bumped version to 2.3.7.
257
+ ### ⚙️ Miscellaneous Tasks
90
258
 
259
+ - Bump version to 2.3.7
260
+ - Bump version to 2.4.0
91
261
  ## [2.3.6] - 2026-06-20
92
262
 
93
- ### Added
94
- - Request-aware delivery decision and artifact fidelity gates (GREEN phase) to prevent false-positive completions in frontend/backend stack tasks.
95
- - Hardened check for blocking delivery decisions in `ArtifactFidelityGate` and `Finalizer`.
96
- - False-positive regression tests and release readiness audit documentation.
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
97
272
 
98
- ### Fixed
99
- - Aligned WordPress root detection logic between `DeliveryDecisionEngine` and `ArtifactFidelityGate`.
100
- - Corrected architecture and design patterns policy relative paths in the technical plan prompt.
101
- - Normalized approved release decision string to `RELEASE_OR_DEPLOY_APPROVED`.
273
+ - Harden v2.3.6 workflow false-positive gates
102
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
103
292
  ## [2.3.5] - 2026-06-20
104
293
 
105
- ### Fixed
106
- - Corrected the governance policy relative path header in all standard skill Markdown files.
294
+ ### 🐛 Bug Fixes
295
+
296
+ - Correct governance policy relative path in skill headers
297
+
298
+ ### ⚙️ Miscellaneous Tasks
107
299
 
300
+ - Bump version to 2.3.5
108
301
  ## [2.3.4] - 2026-06-20
109
302
 
110
- ### Fixed
111
- - Corrected the mapping and resolution path of policies under `opencode/docs`.
303
+ ### 🐛 Bug Fixes
112
304
 
305
+ - Correct policies path mapping to opencode/docs
306
+
307
+ ### ⚙️ Miscellaneous Tasks
308
+
309
+ - Bump version to 2.3.4
113
310
  ## [2.3.3] - 2026-06-20
114
311
 
115
- ### Added
116
- - First phase implementation of the Delivery Decision Engine and Artifact Fidelity Gate checking for correct technology stacks.
117
- - Hardened PromptContracts and validation scripts for stack-aware quality checking.
312
+ ### 🚀 Features
313
+
314
+ - Implement Delivery Decision Engine and Artifact Fidelity Gate
315
+
316
+ ### 📚 Documentation
118
317
 
119
- ## [2.3.2] - 2026-06-19
318
+ - Clarify first-time vs installed usage of aw alias
319
+ - Add v2.3.2 contract quality audit report
120
320
 
321
+ ### ⚙️ Miscellaneous Tasks
121
322
 
122
- ### Documentation
123
- - Clarified first-time usage with `npx @williambeto/ai-workflow init`.
124
- - Clarified local installed-package alias usage with `npx aw init`, `npx aw doctor`, and `npx aw run`.
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
125
328
 
126
- ### Notes
127
- - No CLI behavior changed.
128
- - No runtime behavior changed.
329
+ ### 🚀 Features
129
330
 
130
- ## [2.3.1] - 2026-06-18
331
+ - *(routing)* Implement generic routing contract and agent consistency checks
332
+ - Normalize active agents with PromptContract and validate:agents check
131
333
 
132
- ### Fixed
133
- - Enforced runtime actor selection for explicit actor routing.
134
- - Prevented silent fallback to default runtime behavior when a selected specialized actor cannot be applied.
135
- - Blocked specialized actor execution when the runtime does not support `--agent`.
136
- - Added truthful ledger evidence for requested actor, selected actor, runtime requested actor and runtime applied actor.
137
- - Hardened routing consistency validation across agents, runtime adapter and delegation ledger.
334
+ ### 🐛 Bug Fixes
138
335
 
139
- ### Added
140
- - Unit tests covering OpenCode runtime actor enforcement and fail-closed checks.
141
- - E2E coverage for explicit actor routing, blocked fallbacks and default non-specialized execution.
142
- - Updated routing consistency validation to catch unsupported actor execution returning success.
336
+ - Enforce runtime actor constraint and fail closed on missing --agent support
143
337
 
144
- ### Release
145
- - Prepared locally only.
146
- - Not published to npm.
147
- - No git tag created.
148
- - No remote push performed.
338
+ ### 💼 Other
149
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
150
348
  ## [2.3.0] - 2026-06-16
151
349
 
152
- ### Added
153
- - Isolated read-only workspace runner to prevent execution modifications from altering the original repository.
154
- - Sage validation agent execution in full/deep task mode, logging events to the ledger and handling revalidation.
155
- - Real OpenCode smoke test integration inside the `release:verify` suite.
156
- - Scenario 17 in E2E tests verifying the complete multi-agent coordination loop (`Astra -> Sage -> Phoenix -> Sage`).
350
+ ### 🚀 Features
157
351
 
158
- ### Fixed
159
- - Sequential state transitions for read-only runs (`IMPLEMENTING -> IMPLEMENTED -> VALIDATING -> COMPLETED`).
160
- - Snapshot comparison logic to correctly target `.snapshot.files` and compare `.sha256` properties.
161
- - Bypassed physical writing of ledger histories and handoff markdown files during read-only executions.
162
- - Injected mock OpenCode environment configuration inside `verify-packed-consumer.mjs` for autonomous sandbox runs.
352
+ - Implement stability, delegation controller, multi-stack planner, runtime remediation and finalizer
353
+ - Implement operational invariants for v2.3.0
163
354
 
164
- ## [2.0.5] - 2026-06-08
355
+ ### 🐛 Bug Fixes
165
356
 
166
- ### Fixed
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
167
360
 
168
- - Locked standard/full Atlas completion behind current-task Sage, Evidence Collector, and QualityGuard execution.
169
- - Rejected direct Atlas `PASS`, user-deferred `/validate`, self-validation, and missing executable finalizer paths.
170
- - Added canonical cross-field validation for branch evidence, owners, artifacts, truthfulness, collector/final status, and Phoenix/Sage consistency.
171
- - Strengthened fictitious-product claim detection for unsupported market superlatives, pricing, SLA/support, API, batch, and export capabilities.
172
- - Added regression tests for runtime completion lock and internally inconsistent canonical results.
361
+ ### 💼 Other
173
362
 
174
- ## [2.0.3] - 2026-06-08
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
175
368
 
176
- ### Added
369
+ ### 📚 Documentation
177
370
 
178
- - Lightweight workflow profiles separating execution mode from domain quality guidance.
179
- - Deterministic profile routing for frontend product, frontend utility, backend API, refactor, documentation, and security review work.
180
- - Objective owner-completion contract with one bounded resume before `BLOCKED`.
181
- - Consumer workflow profile documentation.
371
+ - Include read_only_safety_verification.md in workspace and files array
182
372
 
183
- ### Changed
373
+ ### ⚙️ Miscellaneous Tasks
184
374
 
185
- - Visual validation now uses objective rendered checks instead of subjective labels or benchmark comparison.
186
- - Frontend product and utility profiles load both frontend and UI/UX skills without imposing a fixed SaaS page template.
187
- - Product Truthfulness accepts clear page-level conceptual labels for non-authoritative commercial concepts while keeping official/live/security/SLA claims strict.
188
- - Atlas handoff guidance is shorter and outcome-first.
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
189
380
 
190
- # Changelog
381
+ ### 🚀 Features
191
382
 
192
- ## [2.0.4] - 2026-06-08
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
193
386
 
194
- ### Fixed
387
+ ### 🐛 Bug Fixes
195
388
 
196
- - Removed circular finalization evidence by deriving canonical results from executed policy checks and persisting them in `EVIDENCE.json`.
197
- - Enforced all canonical standard/full final response fields from one machine-readable contract.
198
- - Persisted and rendered delegation owners, loaded skills, delivery artifacts, Sage revalidation, Evidence Collector, QualityGuard, Product Truthfulness, finalizer, and terminal status.
199
- - Required structured TypeScript waivers with an explicit source and concrete constraint.
200
- - Added regression coverage for omitted fields, direct finalizer bypass, remediation without Sage revalidation, and canonical status spelling.
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
201
392
 
393
+ ### 💼 Other
202
394
 
203
- ## 2.0.2
395
+ - Feat/add-antigravity-support
204
396
 
205
- ### Fixed
397
+ ### 🚜 Refactor
206
398
 
207
- - Enforced mode-specific final delivery artifacts so `standard` cannot pass with `delivery-summary.md`.
208
- - Added mandatory finalization evidence for collector, QualityGuard, Product Truthfulness, delegation, and finalizer identity.
209
- - Prevented `PASS` when canonical finalization fields are missing or inconsistent.
210
- - Added direct tests for standard artifact mismatch and finalization evidence.
211
- - Kept bounded remediation responsible for correcting final-gate failures before promotion.
399
+ - Use native .agents/ directory for Antigravity skills, agents, and commands
212
400
 
213
- ## 2.0.1
401
+ ### 📚 Documentation
214
402
 
215
- ### Fixed
403
+ - Promote Antigravity to Supported and document /agents behavior in compatibility matrix
216
404
 
217
- - Added bounded, progress-aware remediation for recoverable quality and delegation gates.
218
- - Prevented unresolved gate failures from being downgraded to `PASS_WITH_NOTES`.
219
- - Added hard remediation limits by execution mode and blocking on repeated/no-progress findings.
220
- - Synchronized the root evidence contract with the canonical distributed contract.
221
- - Added direct coverage for implementation documentation and remediation lifecycle behavior.
405
+ ### ⚙️ Miscellaneous Tasks
222
406
 
223
- ## 2.0.0
407
+ - *(release)* 2.2.7
408
+ ## [2.2.6] - 2026-06-14
224
409
 
225
- ### Added
410
+ ### 🐛 Bug Fixes
226
411
 
227
- - OpenCode-first workflow with six primary ownership roles.
228
- - Proportional `quick`, `standard`, and `full` delivery modes.
229
- - Persisted delivery artifacts and executable evidence collection.
230
- - Branch recovery, quality gates, delegation statuses, Product Truthfulness, and safe packaging.
231
- - TypeScript default for new frontend applications unless explicitly waived.
232
- - Consumer quickstart, runtime compatibility guidance, and v2 upgrade documentation.
233
- - Optional Codex, Claude Code, and Gemini adapter assets.
412
+ - *(validate)* Bypass npx command resolution to avoid scoped package registry lookup in CI
413
+ - *(validate)* Build dist folder automatically inside upgrade validation script
234
414
 
235
- ### Changed
415
+ ### 💼 Other
236
416
 
237
- - Public version identity is now aligned with the npm upgrade path from `1.x` to `2.0.0`.
238
- - Active documentation describes only the current 2.0 product and supported migration path.
239
- - Repository-maintenance paths are separated from consumer-facing paths.
240
- - The initial `2.0.0` rollout uses the npm `next` dist-tag without moving `latest`.
417
+ - Merge pull request #106 from williambeto/fix/upgrade-path-ci
241
418
 
242
- ### Removed
419
+ fix(validate): bypass npx command resolution in CI
243
420
 
244
- - Obsolete pre-2.0 runtime guidance, taxonomies, aliases, package paths, and intermediate release-candidate documentation.
421
+ ### ⚙️ Miscellaneous Tasks
245
422
 
246
- ## Previous public releases
423
+ - Add playwright install step to github actions workflows
424
+ - Bump version to 2.2.6
425
+ ## [2.2.5] - 2026-06-14
247
426
 
248
- The previous npm line ends at `1.19.1`. Detailed historical changes remain available in Git history and GitHub Releases.
427
+ ### 🚀 Features
249
428
 
250
- ## 2.1.0
429
+ - Cleanup boilerplate across remaining 18 skill files
430
+ - Add automated upgrade regression validator
431
+ - Add automated playwright visual e2e validation for templates
251
432
 
252
- ### Changed
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
253
527
 
254
- - Recovered the original product direction: proportionate workflows, useful software, and concise evidence.
255
- - Kept protected-branch enforcement, required validation execution, bounded remediation, and false-success prevention as non-negotiable guardrails.
256
- - Removed mandatory canonical response fields, owner JSON, fixed delivery filenames, and persisted evidence from quick/standard work.
257
- - Simplified Atlas to route and coordinate without forcing multi-agent ceremony.
258
- - Simplified QualityGuard to objective branch, validation, documentation, UI-evidence, and full-mode persistence checks.
259
- - Replaced keyword-driven Product Truthfulness enforcement with semantic guidance.
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]