FIX: Correct all tangle paths and regenerate Lisp sources
This commit is contained in:
@@ -94,18 +94,6 @@ Standard functions that can be overridden by specific skills to provide enhanced
|
||||
"Generic fallback for routing. Overridden by skill-token-accountant."
|
||||
(declare (ignore context))
|
||||
'(:openrouter :gemini))
|
||||
|
||||
(defun org-id-new ()
|
||||
"Generic fallback for ID generation. Overridden by skill-ast-normalization."
|
||||
(format nil "node-~a" (get-universal-time)))
|
||||
|
||||
(defun get-org-timestamp ()
|
||||
"Returns a current Org-mode active timestamp."
|
||||
(multiple-value-bind (sec min hour day month year day-of-week) (decode-universal-time (get-universal-time))
|
||||
(declare (ignore sec))
|
||||
(let ((day-names '("Mon" "Tue" "Wed" "Thu" "Fri" "Sat" "Sun")))
|
||||
(format nil "[~4,'0d-~2,'0d-~2,'0d ~a ~2,'0d:~2,'0d]"
|
||||
year month day (nth day-of-week day-names) hour min))))
|
||||
#+end_src
|
||||
|
||||
** Neural Reasoning (think)
|
||||
|
||||
Reference in New Issue
Block a user