promptdojo_

Build a small status summarizer. Write summarize(status) that takes a parsed git status dict and returns a one-line string of the form:

<branch>: <staged> staged, <modified> modified, <untracked> untracked

Where each <n> is the count of items in the matching list.

Then call it on the provided status and print the result.

Expected output:

feature/login: 2 staged, 1 modified, 1 untracked

this step needs the editor

on desktop today; in the app (coming soon). save your spot and we'll bring you back here when you're ready.

open this same url on a laptop to keep going today.