diff --git a/LifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts b/LifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts index e0c593bbae..5129bac88a 100644 --- a/LifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts +++ b/LifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts @@ -73,7 +73,9 @@ const REGISTRY: Record = { { name: "IDEAL_STATE/MONEY.md", path: join(TELOS_DIR, "IDEAL_STATE", "MONEY.md") }, ], business: [ - { name: "BUSINESS/", path: join(USER_DIR, "BUSINESS"), expand: true }, + // Business data lives under WORK/YOUR_COMPANIES/ in the shipped USER scaffold + // (the layout observability.ts reads); the scaffold ships no USER/BUSINESS. + { name: "WORK/YOUR_COMPANIES/", path: join(USER_DIR, "WORK", "YOUR_COMPANIES"), expand: true }, ], local: [ { name: "LOCAL/", path: join(USER_DIR, "LOCAL"), expand: true },