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
f56c3e1c61
fix(skills): finalize reconstruction of all core skills to resolve syntax errors
2026-04-28 18:48:21 -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
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
de9da130a1
Consolidate Lisp utilities into core skills
...
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Merge lisp-validator + lisp-repair → org-skill-lisp-utils.org
- Add self-fix skill (from contrib)
- Add engineering standards skill (from contrib)
- Delete old org-skill-lisp-validator.org
This consolidates all Lisp utilities (count-char, deterministic-repair,
neural-repair, structural/syntactic/semantic validation) into one skill.
2026-04-23 07:22:28 -04:00
53eee06225
REFAC: Standardize on Cognitive Cycle and harden harness
2026-04-16 12:00:12 -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
dcd3a31112
ALIGN: Rename Object Store to Memory and enrich literate text
2026-04-13 14:29:15 -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
9fcf45d918
FEAT: Implement 5-Vector Bouncer Matrix and foundational refactor
2026-04-11 16:36:06 -04:00
7eff65505a
CHORE: Prepare for lisp-repair implementation
2026-04-11 14:25:28 -04:00
3b21ae6f6c
REFAC: Consolidate LLM providers into Unified Gateway
2026-04-09 20:25:13 -04:00
c522a48e28
feat: seed core standard library skills
2026-04-09 15:18:19 -04:00