@williambeto/ai-workflow 2.6.4 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/bin/ai-workflow.js +342 -213
- package/bin/ai-workflow.js.map +1 -1
- package/{chunk-6EMG6FAO.js → chunk-BDZPUAEX.js} +2 -2
- package/{chunk-UHLZX2EG.js → chunk-W4RTQWVQ.js} +2 -2
- package/{chunk-2AOV2ATY.js → chunk-XW747GIG.js} +11 -5
- package/core/index.js +2 -2
- package/package.json +1 -1
- package/{validate-Q2NLLQ5G.js → validate-A46WUBVZ.js} +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
|
1
|
+
## [unreleased]
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- *(adapters)* Add copilot-instructions.md for maximum Codex compatibility
|
|
6
|
+
|
|
7
|
+
### 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- *(codex)* Ensure root instructions and proper runtime detection
|
|
10
|
+
|
|
11
|
+
### 💼 Other
|
|
12
|
+
|
|
13
|
+
- Merge pull request #123 from williambeto/feat/codex-compatibility
|
|
14
|
+
|
|
15
|
+
feat: native codex runtime support
|
|
16
|
+
|
|
17
|
+
### 📚 Documentation
|
|
18
|
+
|
|
19
|
+
- Update CHANGELOG for v2.6.6 and v2.6.7
|
|
20
|
+
- Save publish qa checklist
|
|
21
|
+
- *(qa)* Enforce markdown pattern on github releases
|
|
22
|
+
- Promote Codex to Supported and update assets list
|
|
23
|
+
## [2.6.7] - 2026-07-04
|
|
24
|
+
|
|
25
|
+
### 🐛 Bug Fixes
|
|
26
|
+
|
|
27
|
+
- *(fidelity)* Skip HTML semantic check for non-page components (fixes #122)
|
|
28
|
+
|
|
29
|
+
### ⚙️ Miscellaneous Tasks
|
|
30
|
+
|
|
31
|
+
- *(release)* 2.6.7
|
|
32
|
+
## [2.6.6] - 2026-07-04
|
|
33
|
+
|
|
34
|
+
### 🚜 Refactor
|
|
35
|
+
|
|
36
|
+
- *(cli)* Reduce cyclomatic complexity in core commands
|
|
37
|
+
|
|
38
|
+
### ⚙️ Miscellaneous Tasks
|
|
39
|
+
|
|
40
|
+
- Cleanup obsolete verification file and sync package-lock
|
|
41
|
+
- *(release)* 2.6.6
|
|
42
|
+
## [2.6.5] - 2026-07-04
|
|
43
|
+
|
|
44
|
+
### 🧪 Testing
|
|
45
|
+
|
|
46
|
+
- Align E2E assertions with updated requestedActor routing mechanics
|
|
47
|
+
|
|
48
|
+
### ⚙️ Miscellaneous Tasks
|
|
49
|
+
|
|
50
|
+
- *(release)* V2.6.5
|
|
1
51
|
## [2.6.4] - 2026-07-04
|
|
2
52
|
|
|
3
53
|
### 🐛 Bug Fixes
|