vibeostheog 0.24.13 → 0.24.15

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 (3) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/dist/vibeOS.js +424 -199
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
- ## 0.24.13
1
+ ## 0.24.15
2
2
  - feat: smooth delegation UX — conversational reasoning over error injection
3
+ - fix: preserve local agent mode in remote control merge
4
+ - fix: harden live regression paths (#140)
3
5
  - fix: write npm auth for github release publish
4
6
  - fix: reset api fallback on token refresh (#138)
5
7
  - fix: _prevBlackboxState -> _latestBlackboxState, update pattern key test
@@ -7,9 +9,29 @@
7
9
  - fix: forensic anti-lying + quality enforcement pipeline
8
10
  - docs: add cross-project index, DEV ONLY markers, ESLint cleanup
9
11
  - test: add 13 cascade integration tests for forensic quality pipeline
12
+ - chore: v0.24.14
10
13
  - chore: sync package version to v0.24.12
11
14
  - chore: sync package version to latest github release
12
15
  - chore: sync package version to latest release
16
+ Fix live regressions and add integration coverage (#139)
17
+ Merge pull request #136 from DrunkkToys/release/v0.24.8-merge
18
+
19
+
20
+ ## 0.24.14
21
+ - feat: smooth delegation UX — conversational reasoning over error injection
22
+ - fix: preserve local agent mode in remote control merge
23
+ - fix: harden live regression paths (#140)
24
+ - fix: write npm auth for github release publish
25
+ - fix: reset api fallback on token refresh (#138)
26
+ - fix: _prevBlackboxState -> _latestBlackboxState, update pattern key test
27
+ - fix: sync-ts-build was cleaning JS artifacts without copying compiled output back
28
+ - fix: forensic anti-lying + quality enforcement pipeline
29
+ - docs: add cross-project index, DEV ONLY markers, ESLint cleanup
30
+ - test: add 13 cascade integration tests for forensic quality pipeline
31
+ - chore: sync package version to v0.24.12
32
+ - chore: sync package version to latest github release
33
+ - chore: sync package version to latest release
34
+ Fix live regressions and add integration coverage (#139)
13
35
  Merge pull request #136 from DrunkkToys/release/v0.24.8-merge
14
36
 
15
37