Skip to main content

System Directories

Where everything lives and what manages it.

The Workspace

Your org’s home. Where humans and AIs work.
DirectoryWhatManaged by
~/wipcomputerinc/Workspace rootYou
~/wipcomputerinc/settings/Config, templates, docsYou + ldm install
~/wipcomputerinc/team/People and AI documentsEach person/AI
~/wipcomputerinc/repos/All code reposgit
~/wipcomputerinc/repos/_worktrees/Active worktreesldm worktree

The Runtime (source of truth)

Where LDM OS runs. Rules, commands, and skills are authored here and deployed to AI apps.
DirectoryWhatManaged by
~/.ldm/LDM OS homeldm install, ldm init
~/.ldm/extensions/Your installed toolsldm install
~/.ldm/agents/AI personality + memory + per-AI rulesYour AIs + ldm install
~/.ldm/shared/Rules, commands, skills for ALL AIsYou + ldm install
~/.ldm/shared/rules/Instruction files deployed to every AI appYou (source), ldm install (deploy)
~/.ldm/shared/commands/Slash commands deployed to Claude CodeYou (source), ldm install (deploy)
~/.ldm/shared/skills/Auto-invoked workflowsYou (source), ldm install (deploy)
~/.ldm/memory/crystal.db (shared memory)crystal, capture cron
~/.ldm/logs/All logscron jobs, LaunchAgents
~/.ldm/bin/Scriptscrystal init
~/.ldm/hooks/Claude Code hooksldm install
~/.ldm/state/Runtime stateTools (watermarks, markers)
~/.ldm/tmp/Install stagingldm install (cleaned after)
~/.ldm/backups/Local backups + iCloud offsite tarsldm-backup.sh

AI App Directories (deployment targets)

ldm install deploys from ~/.ldm/ to each AI app. Don’t edit these directories directly.
DirectoryWhatDeployed from
~/.claude/Claude Code configldm install
~/.claude/CLAUDE.mdGlobal instructionsGenerated from .ldm/ + config.json
~/.claude/rules/Instruction files~/.ldm/shared/rules/ + AI rules
~/.claude/commands/Slash commands~/.ldm/shared/commands/ + AI commands
~/.claude/skills/Auto-invoked workflows~/.ldm/extensions/
~/.claude/agents/Sub-AI definitions~/.ldm/agents/
~/.claude/settings.jsonHooks, permissions~/.ldm/hooks/
~/.claude/projects/Per-project memoryClaude Code (auto-managed)
~/.openclaw/OpenClaw gatewayldm install
~/.openclaw/workspace/Lesa’s workspace (TOOLS.md = rules)Lesa + ldm install
~/.openclaw/extensions/Background integrations~/.ldm/extensions/
~/.openclaw/logs/Gateway logsOpenClaw gateway

macOS System

DirectoryWhatManaged by
~/Library/LaunchAgents/Scheduled taskscrystal init, install scripts
/opt/homebrew/bin/CLI binariesnpm install -g
/opt/homebrew/lib/node_modules/npm packagesnpm