fluncle 0.230.0 → 0.231.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.
Files changed (2) hide show
  1. package/bin/fluncle.mjs +3 -3
  2. package/package.json +1 -1
package/bin/fluncle.mjs CHANGED
@@ -612,7 +612,7 @@ function parseVersion(version) {
612
612
  var currentVersion;
613
613
  var init_version = __esm(() => {
614
614
  init_output();
615
- currentVersion = "0.230.0".trim() ? "0.230.0".trim() : "0.1.0";
615
+ currentVersion = "0.231.0".trim() ? "0.231.0".trim() : "0.1.0";
616
616
  });
617
617
 
618
618
  // src/update-notifier.ts
@@ -2457,7 +2457,7 @@ function parseVersion2(version) {
2457
2457
  var currentVersion2, latestReleaseUrl = "https://api.github.com/repos/mauricekleine/fluncle/releases/latest";
2458
2458
  var init_version2 = __esm(() => {
2459
2459
  init_output();
2460
- currentVersion2 = "0.230.0".trim() ? "0.230.0".trim() : "0.1.0";
2460
+ currentVersion2 = "0.231.0".trim() ? "0.231.0".trim() : "0.1.0";
2461
2461
  });
2462
2462
 
2463
2463
  // ../../packages/registry/src/index.ts
@@ -3616,7 +3616,7 @@ var init_src = __esm(() => {
3616
3616
  ],
3617
3617
  kind: "cron",
3618
3618
  name: "cron.device-mirror",
3619
- operatorNotes: "hourly, run by a host systemd timer (docs/agents/hermes/device-mirror-timer/). Explicitly synchronizes one restart-safe local embedded replica, materializes the anchored track IDs once, derives and validates one allowlisted generation locally, then stages bounded changes and atomically cuts the complete verified generation into the shared device database. Sync, derivation, upload, validation, or cutover failure leaves the previous generation visible; rebuilding the target database remains forbidden because it would reset the libSQL replication log and force every device to bootstrap again. A schema-version mismatch stops for an operator migration. Zero LLM tokens. Source: docs/agents/hermes/scripts/device-mirror.*. See docs/planning/offline-first-mobile-research.md.",
3619
+ operatorNotes: "hourly, run by a host systemd timer (docs/agents/hermes/device-mirror-timer/). Explicitly synchronizes one restart-safe local embedded replica, materializes the anchored track IDs once, derives and validates one allowlisted generation locally, then stages bounded changes and atomically cuts the complete verified generation into the shared device database. Sync, derivation, upload, validation, or cutover failure leaves the previous generation visible; rebuilding the target database remains forbidden because it would reset the libSQL replication log and force every device to bootstrap again. A schema-version mismatch stops for an operator migration. Zero LLM tokens. Source: docs/agents/hermes/scripts/device-mirror.*.",
3620
3620
  probeConfig: {
3621
3621
  cadenceMs: 60 * MINUTE_MS,
3622
3622
  cronName: "fluncle-device-mirror",
package/package.json CHANGED
@@ -31,5 +31,5 @@
31
31
  "url": "git+https://github.com/mauricekleine/fluncle.git"
32
32
  },
33
33
  "type": "module",
34
- "version": "0.230.0"
34
+ "version": "0.231.0"
35
35
  }