|
|
1719f0b6cf
|
fix(tui): Use get-wide-event and map character keys correctly
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 14:54:15 -04:00 |
|
|
|
a60cb5d4bf
|
fix(tui): Redraw status-win conditionally and non-block input-win to prevent cursor flickering
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 14:29:18 -04:00 |
|
|
|
c9332b5668
|
fix(tui): Correct croatoan slot name to function-keys-enabled-p
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 13:27:16 -04:00 |
|
|
|
06361847f8
|
fix(tui): Correct input focus and cursor positioning
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-19 13:18:48 -04:00 |
|
|
|
309b8ee8a7
|
fix(tui): Surgical parenthesis balance repair for TUI client main loop
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-19 13:11:52 -04:00 |
|
|
|
24228e02fe
|
fix(tui): Restore input window cursor focus and rendering
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-19 13:01:49 -04:00 |
|
|
|
29a8af32f7
|
fix(tui): Manually verified parenthesis balance for main loop
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 12:39:57 -04:00 |
|
|
|
c1d5c14412
|
fix(tui): Force screen refresh and initialize input prompt
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-19 12:33:02 -04:00 |
|
|
|
b867c8066f
|
fix(tui): Purge final newline from protocol and disable Lisp debugger for TUI
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 12:18:49 -04:00 |
|
|
|
c2db51ff37
|
fix(package): Correct literal newline in export list
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-19 12:09:38 -04:00 |
|
|
|
3ee193f12f
|
fix(package): Export read-framed-message for TUI client
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 12:03:05 -04:00 |
|
|
|
d99166d41a
|
fix(setup): Restore bash variables accidentally evaluated during refactor
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-19 11:54:38 -04:00 |
|
|
|
eb33106771
|
refactor(setup): Implement strict command router to eliminate fallthrough bugs
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 11:47:44 -04:00 |
|
|
|
6a23c23e89
|
fix(setup): Inject exit 0 to prevent fallback CLI execution
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-19 11:44:42 -04:00 |
|
|
|
3471870ab3
|
fix(tui): Synchronize TUI client with protocol framing and fix input handling
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-17 20:04:49 -04:00 |
|
|
|
7c44e00a5f
|
feat(gateway): Upgrade CLI Gateway to high-integrity framed protocol
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-17 19:49:12 -04:00 |
|
|
|
7430ae24e0
|
feat(protocol): Implement high-integrity framed message reader
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-17 19:48:44 -04:00 |
|
|
|
d90cfd5bfe
|
feat(kernel): Automatically start the protocol server on boot
|
2026-04-17 19:29:41 -04:00 |
|
|
|
f4051f1244
|
fix(tui): Correct window constructor to make-instance 'window
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-17 19:20:34 -04:00 |
|
|
|
a6fabbbc73
|
fix(setup): Harden bash-to-lisp handoff and resolve persistent syntax errors
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
|
2026-04-17 19:10:06 -04:00 |
|
|
|
458351aa93
|
fix(setup): Sync literate setup.org with clean re-write of opencortex.sh
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 23s
|
2026-04-17 19:04:56 -04:00 |
|
|
|
d5089697c3
|
fix(setup): Remove --non-interactive from all SBCL calls to ensure TUI and pre-load work correctly
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 24s
|
2026-04-17 18:55:03 -04:00 |
|
|
|
a3430f3430
|
fix(setup): Definitively squash all multi-line SBCL commands
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 25s
|
2026-04-17 18:54:06 -04:00 |
|
|
|
7969a15815
|
fix(setup): Squash all multi-line SBCL commands into single lines
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 23s
|
2026-04-17 18:53:48 -04:00 |
|
|
|
d07572c821
|
fix(boot): Force absolute SKILLS_DIR export and improve onboarding paths
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 24s
|
2026-04-17 18:45:16 -04:00 |
|
|
|
8f771762bc
|
fix(setup): Correct TUI quickload syntax, robust Quicklisp path, and persistent PATH configuration
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 25s
|
2026-04-17 18:26:32 -04:00 |
|
|
|
c7ebf2fc93
|
fix(boot): Final surgical repair of parenthesis nesting and strings
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 22s
|
2026-04-17 18:17:13 -04:00 |
|
|
|
c225e167b6
|
fix(boot): Final surgical repair of parenthesis nesting and removal of duplicated junk
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 22s
|
2026-04-17 18:06:50 -04:00 |
|
|
|
76c3b68abd
|
fix(mvp): Final syntax fixes, PATH reloading for setup, and eliminated duplicate boot
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 25s
|
2026-04-17 17:55:44 -04:00 |
|
|
|
d4be2fcdc7
|
fix(mvp): Final TUI system definition, syntax fixes, and robust bootstrapper
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 20s
|
2026-04-17 17:49:27 -04:00 |
|
|
|
c889fe1cea
|
fix(setup): Make SCRIPT_DIR symlink-aware and harden bootstrapper logic
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 17s
|
2026-04-17 17:38:37 -04:00 |
|
|
|
88a05e6d73
|
fix(boot): Final syntax fix for initialize-all-skills and improved boot failure messages
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 34s
|
2026-04-17 17:31:49 -04:00 |
|
|
|
6d49e9b04b
|
fix(boot): Point SKILLS_DIR to repo skills/ folder and improve boot failure error messages
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 35s
|
2026-04-17 17:24:49 -04:00 |
|
|
|
c6a6495f7b
|
fix(setup): Remove literal \n that caused bash crash
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 29s
|
2026-04-17 17:17:32 -04:00 |
|
|
|
47a2ff2a2d
|
fix(setup): Export Merkle/Org-Object symbols and perform synchronous pre-load in setup
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 27s
|
2026-04-17 17:12:01 -04:00 |
|
|
|
90c5f7eaf1
|
fix(setup): Verbose error reporting, strict tangling, and full path logging for brain.log
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 28s
|
2026-04-17 17:07:30 -04:00 |
|
|
|
b562b25e9a
|
fix: Robust brain health verification in setup and improved Lisp error logging
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 27s
|
2026-04-17 17:00:53 -04:00 |
|
|
|
a78d9bb405
|
fix: Default Memex Root to /home/user/memex and ensure all PARA directories exist before boot to prevent daemon crash
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 25s
|
2026-04-17 16:50:32 -04:00 |
|
|
|
bcb7acd6fb
|
fix: Install missing system dependencies, add ~/.local/bin to PATH, and clone to ~/.opencortex to prevent autocomplete collision
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 27s
|
2026-04-17 16:39:20 -04:00 |
|
|
|
5deb4eac5b
|
fix(security): Harden Lisp reader against macro injection in reason loop
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 22s
|
2026-04-17 16:30:25 -04:00 |
|
|
|
c9bdf5f070
|
feat: Add OpenRouter API key prompt to interactive setup
|
2026-04-17 16:06:08 -04:00 |
|
|
|
a045c240b6
|
fix: Ensure setup script prompts read from /dev/tty when piped
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 26s
|
2026-04-17 15:59:21 -04:00 |
|
|
|
7228d69dd4
|
chore: Refactor TUI dependencies and improve setup script
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 21s
|
2026-04-17 15:39:21 -04:00 |
|
|
|
cb658d3092
|
feat: Add user and agent name prompts to interactive setup
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 26s
|
2026-04-17 14:12:06 -04:00 |
|
|
|
b15e06a329
|
feat: Implement interactive setup script and unified opencortex tui command
|
2026-04-17 14:08:06 -04:00 |
|
|
|
0debfe5a95
|
refactor: Switch TUI/daemon communication from JSON to Lisp S-Expressions
|
2026-04-17 13:36:54 -04:00 |
|
|
|
47a2cf6478
|
feat: Implement croatoan-based TUI client and structured CLI gateway
|
2026-04-17 13:24:10 -04:00 |
|
|
|
927c7272e1
|
fix: Hardened setup_system with cd to SCRIPT_DIR
|
2026-04-16 18:01:34 -04:00 |
|
|
|
2fc4bef3d6
|
fix: Bulletproof unified script and non-recursive boot loop
|
2026-04-16 17:18:14 -04:00 |
|
|
|
ff366e38ef
|
fix: Robust socat client fallback
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
|
2026-04-16 16:48:23 -04:00 |
|