Contact : https://github.com/issues/assigned
# Contributing to Adaptive AI
Thank you for your interest in contributing to **Adaptive AI** —
an open-source operating intelligence designed for stability, adaptability, and ethical control.
---
## 🧩 Code Guidelines
- Use **C++23** for core logic; **Lua** or **Rust** for plugin-level extensions.
- Each module should be **independent**, testable, and well-documented.
- Follow existing naming conventions:
- Classes: `PascalCase`
- Functions: `camelCase`
- Variables: `snake_case`
---
## 🔄 Workflow
1. **Fork** the repository.
2. Create a new branch:
```bash
git checkout -b feature/new-adaptive-module
3. Commit changes
git commit -m "Add: Bayesian optimizer for context adaptation"
make test
./adaptive_ai --testFor feature discussions → open an Issue.
For architecture topics → use Discussions tab.
Respect other contributors and maintain professional tone.