a27a3d02b0
fix: pre-commit hook — handle non-lisp org files (no :tangle header)
...
Deploy (Gitea) / deploy (push) Failing after 2s
The set -euo pipefail combined with grep returning non-zero on files
without a :tangle header (like ROADMAP.org) caused the hook to abort
silently, preventing commits. Added || true to the grep pipeline.
2026-05-03 15:57:39 -04:00
c2d3abe265
feat: pre-commit hook — compile-checks all defuns in staged org files
Deploy (Gitea) / deploy (push) Failing after 2s
2026-05-03 14:27:09 -04:00
41de20d3f1
v0.2.1: polish, deploy, CI, and literate refactor
...
Deploy (Gitea) / deploy (push) Failing after 11s
- Secret Exposure Gate + Privacy Filter (Bouncer)
- Shell actuator safety harness (timeout, blocked patterns)
- REPL-first enforcement (lisp validation gate, system-prompt-augment)
- Engineering Standards lifecycle (two-track Org-first + REPL-first)
- Literate Programming discipline (one function per block, reflect-back)
- AGENTS.md: thin routing layer, skills are authoritative
- SKILLS_DIR removed, ~/notes fallback eliminated
- opencortex.sh: multi-distro (Debian+Fedora), configure, install service, backup, restore, help
- infrastructure/opencortex.service (systemd user unit)
- Docker: updated to debian:trixie, fixed build context
- GitHub CI: lint + test workflows fixed, trigger on tags only
- Gitea CI: deploy workflow paths fixed
- README: one-line curl install, badges
- USER_MANUAL: Deployment section (bare metal, Docker, backup)
- .gitignore: skills/*.lisp and tests/*.lisp as generated artifacts
- Prose/block refactor across all 35 org files
- Test suite Tier 1: 43/45 pass (env-dependent failures isolated)
2026-05-02 17:04:33 -04:00
9191aecab2
fix(tui): resolve crash by removing --non-interactive and adding defensive rendering
2026-05-01 18:16:55 -04:00
48520ec517
refactor(harness): centralize mandates, fix TUI reader structure, and enhance memory/perceive
2026-05-01 12:43:25 -04:00
6abc306c7f
build: purge obsolete rca docs and redundant installer scripts
...
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Deleted docs/rca/ as they were early v0.1.0 development artifacts.
- Deleted minimal.asd.
- Deleted scripts/onboard-baremetal.sh (subsumed by opencortex.sh).
- Moved scripts/browser-bridge.py to skills/assets/ for upcoming Web Research skill.
- Removed scripts/ directory.
2026-04-27 13:10:56 -04:00
f940861921
build: dynamically tangle to INSTALL_DIR without copying .org files
...
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
- Updated all 150+ :tangle headers across harness/ and skills/ to use elisp (expand-file-name) to target INSTALL_DIR dynamically.
- Cleaned up environment/ directory depth by moving memory-image.lisp to state/.
- Moved test scripts to tests/ and deleted redundant chat scripts.
2026-04-27 12:51:29 -04:00
c70f182888
FEAT: Stabilize Unified Envelope Architecture & TUI UX
...
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
- Fixed background boot crash via --non-interactive flag.
- Implemented robust protocol sanitization (stripped raw streams).
- Refined TUI formatting to display human-readable tool results.
- Fixed opencortex.sh variable shadowing and connection logic.
- Resolved :target field schema validation errors.
2026-04-20 18:19:54 -04:00
9a441226a2
fix(gateway): Definitive repair of handler-case syntax
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-19 19:32:31 -04:00
51b6651b03
fix: Absolute path for ASDF registry in script
2026-04-16 16:28:34 -04:00
5226c246e5
fix: Final robust env loader fix
2026-04-16 16:02:10 -04:00
90ddcdff43
fix: Robust .env loader in entrypoint
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 4s
2026-04-16 15:38:16 -04:00
7923195a16
feat: Automatically install opencortex command to ~/.local/bin
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-16 14:46:37 -04:00
a917cb5a36
REFAC: Sync literate setup with bulletproof installer logic
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-16 14:29:15 -04:00
fbb11a039f
chore: Final bulletproofing of installer
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-16 14:24:15 -04:00
0272ed3f61
fix: Remove exec from bootstrapper and robustify tangle loop
2026-04-16 14:22:45 -04:00
bdce5a11ee
chore: Installer debug mode and non-interactive defaults
2026-04-16 14:18:46 -04:00
8d83b2e722
feat: Transparent tangling and high-visibility completion in installer
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-16 13:17:49 -04:00
c791d0923c
feat: Auto-Pilot installer with non-blocking prompts
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-16 12:53:02 -04:00
6471075cc5
feat: Robust interactive prompts and error handling in installer
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-16 12:48:36 -04:00
79977abdf7
fix: Prevent installer from crashing on Emacs warnings and verify tangle
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-16 12:45:46 -04:00
118a0696fe
fix: Use /dev/tty for interactive prompts in installer
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
2026-04-16 12:43:14 -04:00
d89c69f9f6
feat: Add automated dependency installation and tangling to installer
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
2026-04-16 12:38:52 -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
fb7e658419
FEAT: Unified entrypoint org-agent.sh for onboarding and chat
2026-04-13 20:20:39 -04:00
a9107475e8
FEAT: Implemented CLI Gateway skill and interactive chat client
2026-04-13 20:15:30 -04:00
f1e3f92b08
REFAC: Consolidated onboarding into setup.org and added one-liner installer
2026-04-13 20:04:52 -04:00
397fcc5e8c
FEAT: Implement Playwright-Python Bridge for high-fidelity browsing
2026-04-11 16:58:23 -04:00
b5f8e2b760
feat: align onboarding with provider-specific API keys
2026-04-09 15:38:42 -04:00
3860424fc2
feat: refactor onboarding to respect .env and SKILLS_DIR
2026-04-09 15:23:52 -04:00
9fe52458aa
feat: implement hybrid skill seeding in onboarding script
2026-04-09 15:21:24 -04:00
2f20cbdc22
feat(kernel): upgrade neurosymbolic kernel to Order 2 (recursive self-maintenance, SOTA upgrades)
2026-03-31 20:28:01 -04:00