Commit Graph

5 Commits

Author SHA1 Message Date
1eb8a3db92 refactor(skills): use %%SKILLS_DIR%% placeholder for portable tangling
- Updated 22 skill org files to use %%SKILLS_DIR%% placeholder
- Modified opencortex.sh setup to replace placeholder with XDG path
- Modified doctor_repair to handle placeholder replacement
- Removed hardcoded absolute path
2026-04-30 11:14:31 -04:00
dabf52f234 fix(skills): add (in-package :opencortex) to org-skill-repl.org
Required for tangling to work correctly in XDG location
2026-04-30 11:11:39 -04:00
21c792b019 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)
2026-04-30 11:09:46 -04:00
dd8bb6e3c8 refactor(skills): use XDG paths for tangle destinations
- Updated all 22 skill org files to use $OC_DATA_DIR/skills/ paths
- Removed manually created .lisp file (tangling now targets XDG)
- Files will now tangle to ~/.local/share/opencortex/skills/
2026-04-30 11:09:21 -04:00
1080f0b873 feat(skills): add org-skill-repl for persistent Lisp evaluation
- NEW: org-skill-repl skill enables:
  * repl-eval: evaluate code with result+output+error separation
  * repl-inspect: inspect variables and functions
  * repl-list-vars: list all bound symbols in package
  * repl-load-file: load files into image
  * repl-set-package: switch default package
  * repl-help: show available commands

- Supports REPL-first workflow with literate reflection in org
- Priority 200 (after diagnostics, before utils-lisp)
- Follows same pattern as existing skills (in-package, defskill)
2026-04-30 10:54:05 -04:00