gbrain: sync converted org-mode brain files

This commit is contained in:
Hermes
2026-05-24 03:00:35 +00:00
parent b3d91f2e55
commit 94f1871177
67 changed files with 4307 additions and 152 deletions

View File

@@ -18,10 +18,10 @@ Run on Linux, use C libraries through CFFI, deliver value without replacing the
| Component | Lines | Method | Scale |
|----------+-------+--------+-------|
| Neurosymbolic core (ACL2 + Screamer + LLM bridge) | ~4,500 | Agent-generated Lisp, human-validated | Weeks — dense, well-bounded, proven approach |
| Terminal-based Stoa (editor + REPL + shell) | ~2,000 | CL-charms / cl-tty | Weeks — TUI patterns established |
| Terminal-based [[file:stoa.org][Stoa]] (editor + REPL + shell) | ~2,000 | CL-charms / cl-tty | Weeks — TUI patterns established |
| Gate rule SDK + marketplace | ~1,500 | ACL2 gate packages | Weeks — pure symbolic, well-specified |
| CFFI wrappers (system, GPU, crypto, storage) | ~2,000 | Thin bindings | Days — mechanical translation |
| Verification appliance CLI + Agora namespace | ~1,000 | API surface | Weeks |
| [[file:verification-appliance.org][Verification appliance]] CLI + [[file:agora.org][Agora]] namespace | ~1,000 | API surface | Weeks |
*Total MVP: ~11,000 lines. Timeline: 1-3 months. Human review: ~20 hours.*