Skip to content

Development

For contributors and those interested in Gira's implementation.

📖 Contents

🤖 AI Agent Documentation

AI agent documentation has been moved to its own dedicated section: - See AI Agents for comprehensive AI agent guides

🚀 Getting Started with Development

# Clone the repository
git clone https://github.com/goatbytes/gira.git

# Set up development environment
cd gira
python -m venv venv
source venv/bin/activate
pip install -e ".[dev]"

# Run tests
pytest

📋 Current Status

Gira is in active development with core CLI functionality implemented and comprehensive documentation system in place. See individual development guides for specific areas.