Documentation for contributors working on the CLI codebase.
| 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 |
cd src
go build ./...
go test ./...- Follow existing patterns in the codebase
- Use
ui.*functions for terminal output - Handle Ctrl+C gracefully at prompts
- CONTRIBUTING.md - Contribution guidelines
- CODE_OF_CONDUCT.md - Code of conduct
- SECURITY.md - Security policy