docs: global terminology update from kernel/core to harness
This commit is contained in:
@@ -80,11 +80,11 @@ Reads the raw literate source of a specific skill. This is crucial for "System 2
|
||||
#+end_src
|
||||
|
||||
** Kernel Logs (context-get-system-logs)
|
||||
Retrieves the most recent lines from the kernel's internal log.
|
||||
Retrieves the most recent lines from the harness's internal log.
|
||||
|
||||
#+begin_src lisp :tangle ../src/context.lisp
|
||||
(defun context-get-system-logs (&optional (limit 20))
|
||||
"Retrieves the most recent lines from the kernel's internal log."
|
||||
"Retrieves the most recent lines from the harness's internal log."
|
||||
(bt:with-lock-held (*logs-lock*)
|
||||
(let ((count (min limit (length *system-logs*)))) (subseq *system-logs* 0 count))))
|
||||
#+end_src
|
||||
|
||||
Reference in New Issue
Block a user