File size: 532 Bytes
d22e889
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Contributing

Contributions are welcome when they preserve the audit contract.

## Before opening a pull request

1. Add or update unit tests.
2. Run:

   ```bash
   PYTHONPATH=src python -m unittest discover -s tests -v
   ```

3. Document the metric's formula, units, intended interpretation and what it
   does not measure.
4. Do not introduce functional or cognitive names without an operational test.
5. Keep the repository limited to its public LLM scope.

Missing metadata must be recorded as `to-confirm`; never infer it.