Task System¶
Documentation In Progress
This page is under development. Check back soon for comprehensive task system documentation.
Overview¶
Ralph's task system provides runtime work tracking through .agent/tasks.jsonl, replacing the legacy scratchpad mechanism.
Task Lifecycle¶
- Created - Task added to the queue
- In Progress - Agent actively working
- Completed - Task finished successfully
- Blocked - Awaiting dependency or input
Configuration¶
CLI Commands¶
ralph task list # Show current tasks
ralph task add "description" # Add new task
ralph task complete <id> # Mark task complete
See Also¶
- Memories & Tasks - Core concepts
- Memory System - Persistent learning
- CLI Reference - Full CLI documentation