sui:generate
sui family
Run the vocabulary enrichment workflow for a workspace: extract, validate alignment against the Move modules, then fan out to the cache and task sinks. Returns the consolidated summary, or `{ok:false, stage:'validate', findings}` when alignment fails — a failed validation never fans out. The workspace is walked from the attested caller.
- Effect
- ask
- Awaits an outcome — the call returns the response below.
- Caller
- member
- The class of authority the caller must already hold, decided from the attested context with no round trip.
- Cost
- variable
- What one call costs, so you can budget before acting.
- Reversible
- no
- This cannot be undone. Dry-run it first where the contract allows.
- Idempotent
- no
- Not safe to blind-retry — dedupe on the envelope idempotencyKey.