Commit Graph

104 Commits

Author SHA1 Message Date
483aa57aee fix(skills): Correct character literal syntax for comma
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-19 15:41:59 -04:00
c5bd63e388 fix(skills): Purge backslash corruption and add missing kernel stubs
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:40:44 -04:00
59190f4e44 fix(kernel): Declare shared symbols (*VAULT-MEMORY*, COSINE-SIMILARITY) in package
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:39:59 -04:00
dd2f5c83ce fix(tui): Add Keyword Cleaner to ensure reliable protocol matching
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-19 15:36:16 -04:00
e8c66c7e4a fix(protocol): Normalize all keywords to uppercase to resolve TUI routing duplicates
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:31:25 -04:00
455a1a62b2 fix(protocol): Synchronize uppercase keywords for TUI and CLI Gateway
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-19 15:27:33 -04:00
22726047a1 fix(kernel): Allow approved logs and events to pass act-gate without being flagged as blocked
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:23:08 -04:00
8c6a192af1 fix(protocol): Skip leading whitespace in read-framed-message to prevent desync
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 15:19:58 -04:00
1719f0b6cf fix(tui): Use get-wide-event and map character keys correctly
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-19 12:33:02 -04:00
65d230e502 fix(protocol): Whitelist :STATUS message type in schema validator
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 12:26:44 -04:00
b867c8066f fix(tui): Purge final newline from protocol and disable Lisp debugger for TUI
Some checks failed
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
Some checks failed
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
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-19 12:03:05 -04:00
3471870ab3 fix(tui): Synchronize TUI client with protocol framing and fix input handling
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-17 19:20:34 -04:00
c7ebf2fc93 fix(boot): Final surgical repair of parenthesis nesting and strings
Some checks failed
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
Some checks failed
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
Some checks failed
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
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 20s
2026-04-17 17:49:27 -04:00
88a05e6d73 fix(boot): Final syntax fix for initialize-all-skills and improved boot failure messages
Some checks failed
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
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 35s
2026-04-17 17:24:49 -04:00
5deb4eac5b fix(security): Harden Lisp reader against macro injection in reason loop
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 22s
2026-04-17 16:30:25 -04:00
7228d69dd4 chore: Refactor TUI dependencies and improve setup script
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 21s
2026-04-17 15:39:21 -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
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
51ff6b2e61 AUDIT: Hardened harness with mandatory skill verification and literacy audit 2026-04-13 20:40:37 -04:00
898df4b7ff REFAC: Applied literate granularity and configuration externalization to context stage 2026-04-13 17:31:36 -04:00
22e6d3c242 REFAC: Configurable mandatory skills via environment 2026-04-13 17:28:32 -04:00
222a231d40 REFAC: Refactored perceive stage and relocated telemetry 2026-04-13 17:07:01 -04:00
7b56a46500 REFAC: Applied literate granularity and configuration externalization to loop 2026-04-13 16:55:11 -04:00
f26b6ccec7 ARCH: Rename system manifest and decouple all behavioral skills 2026-04-13 16:38:59 -04:00
19fb888434 ARCH: Finalize Microkernel Decoupling - Move behavioral skills to dynamic user-space 2026-04-13 16:11:09 -04:00
34f59a6e43 ARCH: Microkernel Decoupling - Moved State Persistence to user-space dynamic skill 2026-04-13 15:48:14 -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
4ab37ceb24 ARCH: Implement Metabolic Harness (Perceive > Reason > Act) 2026-04-13 09:57:59 -04:00
e241276a3d DOCS: Document the implicit bridge between Policy and Enforcer 2026-04-13 09:17:34 -04:00