digital-brain 1.0.3 → 1.0.5

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.
@@ -71,7 +71,7 @@ async function init(argv, args) {
71
71
  if (setupMode === "full-auto") {
72
72
  schedule = "always-on";
73
73
  console.log("");
74
- console.log("⚡ Auto mode selected: always-on local refresh, draft-first outbound, AI disclosure guard enabled.");
74
+ console.log("⚡ Auto mode selected: always-on local refresh. WhatsApp outbound mode is still configurable below.");
75
75
  } else {
76
76
  schedule = await select(rl, "Refresh cadence", [
77
77
  ["manual", "Manual", "Only runs when you run a command.", "🖐️"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digital-brain",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Your private digital imprint for AI assistants.",
5
5
  "type": "module",
6
6
  "bin": {