Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion LifeOS/install/LIFEOS/PULSE/modules/tab-freshness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ const REGISTRY: Record<string, SourceSpec[]> = {
{ 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 },
Expand Down