Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.5 KB

File metadata and controls

65 lines (47 loc) · 2.5 KB

Kairo Documentation

Documentation for Kairo - Go CLI wrapper for Claude/Qwen Code with X25519 encryption.

Quick Links

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

Guides

For Users

  • User Guide - Installation, setup, and command reference

For Developers

Architecture

Reference

Operations

Contributing

Documentation Structure

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