@ijfw/install 1.1.9 → 1.2.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.
- package/dist/install.js +1 -1
- package/package.json +1 -1
package/dist/install.js
CHANGED
|
@@ -300,7 +300,7 @@ async function main() {
|
|
|
300
300
|
console.log(` marketplace registered in ${settingsPath}`);
|
|
301
301
|
}
|
|
302
302
|
console.log("");
|
|
303
|
-
console.log("IJFW now active across
|
|
303
|
+
console.log("IJFW now active across 13 platforms -- one memory layer, all your AIs, zero config.");
|
|
304
304
|
console.log(" Run `ijfw demo` to see the Trident in action.");
|
|
305
305
|
console.log(" Run `ijfw doctor` to confirm which auditors are reachable.");
|
|
306
306
|
console.log(" Privacy: everything stays local. See NO_TELEMETRY.md.");
|