From a3f7ba82a22f568289e9587118c25287686e7bcb Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Sat, 21 Mar 2026 20:20:40 -0700 Subject: [PATCH] fix: normalize product.json + replace --ml-* with --nl-* CSS namespace --- shared/product.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/shared/product.json b/shared/product.json index 939b284..f62d572 100644 --- a/shared/product.json +++ b/shared/product.json @@ -1,16 +1,21 @@ { "productId": "notelett", "displayName": "NoteLett", - "licensePrefix": "NOTELETT", - "configDirName": ".NoteLett", - "envVarPrefix": "NOTELETT", - "bundleIdSuffix": "notelett", - "packageName": "notelett", + "description": "Structured notes platform for humans and AI agents", "domain": "notelett.app", + "backendPort": 4016, "bundleId": { "ios": "com.bytelyst.notelett", "android": "com.notelett.app" }, "appGroup": "group.com.bytelyst.notelett", - "backendPort": 4016 + "platforms": ["web", "ios", "android"], + "primarySurface": "web", + "mobileCompanion": true, + "licensePrefix": "NOTELETT", + "configDirName": ".NoteLett", + "envVarPrefix": "NOTELETT", + "bundleIdSuffix": "notelett", + "packageName": "notelett", + "version": "0.1.0" }