the signals and their derived score are provisional and subject to change.
validate manually before sharing.
f21794451616b828c5dbc8f529d79cb29aa1fb5anone
.github/copilot-instructions.mdTool: github-copilot###### Style guidelines
* Indent with tabs
* Never use camel case
* For functions, classes, methods, JavaScript\typescript literal objects, and typescript interfaces, use pascal case.
* For variables, class properties or function arguments: if the name is one word: use lowercase, two words: pascal case, more than two: snake case.
* Variables that refer to a function follow functions naming conventions.
* For keys in JavaScript\typescript literal objects, Python dictionaries, or typescript interfaces, use Pnone