Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/src/ai-context/references/manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Entitlement keys follow the pattern `{CHECK_TYPE}_{FEATURE}` — match them to t

| Check property | Entitlement pattern to search | What to do if disabled |
|---|---|---|
| `retryStrategy` | `*_RETRY_STRATEGY_*` and `*_MAX_RETRIES_*` for your check type | Omit `retryStrategy` entirely, or use only `NO_RETRY` |
| `retryStrategy` | `*_RETRY_STRATEGY_*` and `*_MAX_RETRIES_*` for your check type | Omit `retryStrategy` entirely, or use `RetryStrategyBuilder.noRetries()` |
| `runParallel` | `*_SCHEDULING_STRATEGY_PARALLEL` for your check type | Omit `runParallel` or set to `false` (use round-robin) |
| `frequency` | `*_FREQ_*` for your check type | Use only frequencies where the entitlement is enabled |
| `locations` | `locations.all` array | Use only locations where `available` is `true` |
Expand Down
Loading