refactor(skills): absolute XDG paths for tangling

- Updated all 23 skill org files to use absolute path
- Tangle now outputs directly to ~/.local/share/opencortex/skills/
- Removed  env var (org-babel doesn't expand it)
This commit is contained in:
2026-04-30 11:09:46 -04:00
parent dd8bb6e3c8
commit 21c792b019
23 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#+TITLE: SKILL: Config Manager (org-skill-config-manager.org)
#+AUTHOR: Agent
#+FILETAGS: :skill:setup:config:
#+PROPERTY: header-args:lisp :tangle $OC_DATA_DIR/skills/org-skill-config-manager.lisp
#+PROPERTY: header-args:lisp :tangle /home/user/.local/share/opencortex/skills/org-skill-config-manager.lisp
* Overview
The *Config Manager* skill provides the OpenCortex Agent with the capability to manage its own environment variables and provider configurations. It includes an interactive setup wizard for LLM providers, gateways, and system settings.