Requirement
Score must be the real computed value with no clamping. Negative scores are meaningful and should be preserved/displayed.
Scope
- Remove score clamping from formula computation.
- Stop applying score bucket labels (
score:*) because buckets no longer carry useful meaning.
- Ensure UI/API/data all expose the unclamped score.
- Keep visual styling sane without changing the numeric score.
DoD
- Tests/build pass.
- Latest Hermes Agent v0.16.0 displays/API exposes a negative score instead of 0.
- Sync no longer emits/depends on
score:* bucket labels.
Requirement
Score must be the real computed value with no clamping. Negative scores are meaningful and should be preserved/displayed.
Scope
score:*) because buckets no longer carry useful meaning.DoD
score:*bucket labels.