Documentation for Kairo - Go CLI wrapper for Claude/Qwen Code with X25519 encryption.
| Resource | Description |
|---|---|
| User Guide | Installation and basic usage |
| Development Guide | Build, test, contribute |
| Architecture | System design and diagrams |
| Troubleshooting | Common issues and solutions |
| Contributing | Contribution workflow |
| Configuration Reference | Config files and options |
| Provider Reference | Built-in providers |
- User Guide - Installation, setup, and command reference
- Development Guide - Setup, testing, and contribution workflow
- System Architecture - Overview, components, data flow
- Wrapper Scripts - Security design for token passing
- ADRs - Architecture decision records
- Configuration Reference - File formats and options
- Provider Reference - Built-in providers
- Troubleshooting - Common issues and solutions
- Contributing Guide - How to contribute
- Changelog - Version history
docs/
├── README.md # This file
├── architecture/ # System design
│ ├── README.md # Architecture overview
│ └── wrapper-scripts.md # Security design
├── guides/ # User and developer guides
│ ├── user-guide.md # Basic usage
│ └── development-guide.md # Development setup
├── reference/ # Reference documentation
│ ├── configuration.md # Config files
│ └── providers.md # Provider details
├── troubleshooting/ # Problem solving
│ └── README.md
└── contributing/ # Contribution
└── README.md