Fully deprecate and remove Omni/Jr.hs. This was the original agent CLI but is now superseded by:
task command for task management1. Omni/Jr.hs - Main CLI module 2. Omni/Jr/ directory - Supporting modules (Web.hs, etc.)
jr task → taskAlready exists, no migration needed.
jr web → task webCreate a separate task (t-311) to add web UI to task command.
jr work → RemoveDead code, not used. Telegram bot is the agent interface.
jr prompt → RemoveDebug command, not needed.
jr review → RemoveNot used in current workflow.
jr loop → RemoveNot used in current workflow.
jr facts → EvaluateCheck if Omni/Fact.hs is still used. If so, add CLI to task command. If not, remove.
1. Check for any imports of Omni.Jr in the codebase
2. Check if jr binary is referenced in scripts/configs
3. Remove Omni/Jr.hs
4. Remove Omni/Jr/ directory
5. Update any documentation referencing jr command
jr command