Fix duplicate frame-message, tangled files, package.lisp corruption
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s

- Removed duplicate frame-message from communication.org (was in 2 src blocks)
- Fixed communication.org :tangle directive (was wrongly targeting package.lisp)
- Added (in-package :opencortex) to engineering-standards.lisp
- Retangled package.org, communication.org, engineering-standards.org

Tests still not running - investigation in progress.
This commit is contained in:
2026-04-25 20:31:05 -04:00
parent bcfffe15ee
commit 86eeaab66e
6 changed files with 85 additions and 78 deletions

View File

@@ -108,6 +108,8 @@ The engineering standards skill is a HARD BLOCK gate. Violations are rejected, n
** Pre-Task Enforcement (Blocking)
#+begin_src lisp :tangle ../library/gen/org-skill-engineering-standards.lisp
(in-package :opencortex)
(defvar *engineering-std-*project-root* nil
"Path to the project root for enforcement checks.")