Skip to content

Latest commit

 

History

History

README.md

Contributing to MUXI CLI

Documentation for contributors working on the CLI codebase.

Guides

Document Description
architecture.md CLI architecture and code organization
api-reference.md Server and Formation API reference
streaming-events.md SSE event types and formats
ux-patterns.md TUI patterns and conventions
tui-design.md Design system and components
banners.md Banner and logo specifications

Getting Started

cd src
go build ./...
go test ./...

Code Style

  • Follow existing patterns in the codebase
  • Use ui.* functions for terminal output
  • Handle Ctrl+C gracefully at prompts

Links