Files
passepartout/docs
Amr Gharbeia a77580c449
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s
fix: correct setf form in perceive gate HITL handler
(setf (getf signal :approved t)) → (setf (getf signal :approved) t)

Caught during system compilation. This is exactly the class of bug that
the REPL-first discipline would have caught instantly.
2026-05-03 13:19:04 -04:00
..