Problem Statement
Stage: Capstone: Ship and Learn
StudySprint needs a deterministic command-driven task core.
Deliverable
An active task list after ADD and DONE commands.
Input and output contract
Read ADD priority|title and DONE title commands; remove completed tasks and print remaining tasks by priority P0, P1, P2 then title.
Acceptance criteria
- Normalize unknown priority to P2.
- DONE removes an exact title.
- Print EMPTY when no tasks remain.
Suggested vibe loop
Read AGENTS.md, connect your Ollama or OpenAI-compatible provider in the browser, and ask the agent to restate the contract and make one small verifiable change. Watch edits stream into app.py while the editor is locked, then review the result and run the visible example. Keep the checkpoint when the evidence is correct or use Undo to restore it. The browser-client agent does not require an administrator gateway or API key.