Link to instructions: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Releases/v2.4/README.md#upgrading-from-v23
Current Instructions:
v2.4 is a significant upgrade. Recommended approach:
# 1. Backup your current installation
mv ~/.claude ~/.claude-v2.3-backup
# 2. Install v2.4
cp -r .claude ~/
# 3. Run the wizard
cd ~/.claude && bun run PAIInstallWizard.ts
# 4. Migrate personal content
# Copy USER/ and MEMORY/ from backup if desired
Problem
The above instructions make no reference to the TELOS system in ~/.claude/skills/CORE/USER/TELOS, or anything in ~/.claude/skills/CORE/USER for that matter.
This a key set of folders for users to carry over during an upgrade as it is the foundational concept of the PAI system - aligning a DA to the users goals.
Unsure of other folders that may be missed if using the above instructions as I have only been using PAI for 4 days.
Link to instructions: https://github.com/danielmiessler/Personal_AI_Infrastructure/blob/main/Releases/v2.4/README.md#upgrading-from-v23
Current Instructions:
v2.4 is a significant upgrade. Recommended approach:
Problem
The above instructions make no reference to the
TELOSsystem in~/.claude/skills/CORE/USER/TELOS, or anything in~/.claude/skills/CORE/USERfor that matter.This a key set of folders for users to carry over during an upgrade as it is the foundational concept of the PAI system - aligning a DA to the users goals.
Unsure of other folders that may be missed if using the above instructions as I have only been using PAI for 4 days.