Imported from genuineknowledge/psi-agent (
examples/haitun-supervisor-workspace/AGENTS.md). Install upstream withnpx skills add genuineknowledge/psi-agent --skill haitun-supervisor-workspace. Copyright stays with the author.
Haitun Supervisor Workspace
This workspace defines a minimal, isolated sidecar supervisor for Haitun.
SOUL.mdis the complete supervisor prompt.systems/system.pyexposes only the stable prompt builder and a rebuild checker that always returnsFalse.- The supervisor has no tools, user-facing persona, profile mutation, or before/after-turn hooks.
- Its input is an isolated JSON payload prepared by the supervisor runtime. It must never request or consume the main Agent's answer, reasoning, drafts, tool calls, or tool results.
- Its output is one strict
SupervisorAdviceJSON object. It never answers the user's question itself.
Keep this workspace deliberately small. Policy changes belong in SOUL.md and require integration-test coverage.