You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2026. It is now read-only.
The OpenCode PAI layout includes a .opencode/USER directory intended to mirror the original PAI .claude/USER directory structure.
However, in upstream/original PAI, .claude/USER no longer exists (and may not have existed in the documented form ever). A proof here danielmiessler/LifeOS#524 (comment). This creates confusion about what the canonical directory layout should be and what should be loaded/injected as “USER context”.
I'm not sure if anything in pai-opencode uses it instead of .opencode/skills/PAI/USER, but if not, can it be removed?
The OpenCode PAI layout includes a
.opencode/USERdirectory intended to mirror the original PAI.claude/USERdirectory structure.However, in upstream/original PAI,
.claude/USERno longer exists (and may not have existed in the documented form ever). A proof here danielmiessler/LifeOS#524 (comment). This creates confusion about what the canonical directory layout should be and what should be loaded/injected as “USER context”.I'm not sure if anything in pai-opencode uses it instead of
.opencode/skills/PAI/USER, but if not, can it be removed?