Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.07 KB

File metadata and controls

44 lines (33 loc) · 1.07 KB

Nguyễn Đức Trí – Founder & System Architect

🧬 CONTRIBUTING.md

# 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"

testing

make test
./adaptive_ai --test

💬 Communication

For feature discussions → open an Issue.

For architecture topics → use Discussions tab.

Respect other contributors and maintain professional tone.