@ouro.bot/cli 0.1.0-alpha.797 → 0.1.0-alpha.799

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.json CHANGED
@@ -1,6 +1,21 @@
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.799",
6
+ "changes": [
7
+ "Allow a fresh Sanctuary host to pull and validate the exact release image during a reviewed update."
8
+ ]
9
+ },
10
+ {
11
+ "version": "0.1.0-alpha.798",
12
+ "changes": [
13
+ "Keep the installed Butler bundle aligned with its verified release before provider and Telegram startup, and expose the same bounded install check to the owner.",
14
+ "Install and update Mendelow Cloud Butler as a first-class Unraid app through a crash-safe, exact-version DockerMan transaction with known-good rollback and active Community Apps recognition proof.",
15
+ "Reject unsafe legacy update sources and malformed DockerMan templates before any host or container change.",
16
+ "Make interrupted Sanctuary updates and first-install adoption cold-recoverable, reject unsafe bundle roots and uncommitted journal residue before mutation, compare DockerMan and bundle identities before cleanup, restore package-managed bytes and modes durably, preserve exclusive Butler autostart, and prove Jellyfin remains unchanged across the transaction."
17
+ ]
18
+ },
4
19
  {
5
20
  "version": "0.1.0-alpha.797",
6
21
  "changes": [
@@ -44,5 +44,5 @@ RUN BW_VERIFY_ROOT="$(mktemp -d)" \
44
44
  && rm -rf -- "$BW_VERIFY_ROOT" \
45
45
  && trap - 0 \
46
46
  && test ! -e "/home/ouro/.config/Bitwarden CLI"
47
- HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 CMD ["node","/opt/ouro/dist/heart/daemon/container-healthcheck.js","--agent","sanctuary"]
48
- ENTRYPOINT ["node","/opt/ouro/dist/heart/daemon/daemon-entry.js"]
47
+ HEALTHCHECK --interval=30s --timeout=5s --start-period=60s --retries=3 CMD ["node","/opt/ouro/dist/heart/daemon/container-healthcheck.js","--agent","sanctuary","--package-managed-agent","sanctuary"]
48
+ ENTRYPOINT ["node","/opt/ouro/dist/heart/daemon/daemon-entry.js","--package-managed-agent","sanctuary"]