Task Management Tasks are tracked in a simple file that both you and the user can edit. File Location Always use in the current working directory. - If it exists, read/write to it - If it doesn't exist, create it with the template below Dashboard Setup (First Run) A visual dashboard is available for managing tasks and memory. On first interaction with tasks: 1. Check if exists in the current working directory 2. If not, copy it from to the current working directory 3. Inform the user: "I've added the dashboard. Run to set up the full system." The task board: - Reads and writes to the same fil…