---
url: >-
  https://adk.nht.io/api/batteries/orchestration/cells/lua/type-aliases/LuaCellGuarantee.md
description: >-
  The enforcement guarantee a cell instance is actually delivering, probed at
  construction.
---

# Type Alias: LuaCellGuarantee

```ts
type LuaCellGuarantee = "full" | "watchdog-only";
```

Defined in: [src/batteries/orchestration/cells/lua/index.ts:208](https://github.com/NHTIO/ADK/blob/v1.20260906.0/src/src/batteries/orchestration/cells/lua/index.ts#L208)

The enforcement guarantee a cell instance is actually delivering, probed at construction.

`full` means the count hook and the allocator cap both work. `watchdog-only` means one or both
probes failed and only the worker-thread watchdog remains. This is REPORTED, never claimed: a
cell that cannot install a hook or whose `setMemoryMax` does not gate allocation does not
pretend it did.
