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
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
6a6f4479ac
feat(core): Skills consolidation and v0.2.0 TUI integration
...
- NEW: org-skill-utils-lisp (consolidated from org-skill-lisp-utils)
* 3-phase validation: structural, syntactic, semantic
* Sandboxed eval, AST extraction/injection/wrapping
* Format, list-definitions utilities
- NEW: org-skill-utils-org (consolidated from org-skill-emacs-edit)
* Read/update/delete org headlines
* Property management, TODO state handling
* ID-link and internal link support
- DELETE: org-skill-lisp-utils (merged into utils-lisp)
- DELETE: org-skill-emacs-edit (merged into utils-org)
- RENAME: run-all-tests.lisp -> run-tests.lisp
- HARDEN: Skill loader with improved lisp keyword handling
- FIX: Package jailing issues with def-cognitive-tool macro conflicts
- ADD: Setup wizard (opencortex setup) and doctor (opencortex doctor)
- ADD: TUI client with Croatoan for native terminal rendering
- REMOVE: Dynamic loading from opencortex.asd (use :force t instead)
- CLEANUP: Test file consolidation (removed duplicate test suites)
Co-authored-by: Agent <agent@memex>
2026-04-30 10:52:20 -04:00
f3858b0330
fix(skills): reconstruct multiple broken skills to resolve syntax errors
2026-04-28 18:46:40 -04:00
357efbdb59
fix(chaos): finalized absolute tangle paths via concat and INSTALL_DIR
2026-04-28 18:22:49 -04:00
d55384fb65
fix(chaos): use standard getenv for absolute tangle paths
2026-04-28 17:57:57 -04:00
d787981d0d
fix(chaos): force absolute tangle paths via concat to eliminate path resolution ambiguity
2026-04-28 17:57:31 -04:00
b7f6eb68e9
fix(chaos): stabilize tangle paths to absolute targets via concat for reliable bootstrap
2026-04-28 17:56:48 -04:00
fd5513057e
fix(chaos): switch to definitive absolute paths via expand-file-name for reliable tangling
2026-04-28 17:55:58 -04:00
d6a7e83de4
fix(chaos): use robust (or INSTALL_DIR buffer-dir) for tangle paths
2026-04-28 17:55:08 -04:00
635db05d17
fix(chaos): standardize tangle paths to robust (identity (getenv ...))
2026-04-28 17:54:12 -04:00
a5538bf9d8
fix(chaos): standardize tangle paths to uiop:getenv across all org files
2026-04-28 17:51:44 -04:00
80e327dd20
fix(v0.2.0): resolve macro conflicts, sync load order, and fix skill packaging
...
- Standardized def-cognitive-tool to 5-argument signature.
- Consolidated *cognitive-tools* as a hash table in package.lisp.
- Removed skills from opencortex.asd to enforce dynamic Skill Engine loading.
- Added missing (in-package :opencortex) to various skill files.
- Fixed let/let* sequential binding issues in emacs-edit and self-edit.
- Updated opencortex.sh to initialize skills before running doctor.
- Fixed uiop:user-homedir-pathname usage in config-manager.
2026-04-28 10:46:24 -04:00
2e8e79a193
fix(v0.2.0): finalize structural integrity and clean boot
...
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
- Fixed memory.org source blocks to ensure persistence functions are tangled.
- Improved extract-tangle-target to handle complex Elisp expressions.
- Corrected opencortex.sh initialization paths to prevent setup loops.
- Reordered variable definitions in policy and standards skills to eliminate forward-reference warnings.
2026-04-27 18:54:18 -04:00
f940861921
build: dynamically tangle to INSTALL_DIR without copying .org files
...
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
- Updated all 150+ :tangle headers across harness/ and skills/ to use elisp (expand-file-name) to target INSTALL_DIR dynamically.
- Cleaned up environment/ directory depth by moving memory-image.lisp to state/.
- Moved test scripts to tests/ and deleted redundant chat scripts.
2026-04-27 12:51:29 -04:00
664ba8243d
refactor: Flatten directory structure library->harness, library/gen->skills
2026-04-27 08:41:26 -04:00
6c333af7aa
ARCH: Finalize semantic reorganization, skill jailing, and unified CLI
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 4s
2026-04-22 11:38:13 -04:00
91adcc7876
fix(actuator): Clean-room rewrite of shell-actuator skill to purge syntax errors
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-19 15:51:29 -04:00
655fb09e55
fix(skills): Definitive fix for character literal syntax
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:43:26 -04:00
c5bd63e388
fix(skills): Purge backslash corruption and add missing kernel stubs
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:40:44 -04:00
d8236cb2cf
fix(mvp): 100% Green Boot, Llama.cpp backend, and setup refinement
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-17 20:25:01 -04:00
849c078c37
REFAC: Global rename of org-agent to opencortex
2026-04-14 12:10:11 -04:00
da0919149e
REFAC: Shift terminology to Autonomy and harden CLI via socat
2026-04-14 09:37:40 -04:00
19fb888434
ARCH: Finalize Microkernel Decoupling - Move behavioral skills to dynamic user-space
2026-04-13 16:11:09 -04:00
5f86bcd8dc
ALIGN: Rename Protocol to Communication and unify terminology
2026-04-13 14:17:28 -04:00
3f8c37712c
docs: global terminology update from kernel/core to harness
2026-04-12 18:28:11 -04:00
294c1a976e
PSF: Complete 'Thin Harness' refactor and move kernel logic to skills
2026-04-12 16:43:43 -04:00
975a11da79
CHORE: Prepare for Signal Gateway implementation
2026-04-11 15:48:22 -04:00
b2acd9c702
FEAT: Harden Shell Actuator and implement formal safety tests
2026-04-11 15:24:46 -04:00
2facbe1c82
FIX: Correct all tangle paths and regenerate Lisp sources
2026-04-09 20:53:09 -04:00
c522a48e28
feat: seed core standard library skills
2026-04-09 15:18:19 -04:00