the signals and their derived score are provisional and subject to change.
validate manually before sharing.
832913b5dcd1ce7662c737eeda7c96d23de474b2none
AGENTS.mdTool: agents-md# AGENTS
These rules apply to all code and documentation in this repository.
## Behavior and API stability
- Preserve all existing behavior and functionality.
- Do not change public APIs, exported names, function signatures, data formats, or externally observable behavior.
- Do not implement backward compatibility.
## Code quality
- Remove unnecessary complexity, duplication, dead code, redundant logic, and misleading or poor naming.
- Improve naming where it makes the code clearer, but donone