log-genius 0.1.0

An AI-powered CLI to instantly analyze and explain complex logs.
Documentation
# Contributing to log-genius

> 👋 New here? This guide will help you contribute to `log-genius` step by step.

Thank you for your interest in contributing! 🎉  
Whether it's a bug report, feature suggestion, or pull request — all contributions are welcome.

## Getting Started

1. **Fork** this repository.

2. **Clone** your fork:
```bash
git clone https://github.com/your-username/log-genius.git
cd log-genius
```

3. **Install dependencies** (requires Rust):
```bash
cargo build
```

4. **Run the app locally**:

```bash
cargo run -- error.log
```

---

## Submitting a Pull Request
1. Make sure your changes are clear and documented.
2. Write or update tests if applicable.
3. Open a pull request with a clear title and description.

---

## Communication
For major feature suggestions or architectural questions, feel free to [open a discussion](https://github.com/LunaStev/log-genius/discussions) or create an issue first.