@ouro.bot/cli 0.1.0-alpha.532 → 0.1.0-alpha.533

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.json +7 -0
  2. package/package.json +1 -1
package/changelog.json CHANGED
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "_note": "This changelog is maintained as part of the PR/version-bump workflow. Agent-curated, not auto-generated. Agents read this file directly via read_file to understand what changed between versions.",
3
3
  "versions": [
4
+ {
5
+ "version": "0.1.0-alpha.533",
6
+ "changes": [
7
+ "Locks the `ouro.bot` bootstrap wrapper to install the matching `@ouro.bot/cli` package version from its own package metadata instead of resolving `@ouro.bot/cli@latest`, preventing stale npm dist-tags from downgrading or skipping a just-published alpha.",
8
+ "Adds wrapper bootstrap coverage that fails if the wrapper queries `npm view` for `latest` during install, closing the release-smoke gap that caught `ouro.bot@0.1.0-alpha.532` reporting the older CLI."
9
+ ]
10
+ },
4
11
  {
5
12
  "version": "0.1.0-alpha.532",
6
13
  "changes": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ouro.bot/cli",
3
- "version": "0.1.0-alpha.532",
3
+ "version": "0.1.0-alpha.533",
4
4
  "main": "dist/heart/daemon/ouro-entry.js",
5
5
  "bin": {
6
6
  "cli": "dist/heart/daemon/ouro-bot-entry.js",