804 B
804 B
Flight Plan: Shell Actuator Implementation
Analyst Phase
The Shell Actuator is missing registration, uses the wrong function signature `(action)` instead of `(action context)`, and uses incorrect tangle paths. Additionally, the Chat Agent needs to know how to call the Shell Actuator.
Coder Phase
- Create
inbox/flight-plan-shell-actuator.org(this file). - Update
notes/org-skill-shell-actuator.orgwith correct tangle paths, signature, and registration. - Update
notes/org-skill-chat.orgprompt to include an example of calling the shell. - Tangle, clean build, and restart the daemon.
Tester Phase
- Send a chat message asking the agent to run "date" or "ls".
- Verify the agent executes it and returns the output to Emacs.