* fix(vscode): add extensionKind and error handler for Remote SSH support * fix(vscode): reject failed RPC startup * docs: consolidate docs, remove stale artifacts, and repo hygiene - Remove docs-internal/ (duplicate of docs/); update pr-risk-check.mjs path - Sync 9 diverged files to latest content (commands, config, troubleshooting, etc.) - Fix pi --web → gsd --web naming in docs/README.md - Copy FRONTIER-TECHNIQUES.md and ADR-004 to docs/ before removal - Delete orphaned PR screenshot folders (pr-876/, pr-1530/) — unreferenced - Remove committed pnpm-lock.yaml files (project uses npm) - Move PLAN.md → .plans/doctor-cleanup-consolidation.md - Move web/left-native-tui-main-session-plan.md → .plans/ - Delete .DS_Store and vscode-extension/dist/ from disk Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 01-what-pi-is.md | ||
| 02-design-philosophy.md | ||
| 03-the-four-modes-of-operation.md | ||
| 04-the-architecture-how-everything-fits-together.md | ||
| 05-the-agent-loop-how-pi-thinks.md | ||
| 06-tools-how-pi-acts-on-the-world.md | ||
| 07-sessions-memory-that-branches.md | ||
| 08-compaction-how-pi-manages-context-limits.md | ||
| 09-the-customization-stack.md | ||
| 10-providers-models-multi-model-by-default.md | ||
| 11-the-interactive-tui.md | ||
| 12-the-message-queue-talking-while-pi-thinks.md | ||
| 13-context-files-project-instructions.md | ||
| 14-the-sdk-rpc-embedding-pi.md | ||
| 15-pi-packages-the-ecosystem.md | ||
| 16-why-pi-matters-what-makes-it-different.md | ||
| 17-file-reference-all-documentation.md | ||
| 18-quick-reference-commands-shortcuts.md | ||
| 19-building-branded-apps-on-top-of-pi.md | ||
| README.md | ||
Pi: What It Is, How It Works, and Why It Matters
Split into individual files for easier consumption.
Table of Contents
- 01. What Pi Is
- 02. Design Philosophy
- 03. The Four Modes of Operation
- 04. The Architecture — How Everything Fits Together
- 05. The Agent Loop — How Pi Thinks
- 06. Tools — How Pi Acts on the World
- 07. Sessions — Memory That Branches
- 08. Compaction — How Pi Manages Context Limits
- 09. The Customization Stack
- 10. Providers & Models — Multi-Model by Default
- 11. The Interactive TUI
- 12. The Message Queue — Talking While Pi Thinks
- 13. Context Files — Project Instructions
- 14. The SDK & RPC — Embedding Pi
- 15. Pi Packages — The Ecosystem
- 16. Why Pi Matters — What Makes It Different
- 17. File Reference — All Documentation
- 18. Quick Reference — Commands & Shortcuts
- 19. Building Branded Apps on Top of Pi
Split into per-section files for surgical context loading.