# wubba-pi

A Pi extension that toggles learning mode. When enabled, Pi still does the task, but explains code, decisions, tradeoffs, and implementation details like a sharp coding mentor.

## Install locally

```bash
pi install /home/ubuntu/projects/wubba-pi
```

Or during development:

```bash
pi -e /home/ubuntu/projects/wubba-pi/extensions/wubba-pi/index.ts
```

## Usage

```text
/wubba on
/wubba off
/wubba toggle
/wubba status
```

## Publish to npm

```bash
npm publish
```

Then install with:

```bash
pi install npm:wubba-pi
```
