File size: 669 Bytes
239d4ec
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
# Contributing to Vitalis-FSI

We welcome contributions to the Vitalis-FSI ecosystem. To ensure the framework remains lean, sovereign, and surgically precise:

1. **Keep it lean:** New modules must not introduce external dependencies. We prioritize pure NumPy implementations.
2. **Document everything:** Every new plugin or module must include clear docstrings.
3. **Benchmark impact:** If submitting a new cognitive layer, include a summary of the impact on reasoning benchmarks.
4. **Style:** Follow standard PEP-8 guidelines.
5. **PR Flow:** Create a feature branch, run the benchmark suite (`bash benchmark/run_all.sh`), and submit a Pull Request.

Happy hacking.