Commit Graph

  • b867c8066f fix(tui): Purge final newline from protocol and disable Lisp debugger for TUI Amr Gharbeia 2026-04-19 12:18:49 -04:00
  • c2db51ff37 fix(package): Correct literal newline in export list Amr Gharbeia 2026-04-19 12:09:38 -04:00
  • 3ee193f12f fix(package): Export read-framed-message for TUI client Amr Gharbeia 2026-04-19 12:03:05 -04:00
  • d99166d41a fix(setup): Restore bash variables accidentally evaluated during refactor Amr Gharbeia 2026-04-19 11:54:38 -04:00
  • eb33106771 refactor(setup): Implement strict command router to eliminate fallthrough bugs Amr Gharbeia 2026-04-19 11:47:44 -04:00
  • 6a23c23e89 fix(setup): Inject exit 0 to prevent fallback CLI execution Amr Gharbeia 2026-04-19 11:44:42 -04:00
  • 1bb2d92f3f fix(setup): Definitively halt script after setup success to prevent CLI fallthrough Amr Gharbeia 2026-04-19 11:42:22 -04:00
  • 559d4bd6de fix(setup): Correctly exit after setup success to prevent protocol fallthrough Amr Gharbeia 2026-04-19 11:37:23 -04:00
  • af55fa525e fix(mvp): Resolve protocol desync, TUI scoping, and installer fallthrough Amr Gharbeia 2026-04-19 11:32:06 -04:00
  • d8236cb2cf fix(mvp): 100% Green Boot, Llama.cpp backend, and setup refinement Amr Gharbeia 2026-04-17 20:25:01 -04:00
  • 3471870ab3 fix(tui): Synchronize TUI client with protocol framing and fix input handling Amr Gharbeia 2026-04-17 20:04:49 -04:00
  • da38bea182 fix(mvp): Resolve installer fallthrough and TUI connection hang Amr Gharbeia 2026-04-17 19:57:45 -04:00
  • 7c44e00a5f feat(gateway): Upgrade CLI Gateway to high-integrity framed protocol Amr Gharbeia 2026-04-17 19:49:12 -04:00
  • 7430ae24e0 feat(protocol): Implement high-integrity framed message reader Amr Gharbeia 2026-04-17 19:48:44 -04:00
  • d90cfd5bfe feat(kernel): Automatically start the protocol server on boot Amr Gharbeia 2026-04-17 19:29:41 -04:00
  • f4051f1244 fix(tui): Correct window constructor to make-instance 'window Amr Gharbeia 2026-04-17 19:20:34 -04:00
  • a6fabbbc73 fix(setup): Harden bash-to-lisp handoff and resolve persistent syntax errors Amr Gharbeia 2026-04-17 19:10:06 -04:00
  • 458351aa93 fix(setup): Sync literate setup.org with clean re-write of opencortex.sh Amr Gharbeia 2026-04-17 19:04:56 -04:00
  • 07f1a746ce fix(setup): Definitively resolve bash syntax errors with clean re-write Amr Gharbeia 2026-04-17 19:04:03 -04:00
  • 6f9ec7f45c fix(setup): Restore missing newline after squashed SBCL command Amr Gharbeia 2026-04-17 18:55:31 -04:00
  • d5089697c3 fix(setup): Remove --non-interactive from all SBCL calls to ensure TUI and pre-load work correctly Amr Gharbeia 2026-04-17 18:55:03 -04:00
  • a3430f3430 fix(setup): Definitively squash all multi-line SBCL commands Amr Gharbeia 2026-04-17 18:54:06 -04:00
  • 7969a15815 fix(setup): Squash all multi-line SBCL commands into single lines Amr Gharbeia 2026-04-17 18:53:48 -04:00
  • 53591e8909 fix(setup): Squash multi-line SBCL command into single line to avoid bash syntax errors Amr Gharbeia 2026-04-17 18:53:08 -04:00
  • 47a5985287 fix(setup): Purge trailing whitespace breaking line continuation Amr Gharbeia 2026-04-17 18:51:09 -04:00
  • d07572c821 fix(boot): Force absolute SKILLS_DIR export and improve onboarding paths Amr Gharbeia 2026-04-17 18:45:16 -04:00
  • f1d231841f fix(setup): Remove invisible trailing spaces that broke bash line continuation Amr Gharbeia 2026-04-17 18:38:34 -04:00
  • 63751e7752 fix(setup): Global .env loading, enable interactive SBCL for TUI, and simplified PATH instructions Amr Gharbeia 2026-04-17 18:32:30 -04:00
  • 8f771762bc fix(setup): Correct TUI quickload syntax, robust Quicklisp path, and persistent PATH configuration Amr Gharbeia 2026-04-17 18:26:32 -04:00
  • c7ebf2fc93 fix(boot): Final surgical repair of parenthesis nesting and strings Amr Gharbeia 2026-04-17 18:17:13 -04:00
  • c225e167b6 fix(boot): Final surgical repair of parenthesis nesting and removal of duplicated junk Amr Gharbeia 2026-04-17 18:06:50 -04:00
  • 06cdb4f269 fix(mvp): Final syntax fixes, TUI system definition, and robust bootstrapper Amr Gharbeia 2026-04-17 17:57:19 -04:00
  • 76c3b68abd fix(mvp): Final syntax fixes, PATH reloading for setup, and eliminated duplicate boot Amr Gharbeia 2026-04-17 17:55:44 -04:00
  • d4be2fcdc7 fix(mvp): Final TUI system definition, syntax fixes, and robust bootstrapper Amr Gharbeia 2026-04-17 17:49:27 -04:00
  • c889fe1cea fix(setup): Make SCRIPT_DIR symlink-aware and harden bootstrapper logic Amr Gharbeia 2026-04-17 17:38:37 -04:00
  • 88a05e6d73 fix(boot): Final syntax fix for initialize-all-skills and improved boot failure messages Amr Gharbeia 2026-04-17 17:31:49 -04:00
  • 6d49e9b04b fix(boot): Point SKILLS_DIR to repo skills/ folder and improve boot failure error messages Amr Gharbeia 2026-04-17 17:24:49 -04:00
  • c6a6495f7b fix(setup): Remove literal \n that caused bash crash Amr Gharbeia 2026-04-17 17:17:32 -04:00
  • 47a2ff2a2d fix(setup): Export Merkle/Org-Object symbols and perform synchronous pre-load in setup Amr Gharbeia 2026-04-17 17:12:01 -04:00
  • 90c5f7eaf1 fix(setup): Verbose error reporting, strict tangling, and full path logging for brain.log Amr Gharbeia 2026-04-17 17:07:30 -04:00
  • b562b25e9a fix: Robust brain health verification in setup and improved Lisp error logging Amr Gharbeia 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 Amr Gharbeia 2026-04-17 16:50:32 -04:00
  • ca28165d50 chore: Remove stray opencortex-tui binary and test_input.txt, add to .gitignore Amr Gharbeia 2026-04-17 16:41:31 -04:00
  • bcb7acd6fb fix: Install missing system dependencies, add ~/.local/bin to PATH, and clone to ~/.opencortex to prevent autocomplete collision Amr Gharbeia 2026-04-17 16:39:20 -04:00
  • 5deb4eac5b fix(security): Harden Lisp reader against macro injection in reason loop Amr Gharbeia 2026-04-17 16:30:25 -04:00
  • c9bdf5f070 feat: Add OpenRouter API key prompt to interactive setup Amr Gharbeia 2026-04-17 16:06:08 -04:00
  • a045c240b6 fix: Ensure setup script prompts read from /dev/tty when piped Amr Gharbeia 2026-04-17 15:59:21 -04:00
  • 7228d69dd4 chore: Refactor TUI dependencies and improve setup script Amr Gharbeia 2026-04-17 15:39:21 -04:00
  • cb658d3092 feat: Add user and agent name prompts to interactive setup Amr Gharbeia 2026-04-17 14:12:06 -04:00
  • b15e06a329 feat: Implement interactive setup script and unified opencortex tui command Amr Gharbeia 2026-04-17 14:08:06 -04:00
  • b143820cb7 docs: Update test plan with interactive setup and tui command Amr Gharbeia 2026-04-17 14:05:20 -04:00
  • afe1ad6ed4 docs: Append User-Centric Test Plan to MVP Spec Amr Gharbeia 2026-04-17 13:57:43 -04:00
  • c20d04d18a docs: Transition to AGPLv3 and introduce broad CLA Amr Gharbeia 2026-04-17 13:41:42 -04:00
  • 0debfe5a95 refactor: Switch TUI/daemon communication from JSON to Lisp S-Expressions Amr Gharbeia 2026-04-17 13:36:54 -04:00
  • 47a2cf6478 feat: Implement croatoan-based TUI client and structured CLI gateway Amr Gharbeia 2026-04-17 13:24:10 -04:00
  • 4612c46f0d docs: Add MVP specification in org-mode Amr Gharbeia 2026-04-17 12:55:03 -04:00
  • 927c7272e1 fix: Hardened setup_system with cd to SCRIPT_DIR Amr Gharbeia 2026-04-16 18:01:34 -04:00
  • 2fc4bef3d6 fix: Bulletproof unified script and non-recursive boot loop Amr Gharbeia 2026-04-16 17:18:14 -04:00
  • ff366e38ef fix: Robust socat client fallback Amr Gharbeia 2026-04-16 16:48:23 -04:00
  • 6275d5e1dc REFAC: Merge installer and entrypoint into unified single-file architecture Amr Gharbeia 2026-04-16 16:45:49 -04:00
  • 51b6651b03 fix: Absolute path for ASDF registry in script Amr Gharbeia 2026-04-16 16:28:34 -04:00
  • 36d1e0e842 feat: Add --boot flag and auto-start logic to entrypoint Amr Gharbeia 2026-04-16 16:07:02 -04:00
  • 5226c246e5 fix: Final robust env loader fix Amr Gharbeia 2026-04-16 16:02:10 -04:00
  • 90ddcdff43 fix: Robust .env loader in entrypoint Amr Gharbeia 2026-04-16 15:38:16 -04:00
  • 8ca8faf1de fix: Robust .env export loop in script Amr Gharbeia 2026-04-16 15:33:00 -04:00
  • 08b5ecbd91 fix: Properly export all .env variables before boot Amr Gharbeia 2026-04-16 15:31:11 -04:00
  • 9c37fda9b5 fix: Ensure SKILLS_DIR is exported before boot Amr Gharbeia 2026-04-16 15:29:01 -04:00
  • 23028a3082 fix: Add ASDF registry path to startup logic Amr Gharbeia 2026-04-16 15:24:29 -04:00
  • 7923195a16 feat: Automatically install opencortex command to ~/.local/bin Amr Gharbeia 2026-04-16 14:46:37 -04:00
  • a917cb5a36 REFAC: Sync literate setup with bulletproof installer logic Amr Gharbeia 2026-04-16 14:29:15 -04:00
  • fbb11a039f chore: Final bulletproofing of installer Amr Gharbeia 2026-04-16 14:24:15 -04:00
  • 0272ed3f61 fix: Remove exec from bootstrapper and robustify tangle loop Amr Gharbeia 2026-04-16 14:22:45 -04:00
  • bdce5a11ee chore: Installer debug mode and non-interactive defaults Amr Gharbeia 2026-04-16 14:18:46 -04:00
  • 8d83b2e722 feat: Transparent tangling and high-visibility completion in installer Amr Gharbeia 2026-04-16 13:17:49 -04:00
  • c791d0923c feat: Auto-Pilot installer with non-blocking prompts Amr Gharbeia 2026-04-16 12:53:02 -04:00
  • 6471075cc5 feat: Robust interactive prompts and error handling in installer Amr Gharbeia 2026-04-16 12:48:36 -04:00
  • 79977abdf7 fix: Prevent installer from crashing on Emacs warnings and verify tangle Amr Gharbeia 2026-04-16 12:45:46 -04:00
  • 118a0696fe fix: Use /dev/tty for interactive prompts in installer Amr Gharbeia 2026-04-16 12:43:14 -04:00
  • 3f88830bac feat: Make bootstrapper resilient to existing directories Amr Gharbeia 2026-04-16 12:40:44 -04:00
  • d89c69f9f6 feat: Add automated dependency installation and tangling to installer Amr Gharbeia 2026-04-16 12:38:52 -04:00
  • 3dc8cc3934 fix: Update bootstrap port to 3001 Amr Gharbeia 2026-04-16 12:35:05 -04:00
  • 8f9a1e83ed feat: Add Zero-to-One bootstrap mode to opencortex.sh Amr Gharbeia 2026-04-16 12:25:00 -04:00
  • 53eee06225 REFAC: Standardize on Cognitive Cycle and harden harness Amr Gharbeia 2026-04-16 12:00:12 -04:00
  • 2d4a6d1586 REFAC: Shift terminology from Cognitive Loop to Cognitive Cycle Amr Gharbeia 2026-04-14 15:58:58 -04:00
  • 849c078c37 REFAC: Global rename of org-agent to opencortex Amr Gharbeia 2026-04-14 12:10:11 -04:00
  • b58b780a44 BRAND: Rename to OpenCortex and prune roadmap to v3.0.0 Amr Gharbeia 2026-04-14 11:51:17 -04:00
  • ba33ec8ecd LEGAL: Shift to AGPLv3 and implement CLA Amr Gharbeia 2026-04-14 10:17:24 -04:00
  • da0919149e REFAC: Shift terminology to Autonomy and harden CLI via socat Amr Gharbeia 2026-04-14 09:37:40 -04:00
  • b1656d0835 REFAC: Added emacs-nox to Dockerfile and updated GTD mandate in standards Amr Gharbeia 2026-04-13 21:20:56 -04:00
  • 9c2d453656 DOCS: Drafted v0.1.0 Launch & Marketing Plan Amr Gharbeia 2026-04-13 21:10:55 -04:00
  • a5b99b1487 RELEASE: v0.1.0 - The Sovereign Foundation Amr Gharbeia 2026-04-13 21:06:18 -04:00
  • 25600cd70e FIX: Scribe now appends to existing notes and uses version-based filtering Amr Gharbeia 2026-04-13 20:56:11 -04:00
  • 02e78cbbf7 FEAT: Implemented Scribe and Gardener background skills Amr Gharbeia 2026-04-13 20:44:18 -04:00
  • 51ff6b2e61 AUDIT: Hardened harness with mandatory skill verification and literacy audit Amr Gharbeia 2026-04-13 20:40:37 -04:00
  • fb7e658419 FEAT: Unified entrypoint org-agent.sh for onboarding and chat Amr Gharbeia 2026-04-13 20:20:39 -04:00
  • a9107475e8 FEAT: Implemented CLI Gateway skill and interactive chat client Amr Gharbeia 2026-04-13 20:15:30 -04:00
  • f1e3f92b08 REFAC: Consolidated onboarding into setup.org and added one-liner installer Amr Gharbeia 2026-04-13 20:04:52 -04:00
  • 898df4b7ff REFAC: Applied literate granularity and configuration externalization to context stage Amr Gharbeia 2026-04-13 17:31:36 -04:00
  • 22e6d3c242 REFAC: Configurable mandatory skills via environment Amr Gharbeia 2026-04-13 17:28:32 -04:00
  • 222a231d40 REFAC: Refactored perceive stage and relocated telemetry Amr Gharbeia 2026-04-13 17:07:01 -04:00