fix(chaos): reset and standardize all tangle headers to clean relative paths

This commit is contained in:
2026-04-28 19:08:31 -04:00
parent 4669fcf22a
commit f465dcc59c
11 changed files with 32 additions and 32 deletions

View File

@@ -23,7 +23,7 @@ To maintain sovereignty, the harness must remain a "dumb" bus. It should not kno
** The Installer Script (opencortex.sh)
The shell script is the primary entry point. It handles the initial git clone, dependency installation, and literate tangle.
#+begin_src bash :tangle setup.sh
#+begin_src bash :tangle setup.shsetup.sh
#!/bin/bash
# (The content here is a duplicate of the main opencortex.sh for literate consistency)
# [Note: Implementation is already verified in the top-level script]