Project Summary
project_summaryInspect a compiled Scratch project to verify build details like targets, blocks, costumes, sounds, and assets. Confirm that your build matches intent, such as attached costumes or layer order.
Instructions
Inspect what a project actually compiled to.
Reads the built .sb3 and reports every target with its block and script counts, costumes, sounds, variables and lists, plus the assets embedded and which sprites use them. Use it to verify a build did what you intended -- that a costume really got attached, that layer order is right, that a sound is present and not oversized.
Requires a build; run project_build first. Warns if the source has been
edited since the .sb3 was written.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project to inspect. Defaults to the active project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stale | Yes | ||
| assets | Yes | ||
| sb3_kb | Yes | ||
| project | Yes | ||
| targets | Yes | ||
| sb3_path | Yes | ||
| warnings | Yes | ||
| extensions | Yes | ||
| global_lists | Yes | ||
| total_blocks | Yes | ||
| global_variables | Yes | ||
| turbowarp_only_extensions | Yes |