Add 5 pi extensions: pi-subagents, pi-crew, rpiv-pi, pi-interactive-shell, pi-intercom

This commit is contained in:
2026-05-08 15:59:25 +10:00
parent d0d1d9b045
commit 31b4110c87
457 changed files with 85157 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# Notices
`pi-crew` is designed as a Pi-native team orchestration extension.
## Source inspiration
- Primary design and Pi-extension implementation inspiration: `pi-subagents` by Nico Bailon, MIT license.
- Team orchestration, state, and worktree contract inspiration: `oh-my-claudecode` by Yeachan Heo, MIT license.
- Conceptual inspiration only: `oh-my-openagent` / `oh-my-opencode`, SUL-1.0. No source code from this project should be copied into `pi-crew` unless explicitly reviewed for license compatibility and documented here.
- Built-in skill topics are original pi-crew guidance informed by common agent-skill patterns in `Source/awesome-agent-skills`, `Source/oh-my-claudecode`, and related local references; no verbatim skill text was copied.
## Copied code policy
When code is copied or substantially adapted from an MIT source, add the source path and license note here.
Current scaffold status: no substantial source files have been copied verbatim; implementation is a fresh scaffold based on documented design lessons.