docs: global terminology update from kernel/core to harness
This commit is contained in:
@@ -69,7 +69,7 @@ Hooks into the `:heartbeat` sensor.
|
||||
(if (and (eq sensor :heartbeat)
|
||||
(> (- now *last-reflection-time*) *reflection-interval*))
|
||||
(progn
|
||||
(kernel-log "GARDENER - Initiating Latent Reflection...")
|
||||
(harness-log "GARDENER - Initiating Latent Reflection...")
|
||||
(setf *last-reflection-time* now)
|
||||
t)
|
||||
nil)))
|
||||
|
||||
Reference in New Issue
Block a user