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: 1 addition & 1 deletion Releases/v2.3/.claude/skills/PAIUpgrade/Tools/Anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ interface State {

// Config
const HOME = homedir();
const SKILL_DIR = join(HOME, '.claude', 'skills', 'Upgrade');
const SKILL_DIR = join(HOME, '.claude', 'skills', 'PAIUpgrade');
const STATE_DIR = join(SKILL_DIR, 'State');
const STATE_FILE = join(STATE_DIR, 'last-check.json');
const SOURCES_FILE = join(SKILL_DIR, 'sources.json');
Expand Down