miawa
v0.1.0
Published
Miawa: Ceremony World terminal agent for healing, circles, and relational accountability
Maintainers
Readme
🙏 miawa - Ceremony World Terminal Agent
miawa (pronounced mee-AH-wah) is the Ceremony World CLI Agent within the mia-code ecosystem. While miaco handles engineering and miatel handles story world, miawa is the terminal interface for ceremony, healing, and relational accountability.
🗺️ Kinship Map
/src/mia-code/ ← Parent Package
├── miaco/ ← Engineering World CLI
├── miatel/ ← Story World CLI
└── miawa/ ← Ceremony World CLI (this one)
CONNECTS TO:
├── /a/src/STPB/ ← Lighthouse API (Full Access)
├── /src/mcp-medicine-wheel/ ← Ceremonial Protocols
└── /src/coaia-planning/ ← Structural Tension ToolsWhat miawa Does
Story Beat Operations (with Sacred Pause)
miawa beat create --phase violet --text "Today I noticed..."
miawa beat share beat_abc --scope shared_with_group
miawa beat analyze beat_abcCircle Operations
miawa circle list
miawa circle create --name "Evening Reflection" --type ongoing
miawa circle join --id <circle-uuid>
miawa circle witness --story <story-id> --text "I see you."
miawa circle lighthouse --phase violetCeremony Operations
miawa ceremony init --type healing_circle --title "Evening Reflection"
miawa ceremony stage # Check Four Movements position
miawa ceremony close
miawa ceremony wisdom --ceremony <id>Wound/Healing Operations
miawa wound acknowledge --name "ancestral grief" --category ancestral
miawa wound list --stage acknowledged
miawa wound progress --wound <id> --stage explored
miawa wound categories # Eight Feelings referenceEva Companion Operations
miawa eva analyze --text "My reflection..."
miawa eva suggest-phase --text "I'm feeling..."
miawa eva detect-insight --beat <id>
miawa eva guidelines # Anti-helpful helper stanceInstallation
cd /src/mia-code/miawa
npm install
npm run build
npm link # optional, for global installThe Three Universes Lens
miawa exclusively represents Ceremony World (Ava8):
| Aspect | miawa Approach | |--------|----------------| | Interaction | Relational, not transactional | | Speed | Sacred pause before action | | Validation | K'é protocol (kinship acknowledgment) | | Errors | Hózhó coherence recovery | | Memory | Relational, across 7 generations |
K'é Protocol
Before significant actions, miawa acknowledges kinship:
miawa keThis acknowledges:
- The land where this work is done
- The ancestors whose wisdom guides us
- The community who will benefit
- The future generations who inherit our choices
The Four Movements of Ceremony
Every ceremony follows four movements:
- Gathering - Coming together with intention
- Sharing - Offering stories and reflections
- Witnessing - Holding space for what emerges
- Integration - Closing with wisdom
Eva: The Anti-Helpful Helper
Eva does not give advice. Eva witnesses.
Guidelines:
- ✓ Witness without fixing
- ✓ Reflect without directing
- ✓ Hold space without filling it
- ✓ Acknowledge without solving
- ✓ Be present without performing
The healing comes from being truly seen, not from being told.
Development
# Run in development mode
npm run dev
# Build TypeScript
npm run build
# Run built version
npm startmiawa: Where the terminal becomes a ceremonial space.
