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
2 changes: 2 additions & 0 deletions LifeOS/install/skills/Daemon/Tools/DaemonAggregator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ const EXCLUDED_PATHS = [
join(USER_DIR, "FINANCES"),
join(USER_DIR, "HEALTH"),
join(USER_DIR, "BUSINESS"),
// Business data lives here in the shipped USER scaffold (no USER/BUSINESS ships).
join(USER_DIR, "WORK", "YOUR_COMPANIES"),
join(USER_DIR, "OPINIONS.md"),
join(TELOS_DIR, "TRAUMAS.md"),
join(KNOWLEDGE_DIR, "People"),
Expand Down