Overview¶
This section provides a high-level understanding of Gira.
📖 Contents¶
- architecture.md - Technical architecture and design
- concepts.md - Core concepts (tickets, epics, sprints) (coming soon)
🎯 Key Concepts¶
Git-First Design¶
Gira stores all project data in your Git repository, enabling: - Version control for project management - Distributed collaboration - Integration with existing workflows
AI-Native¶
Designed for both human developers and AI agents: - JSON output for programmatic access - Structured commands for automation - Clear file organization for LLM understanding
Lightweight & Fast¶
- No external database required
- Plain text files for transparency
- Efficient indexing for performance