Commit Graph

324 Commits

Author SHA1 Message Date
15e45e57e8 refactor: portable tangling with %%SKILLS_DIR%% placeholder 2026-04-30 11:14:32 -04:00
d68bdb2d2f fix: add in-package to REPL skill org 2026-04-30 11:11:41 -04:00
1886b7ed5d refactor: absolute XDG paths for skill tangling 2026-04-30 11:09:48 -04:00
622b85dd94 refactor: XDG tangle paths for skills
- Skills now tangle to $OC_DATA_DIR/skills/ (XDG)
- Removed manually-created .lisp files from repo
2026-04-30 11:09:23 -04:00
4b04266c16 fix(opencortex): harness compile errors resolved
- FIX: copy-org-object -> deep-copy-org-object (struct conflict)
- FIX: malformed char= syntax in reason.lisp
2026-04-30 10:58:23 -04:00
1adc80bcfb docs(gtd): add REPL skill to v0.2.0 roadmap
- Added org-skill-repl as DONE under INTERACTIVE REFINEMENT
- Enables REPL-first workflow with literate reflection in org
2026-04-30 10:54:18 -04:00
213c9f8c90 feat(skills): add org-skill-repl for persistent Lisp evaluation
Enables agent to:
- Evaluate Lisp code with result/output/error separation
- Inspect variables and functions
- List bound variables in package
- Load files into image
- Supports REPL-first workflow with literate reflection in org
2026-04-30 10:54:08 -04:00
492c84f881 chore(memex): add chat notes and lisp check file 2026-04-30 10:52:48 -04:00
cf5f0d13d0 feat(opencortex): v0.2.0 skills consolidation
- NEW: org-skill-utils-lisp (3-phase validation, sandboxed eval, AST tools)
- NEW: org-skill-utils-org (org headline manipulation, property management)
- DELETE: org-skill-lisp-utils, org-skill-emacs-edit (merged)
- ADD: opencortex setup wizard, opencortex doctor command
- ADD: Native TUI with Croatoan
- HARDEN: Skill loader, package jailing fixes
2026-04-30 10:52:27 -04:00
dfa13d359c docs(gtd): seal v0.2.0 roadmap milestones 2026-04-28 19:51:01 -04:00
42e5c9060e docs(inbox): clear release notes 2026-04-28 19:48:59 -04:00
0121082bc6 feat(chaos): seal v0.2.0 with Tier 2/3 validation and TUI fixes 2026-04-28 19:48:59 -04:00
6f548aa7ac fix: resolve TUI syntax errors and color constants 2026-04-28 14:45:11 -04:00
315ef305e9 chore: complete scorched earth bootstrap and seal v0.2.0-pre fixes 2026-04-28 14:08:25 -04:00
aa70766a4f docs(gtd): mark chaos bugfixes as done and update submodule ref 2026-04-28 14:03:03 -04:00
a842f10b35 chore(opencortex): update submodule to latest fix for v0.2.0 2026-04-28 10:46:31 -04:00
478e5b88bc chore: seal v0.2.0 milestone with updated submodule reference and README 2026-04-27 20:18:04 -04:00
38f1dfec4e feat(xdg): implement xdg-compliant directory structure and diagnostic doctor 2026-04-27 19:51:41 -04:00
bdb4b30012 docs: mark v0.2.0 Autonomous Self-Editing Foundation tasks as DONE
- Exposed Structural AST Editing Tools.
- Implemented Reflection Loops.
- Hardened Actuators (path-traversal and Merkle snapshots).
- Implemented tool permission tiers (ask/allow/deny).
- Validated skill hot-reload capability.
2026-04-27 13:44:50 -04:00
5e68db2464 docs: merge architectural evolution note into roadmap
- Transferred remaining architectural tasks (AST tooling, Reflection Loops, Actuator hardening, Lazy-loading) into the active gtd.org task tree.
- Purged the standalone note as its contents are now fully tracked in the project roadmap.
2026-04-27 13:39:02 -04:00
d1b1e1c4bb docs: shift vector search to v0.3.0 and make provider-agnostic
- Moved vector search out of v0.2.0 (blocking the TUI release).
- Re-architected as 'Asynchronous Embedding Gateway' in v0.3.0.
- Supports Ollama, llama.cpp, and OpenAI based on .env configuration.
- Operates via a background worker thread to prevent Merkle GC churn during active text editing.
2026-04-27 13:36:52 -04:00
6a90e43067 docs: sync gtd.org roadmap with new v0.3.0-v1.0.0 version scheme
- Renamed v0.3.0 to include HITL
- Renamed v0.4.0 to include Git Workflows
- Shifted Creator + Architect to v0.6.0
- Inserted new v0.5.0 (Interactive Actuation)
- Inserted new v0.7.0 (Visual Grounding) and v0.8.0 (Evaluation Harness) before v1.0.0 SOTA Parity.
2026-04-27 13:22:55 -04:00
4317eff40e docs: Add self-enforcement checklist to AGENTS.md
- Before task gate (git clean, skill query, GTD read)
- During task LP rules (org-only, one function per block, prose)
- After task validation (tests pass, chaos tier 1, no artifacts)
- References to authoritative skill org files

This makes the mandate enforceable, not just documentation.
2026-04-25 19:33:25 -04:00
cc6c552d5a refactor: Move Emacs config from system/ to projects/dotemacs/
- Delete deprecated system/ configuration files
- Update projects/dotemacs/modules/ with reorganized config
- Add .opencode/ directory for agent state
- Clean up attachments and unused documentation files
2026-04-25 18:41:20 -04:00
43c225a4b5 Update gtd.org: mark org-skill-emacs-edit DONE
- Added org-skill-emacs-edit (pure Lisp, no Emacs subprocess)
- Marked lisp-repair as DONE (now in org-skill-lisp-utils)
2026-04-23 07:35:55 -04:00
e87ae0c517 Update gtd.org: mark core skills consolidation DONE
- Merged lisp-validator + lisp-repair → org-skill-lisp-utils.org
- Added lisp utilities: count-char, deterministic-repair, neural-repair
- Moved skills from contrib to core
2026-04-23 07:22:43 -04:00
08803640a4 docs: Document ASDF fix and engineering methodology additions
- Added 4 cognitive tools: reload-skill, read-file, write-file, replace-string
- Fixed ASDF compilation bug with explicit dependencies
- Added test-first methodology rules to engineering standards
2026-04-23 06:48:22 -04:00
5f48f07b77 chore: Sync submodule for definitive v0.1.0 release 2026-04-19 20:51:49 -04:00
c5c524d335 chore: Final sync for stable conductor bridge 2026-04-19 20:41:26 -04:00
b11b028245 chore: Sync submodule for definitive gateway fix 2026-04-19 20:36:45 -04:00
ced260dd0f chore: Sync submodule for definitive protocol fix 2026-04-19 20:34:27 -04:00
1a87c72f7d chore: Sync submodule for Sexp restoration 2026-04-19 20:31:06 -04:00
284de44dcd chore: Sync submodule for JSON protocol 2026-04-19 20:23:27 -04:00
fd6c621eeb chore: Sync submodule for final protocol hardening 2026-04-19 20:16:22 -04:00
34af90e7e5 chore: Sync submodule for definitive proto-get fix 2026-04-19 20:10:14 -04:00
1f736aabe5 chore: Sync submodule for dependency fix 2026-04-19 20:06:48 -04:00
609b2fcac3 chore: Sync submodule for protocol security fix 2026-04-19 20:03:20 -04:00
f48f38400d chore: Sync submodule for chat protocol fix 2026-04-19 19:59:27 -04:00
e49b68287b chore: Sync submodule for protocol debugging 2026-04-19 19:56:31 -04:00
de23523200 chore: Sync submodule for validator hardening 2026-04-19 19:47:22 -04:00
dde4796d23 chore: Sync submodule for validator fix 2026-04-19 19:44:26 -04:00
7f0d195017 chore: Sync submodule for gateway syntax fix 2026-04-19 19:36:56 -04:00
e98a68f32c chore: Sync submodule for definitive v0.1.0 conductor fix 2026-04-19 19:32:32 -04:00
7815717346 chore: Sync submodule for boot lock 2026-04-19 19:19:57 -04:00
61191ac03e chore: Sync submodule for UI test improvement 2026-04-19 19:17:07 -04:00
1866695eca chore: Sync submodule for SBCL fix 2026-04-19 19:14:08 -04:00
05c2730c61 chore: Sync submodule for quoting fix 2026-04-19 19:11:25 -04:00
a97a3d1ba9 chore: Sync submodule for serial boot fix 2026-04-19 19:09:19 -04:00
41598c3542 chore: Sync submodule for race fix 2026-04-19 19:04:57 -04:00
5d3ab60adf chore: Sync submodule for boot race fix 2026-04-19 19:00:58 -04:00