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
fix: bump all version strings to 4.0.3 + fix installer merge logic
Version was stuck at 4.0.0/4.0.1 after upgrade because:
1. Installer merge logic preserved user's existing pai.version
2. All hardcoded version strings were stale across 15+ files
Fixes:
- settings.json: 4.0.1 → 4.0.3, algorithmVersion: 3.6.0 → 3.7.0
- CLAUDE.md, SKILL.md, README.md: all version refs updated
- Banner.ts, BuildCLAUDE.ts: fallback versions updated
- Installer types.ts: added PAI_VERSION/ALGORITHM_VERSION constants
as single source of truth — no more scattered hardcoded values
- Installer actions.ts: force-overwrite pai.version on merge so
upgrades always stamp the release version
- Algorithm: added v3.7.0.md, updated LATEST pointer
- install.sh + display.ts banners: corrected version display
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: Releases/v4.0.3/.claude/CLAUDE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# PAI 4.0.0 — Personal AI Infrastructure
1
+
# PAI 4.0.3 — Personal AI Infrastructure
2
2
3
3
# MODES
4
4
@@ -32,7 +32,7 @@ On follow-ups, include the ITERATION line. On first response to a new request, o
32
32
## ALGORITHM MODE
33
33
FOR: Multi-step, complex, or difficult work. Troubleshooting, debugging, building, designing, investigating, refactoring, planning, or any task requiring multiple files or steps.
34
34
35
-
**MANDATORY FIRST ACTION:** Use the Read tool to load `PAI/Algorithm/v3.5.0.md`, then follow that file's instructions exactly. Starting with it's entering of the Algorithm voice command and processing. Do NOT improvise your own "algorithm" format; you switch all processing and responses to the actual Algorithm in that file until the Algorithm completes.
35
+
**MANDATORY FIRST ACTION:** Use the Read tool to load `PAI/Algorithm/v3.7.0.md`, then follow that file's instructions exactly. Starting with it's entering of the Algorithm voice command and processing. Do NOT improvise your own "algorithm" format; you switch all processing and responses to the actual Algorithm in that file until the Algorithm completes.
0 commit comments