tolerance note: +/-1 fuzz on calculations, soft boundaries, no false precision

This commit is contained in:
2026-08-23 05:59:25 -05:00
parent 2d7f8e3a1f
commit 13172f79d6
+7
View File
@@ -329,6 +329,13 @@ If `curiosity.ts` ever appears next to `attention.ts` next to
`creativity.ts`, the thread is lost. One engine — **accumulate, decay,
cross, consolidate** — instantiated by configuration into each aspect.
**Tolerance note:** carry a **±1 tolerance** on essentially any
calculation over these values. The space is [-1, +1] and fuzzy by
nature — no exact-equality checks on floats, no hard cliff-edge
thresholds where a hair's difference flips a decision, no false
precision. Grade boundaries softly. If two readings differ by less
than the noise floor of living, they're the same reading.
### 9.2 Dimensions — uniform signed distances
Every dimension is `{value, at}` in [-1, +1] plus a **driver** (a function