ateam_get_progress
What this build has already ACHIEVED — read it FIRST when continuing a run, before any orientation call. Returns the CURRENT status per step (latest entry wins) plus recent history.
Then build only the steps that are ABSENT or not yet verified.
ABSENT IS NOT "NOTHING WAS DONE" — the journal may predate a step, or a run may have died before writing. It is a fast path, not a new source of truth: check before rebuilding something expensive.
Complements ateam_get_lessons, which records what BROKE. This records what WORKS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | History entries to return (default 60). `steps` is always complete. | |
| solution_id | Yes | The solution ID |