Assert you have seen enough of a region to make a claim
assert_coverageVerification gate: call this before claiming a region is empty or a build is finished. Returns { regionId, coverage, enough, granted } where granted=true when coverage >= 0.7 -- the validated threshold at which region claims are reliable. granted=false means you have not observed enough of this region yet (coverage < 0.7); keep exploring before concluding. This is advisory: the server never blocks your action; you decide what to do with the signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | ||
| regionId | Yes | The region id from list_regions. |