- Fixed kernel-to-Emacs communication bridge. - Resolved boot-time crashes in multiple skeletal skills. - Refined Chat skill prompt to eliminate conversational filler. - Updated Emacs UI to automatically clean up status markers. - Synchronized all fixes via Literate Org-mode documents. - Verified physical two-way interaction via simulation.
1.0 KiB
1.0 KiB
Flight Plan: Emacs OACP Outbound Bridge
Analyst Phase
The current org-agent kernel is a "one-way" sensory system. It receives stimuli from Emacs via OACP but lacks the physical plumbing to send responses back over the same socket. To fix this, we must:
- Modify the kernel (literately) to pass the client TCP stream through the cognitive loop.
- Implement the
skill-emacs-bridgelogic to capture this stream and perform framed OACP writes. - Update the
skill-chatto utilize the new bridge.
Coder Phase
- Create
inbox/flight-plan-emacs-bridge.org(this file). - Update
projects/org-agent/docs/README.org(Literate Kernel) with the stream-passing hook. - Update
notes/org-skill-emacs-bridge.orgto implement the OACP outbound writer. - Tangle the updated files.
- Rebuild the daemon binary.
Tester Phase
- Tangle all modified files.
- Restart the daemon.
- Run the
test-chat.lispscript to verify two-way communication. - Verify in Emacs
*org-agent-chat*.