fix(setup): copy org skills to deployment dir and fix manifest tangle

This commit is contained in:
2026-04-28 14:07:57 -04:00
parent 9707027a44
commit e16d51e0f8
2 changed files with 4 additions and 44 deletions

View File

@@ -54,6 +54,7 @@ setup_system() {
# Tangle the literate source from SCRIPT_DIR to OC_DATA_DIR (The Engine)
echo -e "${YELLOW}--- Deploying Engine to $OC_DATA_DIR ---${NC}"
cp "$SCRIPT_DIR/opencortex.asd" "$OC_DATA_DIR/"
cp "$SCRIPT_DIR/skills"/*.org "$OC_DATA_DIR/skills/"
cd "$SCRIPT_DIR"
export INSTALL_DIR="$OC_DATA_DIR"