Development¶
For contributors and those interested in Gira's implementation.
📖 Contents¶
- documentation-automation.md - Documentation generation system
- git-hooks.md - Git hooks and workflow automation
- reorganization-plan.md - Documentation structure plan
- features/ - Development features and implementations
- contributing.md - How to contribute (coming soon)
- testing.md - Testing strategy (coming soon)
🤖 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.