Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,3 @@

For substantial work, read `../AGENTS.md` (workspace root) and use the `plan-issue` workflow — GitHub Issues are the canonical plan/progress tracker.

## pi-kit conventions

- Pi extension handlers must never let an exception escape into the parent
session: wrap handler bodies, return `isError` tool results, and treat UI
calls as fallible.
- The lane runner owns child processes end to end: spawn detached (own
process group), kill by group with SIGTERM→SIGKILL escalation, reap on
parent exit, cap stdout buffering.
- Gate matching is token-based, never substring regex: strip env assignments
and git global options before comparing subcommands.
600 changes: 9 additions & 591 deletions bun.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pi-kit extracted to ElbertePlinio/pi-kit per issue #54.

# Managed Claude Lanes Deployment Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pi-kit extracted to ElbertePlinio/pi-kit per issue #54.

# Cross-Harness Multi-Model Lanes Design

**Status:** Approved through Plannotator feedback on 2026-07-21
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pi-kit extracted to ElbertePlinio/pi-kit per issue #54.

# pi-kit Multi-Model Lanes MCP Implementation Plan

> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
Expand Down
105 changes: 0 additions & 105 deletions packages/pi-kit/README.md

This file was deleted.

167 changes: 0 additions & 167 deletions packages/pi-kit/extensions/btw.ts

This file was deleted.

Loading