github danielmiessler/Personal_AI_Infrastructure v4.0.3
PAI v4.0.3 — Community PR Patch

6 hours ago

4 community-contributed fixes — no new features, no breaking changes.

What Changed

Inference & Parsing

  • #800 Inference.ts JSON parsing only matched objects {} — now handles arrays [] too, with validation via JSON.parse

Documentation & Portability

  • #836 CONTEXT_ROUTING.md had 29 dead references to files removed in v4.0 — consolidated to 4 README pointers
  • #817 WorldThreatModelHarness hardcoded ~/.claude/ path — now uses $PAI_DIR for portability

Installer

  • #846 Upgrading from v2.5/v3.0 stranded user context at skills/PAI/USER/ — installer now migrates files to PAI/USER/ and creates symlinks for backwards compatibility

Installation

git clone https://github.com/danielmiessler/Personal_AI_Infrastructure.git
cd Personal_AI_Infrastructure/Releases/v4.0.3
cp -r .claude ~/ && cd ~/.claude && bash install.sh

See the Releases directory for all versions and upgrade instructions.

Contributors

Thank you to @rikitikitavi2012-debug, @Spirotot, and @catchingknives for these contributions!

Don't miss a new Personal_AI_Infrastructure release

NewReleases is sending notifications on new releases.