docs: revamp skills.org with verbose literate text and modernized diagrams

This commit is contained in:
2026-04-12 19:24:17 -04:00
parent a59f7c6472
commit f12982f93c
2 changed files with 82 additions and 36 deletions

View File

@@ -196,9 +196,9 @@
(return-from initialize-all-skills nil))
(let ((sorted-files (topological-sort-skills skills-dir)))
;; MANDATE: The Executive Soul must be present
(unless (member "org-skill-agent" sorted-files :key #'pathname-name :test #'string-equal)
(error "BOOT FAILURE: org-skill-agent.org not found in skills directory."))
;; MANDATE: The System Invariants must be present for a safe boot
(unless (member "org-skill-system-invariants" sorted-files :key #'pathname-name :test #'string-equal)
(error "BOOT FAILURE: org-skill-system-invariants.org not found in skills directory."))
(harness-log "==================================================")
(harness-log " LOADER: Initializing ~a skills..." (length sorted-files))