project_get_change_count
Retrieve a monotonically increasing counter that increments with every project edit. Compare it to a previously saved value to decide whether to re-fetch heavy track or item data, avoiding redundant queries.
Instructions
Cheap check for whether the project has changed since you last looked.
Returns a monotonically increasing counter that bumps on any edit. Compare against a value you saved earlier to decide whether you need to re-fetch heavier data (track_get_all, item_get_all) instead of blindly re-querying every turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||