7065d190ab
passepartout: fix dead test suite (export list, stale duplicates, 14/14 pass)
2026-05-05 09:36:24 -04:00
069276b8ee
agents: require red-proof in TDD cycle
2026-05-05 09:07:42 -04:00
252229593d
passepartout: provider revert
2026-05-04 20:41:48 -04:00
00f7675fb5
passepartout: thread-isolated LLM provider
2026-05-04 19:21:43 -04:00
5b664ea739
passepartout: deepseek-first cascade
2026-05-04 18:46:39 -04:00
595672466e
passepartout: fix style-warnings + roadmap update
2026-05-04 18:34:52 -04:00
36c62625fa
passepartout: LLM timeout fix
2026-05-04 18:21:10 -04:00
724faad29d
passepartout: LLM timeout config
2026-05-04 18:12:23 -04:00
a707f1be71
passepartout: 3-file TUI split
2026-05-04 17:01:21 -04:00
05d4342810
inbox: updated
2026-05-04 16:50:25 -04:00
f6da30f2a8
passepartout: TUI with colors, LLM routing, /eval
2026-05-04 16:42:39 -04:00
eaabac375b
AGENTS: add TUI REPL workflow (/eval + Swank)
2026-05-04 16:06:32 -04:00
8725822179
passepartout: TUI rewrite with REPL + Swank
2026-05-04 16:05:48 -04:00
af56cfe789
passepartout: fix TUI crash
2026-05-04 13:42:44 -04:00
5b75527e31
passepartout: commit TUI fix + backtrace diag
2026-05-04 12:57:17 -04:00
7e65580958
passepartout: fix archivist handler-case
2026-05-04 12:04:57 -04:00
a0005850d1
passepartout: fix pre-existing warnings (LISP-STRUCTURAL-CHECK, T-as-variable, SOME arg)
2026-05-04 11:58:25 -04:00
4a3d04e251
passepartout: exclude gateway-tui from skill loader
2026-05-04 11:49:11 -04:00
24b89a1513
passepartout: fix system-config balance
2026-05-04 11:44:31 -04:00
85202fd4f8
passepartout: setup wizard improvements + remove Ollama
2026-05-04 11:41:01 -04:00
c43412f390
passepartout: fix symlink target
2026-05-04 11:32:05 -04:00
ac052440b7
passepartout: fix deploy paths + TUI protocol
2026-05-04 11:28:46 -04:00
dbf3a81962
passepartout: TUI config panel + onboarding
2026-05-04 11:09:22 -04:00
76a0fd407b
passepartout: Phase 4 onboarding + TUI config panel
2026-05-04 10:36:29 -04:00
a7cd6c9aac
passepartout: TUI config + provider test + slot descriptions
2026-05-04 10:26:54 -04:00
b396cdac60
passepartout: rename/fix/explorer commit
2026-05-04 09:59:12 -04:00
4f34969224
rename: opencortex → passepartout across memex
...
- .gitmodules: update submodule paths (projects/opencortex → projects/passepartout,
projects/opencortex-contrib → projects/passepartout-contrib)
- gtd.org, README.org: update project references and display names
- check.lisp, gemini-vision.org, agora/TODO.org: update file paths
- dotemacs: update agenda paths and template config
- system/plans/: update all flight plan references
- system/backups/: update monolithic backup references
2026-05-03 11:47:52 -04:00
44a1b43cba
release(opencortex): bump submodule to v0.2.0
v0.2.0
2026-05-01 21:51:48 -04:00
cb783530e5
refactor(gtd): move OpenCortex tasks to project-local TODO.org
...
- Slim gtd.org by linking to projects/opencortex/TODO.org
- gtd.org reduced from 1615 to 822 lines (-793)
- OpenCortex tasks now live in projects/opencortex/TODO.org
- Add projects/opencortex/TODO.org to org-agenda-files
Engineering Core and personal tasks remain in gtd.org
2026-05-01 21:46:04 -04:00
0168281c8c
fix(opencortex): update submodule with final TUI and harness stability fixes
2026-05-01 18:16:55 -04:00
bef72ed55f
refactor(opencortex): update submodule to include harness fixes and mandate centralization
2026-05-01 12:43:25 -04:00
a9be1d99b3
feat(opencortex): tmux TUI testing, unified LLM backend, daemon fixes
...
Submodule update includes:
- feat(tui): background reader thread, error handling, TERM guard
- feat(llm): unified OpenAI-compatible backend (Ollama/OpenRouter/OpenAI/Anthropic/Groq/Gemini)
- fix(loop): correct .env loading path (.config/opencortex)
- fix(daemon): restart with updated XDG harness files
- fix(reason): add generate-tool-belt-prompt, policy explanation, deterministic gate
2026-04-30 19:58:02 -04:00
d5b62ee642
feat(tui): add background reader, error handling, connection state
2026-04-30 19:53:02 -04:00
f858b86b64
docs(AGENTS): add utils-lisp mandate for Lisp structural operations
...
- NEW: REPL-first workflow requirement
- NEW: Must use utils-lisp functions for any .lisp work
- NEW: Never use edit tool on .lisp files directly
- NEW: Post-task verification: REPL verified + utils-lisp used
2026-04-30 11:17:45 -04:00
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