vibeostheog 0.24.12 → 0.24.13

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 (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.24.12
1
+ ## 0.24.13
2
2
  - feat: smooth delegation UX — conversational reasoning over error injection
3
3
  - fix: write npm auth for github release publish
4
4
  - fix: reset api fallback on token refresh (#138)
@@ -7,6 +7,7 @@
7
7
  - fix: forensic anti-lying + quality enforcement pipeline
8
8
  - docs: add cross-project index, DEV ONLY markers, ESLint cleanup
9
9
  - test: add 13 cascade integration tests for forensic quality pipeline
10
+ - chore: sync package version to v0.24.12
10
11
  - chore: sync package version to latest github release
11
12
  - chore: sync package version to latest release
12
13
  Merge pull request #136 from DrunkkToys/release/v0.24.8-merge
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibeostheog",
3
- "version": "0.24.12",
3
+ "version": "0.24.13",
4
4
  "description": "Cost-aware delegation enforcer for OpenCode. Tracks model usage, routes Task subagents to cheaper tiers, surfaces cumulative savings in chat. Includes research audit, reporting framework, project memory, progressive scratchpad decadence, and trinity CLI for brain/medium/cheap slot switching.",
5
5
  "scripts": {
6
6
  "release": "node scripts/release.mjs",