Add ASCII logo, spinner during install, all packages core, fix tests

- ASCII art logo on website hero and OAuth callback page
- Clean spinner during postinstall instead of npm noise
- pi-session-search and pi-memory moved to core (13 packages)
- pi-generative-ui is the only optional package
- Alpha Hub callback page branded with Feynman logo

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Advait Paliwal
2026-03-23 22:33:35 -07:00
parent e73743d407
commit 7ef1ca2859
12 changed files with 97 additions and 38 deletions

3
logo.d.mts Normal file
View File

@@ -0,0 +1,3 @@
export declare const FEYNMAN_ASCII_LOGO: string[];
export declare const FEYNMAN_ASCII_LOGO_TEXT: string;
export declare const FEYNMAN_ASCII_LOGO_HTML: string;