Report build progress and check drift
check_driftIdentify gaps between your implemented components and the design: report what is missing, partially built, or exists in code but not in the design.
Instructions
Tell SkeletIQ which components you have built and get back what is missing, what is only half done, and what exists in the code but not in the design. Declare covers when this repository implements only part of the design. This changes nothing in SkeletIQ — an agent never writes back to a design.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| covers | No | The component ids this repository is responsible for. Omit only when this repo implements the whole design — otherwise everything you leave out is reported as missing. | |
| version | No | The version you built from — the `version=` stamped in the AGENTS.md fence. Defaults to the latest released version. Component ids are only meaningful within one version. | |
| components | Yes | What you built. Report every component in `covers`, including the ones not started. | |
| project_id | Yes | A SkeletIQ project id, or its exact name. | |
| extra_components | No | Things in the code that the design does not contain. | |
| extra_connections | No | Edges in the code the design does not have. Endpoints may be component ids or names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| counts | Yes | ||
| in_sync | Yes | ||
| missing | Yes | ||
| partial | Yes | ||
| version | Yes | ||
| elsewhere | Yes | ||
| unreported | Yes | ||
| is_released | Yes | ||
| resolved_by | Yes | ||
| unknown_ids | Yes | ||
| architecture_id | Yes | ||
| newer_release_exists | Yes |