PSF: Retrospective metadata injection complete. Kernel future-proofed with CREATED/EDITED drawer logic.

This commit is contained in:
2026-04-07 14:14:56 -04:00
parent c553ddc20f
commit 314107cf69
104 changed files with 803 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
#+TITLE: Flight Plan: Reactive Reasoning Interface
#+DATE: 2026-04-07
#+FILETAGS: :plan:emacs:ui:reasoning:
* Phase A: Demand (Verify State)
- Current state: `org-agent.el` combines final outputs and internal thoughts into a single `*org-agent-chat*` buffer.
- Goal: Create a dedicated `*org-agent-reasoning*` buffer for internal LLM logs. Add an interrupt hotkey (`C-c C-k`).
* Phase B: Blueprint (Surgical Edits)
- Modify `projects/org-agent/src/org-agent.el` to route `(:log :LOG)` messages to `*org-agent-reasoning*`.
- Add `org-agent-interrupt` command that sends `(:type :EVENT :payload (:sensor :interrupt))` to the kernel.
- Bind `C-c C-k` to `org-agent-interrupt` in the chat buffer.
- Open `*org-agent-reasoning*` as a side-window when `org-agent-chat` is called.
* Phase C: Tester (Automated Proof)
- Test Emacs evaluation using batch mode to verify the syntax of the modified `org-agent.el`.
- Open Emacs and connect to the live kernel to verify message routing.