# 🌅 Mia Ceremony — Four Movements Footer

Tracks ceremony phase in Pi's footer status bar. Transitions automatically based on tool usage.

## Install

```bash
# Install package
pi install npm:@miadisabelle/mia-presence

# Quick test (works best with mia-tools loaded too)
pi -e ./mia-ceremony/index.ts
```

## Phases

| Phase | When | Trigger |
|-------|------|---------|
| 🌅 EAST — Gathering | Understanding, decomposing | Session start, PDE decompose |
| 🔥 SOUTH — Building | Implementing, growing | STC chart create |
| 🌊 WEST — Validating | Testing, reflecting | STC steps completed |
| ❄️ NORTH — Completing | Deploying, documenting | STC review |

## Commands

- `/ceremony` — Show current phase
- `/ceremony south` — Manually set phase

## Load All Three Together

```bash
pi \
  -e ./miette-echo/index.ts \
  -e ./mia-tools/index.ts \
  -e ./mia-ceremony/index.ts
```
