Restore LP discipline: fix org source, regenerate .lisp
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user