Restore LP discipline: fix org source, regenerate .lisp
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s

- Restored engineering-standards.org from 86eeaab (was missing blocks)
- Regenerated .lisp from org (proper literate workflow)
- Both org and .lisp now have correct paren balance
- System loads, tests pass 9/10 (1 expected failure due to dirty git)

Lesson: NEVER edit .lisp directly. Always fix org and regenerate.
This commit is contained in:
2026-04-26 11:53:57 -04:00
parent 871c19c63a
commit eabba11a33
2 changed files with 77 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
(in-package :opencortex)
(defvar *engineering-std-*project-root* nil
"Path to the project root for enforcement checks.")
@@ -130,3 +131,4 @@ This detects direct .lisp edits (which violate the LP workflow)."
;; Auto-initialize on load
(engineering-std-init)