v0.1.11gwells2026-06-12

GWells Runtime Lifecycle State

Closed the C14 runtime lifecycle API gap by exposing controller state, quiet debug events, and safer reseed handling.

v0.1.112026-06-12
  • ·GWells controllers now expose getRuntimeState() with running, paused, stopped, and error states
  • ·Optional onDebug events report apply, pause, resume, stop, seed-rerun, cache-rebuild, and runtime-error lifecycle activity
  • ·Runtime errors now stop scheduling future frames instead of repeatedly warning every tick
  • ·Seed-param overrides reset node velocities before rebuilding seeded pair-distance caches
  • ·Public GWells exports now include GWRuntimeState and GWDebugEvent