touchtechclub-pi-oc-web-tools

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

pi-toolkit

Monorepo for Pi coding agent tooling. Managed with Bun and Biome.

Packages

Package Description
acp ACP adapter — bridges Pi sessions into Agent Client Protocol clients (Zed, etc.)
oc-repo-research Pi extension — git repository cloning and overview tools for agent research
oc-rewind Pi extension — per-message undo/redo with shadow-git snapshots
oc-todo Pi extension — structured todo list tracking, ACP plan-compatible
oc-web-tools Pi extension — web fetch and search tools with MCP transport

Scripts

bun run build        # Build pi-acp (packages/acp only)
bun run typecheck    # Type-check pi-acp (packages/acp only)
bun run test         # Run pi-acp tests (packages/acp only)
bun run format       # Format all packages with Biome
bun run lint         # Lint all packages with Biome
bun run check        # Check all packages with Biome (format + lint)

Publishing

Push to the release branch with a version bump in a package's package.json. The publish workflow detects changed packages with version bumps and publishes them to npm automatically.

License

MIT