- Postinstall now walks up to find node_modules (works when deps are hoisted)
- All patches verified: piConfig, process.title, OAuth page, editor theme
- Add GitHub Actions workflow to publish on version bump
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Replace slow system_profiler/docker info with fast cached alternatives
- Single-line system info: cores · ram · docker
- Patch Pi OAuth callback page with Feynman branding
- Fix alpha-hub login: wait for server ready before opening browser, handle port conflicts, auto-close tab
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pi's own package manager already installs packages from settings.json
on first REPL launch. Feynman was duplicating this in both postinstall
and first-run, causing slow installs and looping.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove legacy chains, skills, and config modules. Add citation agent,
SYSTEM.md, modular research-tools extension, and web-access layer.
Add ralph-wiggum to Pi package stack for long-running loops.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>