live: connect ship-log extension to /live page, fix repo link

This commit is contained in:
2026-03-02 19:10:39 +08:00
parent 3bc412320b
commit d08c6a0f3e
173 changed files with 30458 additions and 43 deletions

16
.claude/commands/prime.md Normal file
View File

@@ -0,0 +1,16 @@
---
description: Load foundational context for the pi-vs-cc codebase
---
# Purpose
Orient yourself in pi-vs-cc — a collection of Pi coding agent extensions and agent specs that progressively demonstrate TUI customization, event hooks, widgets, subagent orchestration, and multi-agent teams.
## Workflow
1. Run `git ls-files --others --cached --exclude-standard` to see the project file tree
2. Read `justfile`, `THEME.md`
3. Read `extensions/*`
4. Read `.pi/agents/*`
5. Read `.pi/settings.json`, `.pi/themes/synthwave.json`
6. Summarize your understanding of the project: purpose, stack, structure, key files, and entry points