Skip to content

Commit 5ed92ec

Browse files
Correct 'NO_RETRY' to 'NO_RETRIES' in documentation [ship] (#1278)
* Correct 'NO_RETRY' to 'NO_RETRIES' in documentation * docs: use RetryStrategyBuilder.noRetries() in manage.md Reference the proper construct instead of pointing readers to a constant name. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f3da2e2 commit 5ed92ec

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/src/ai-context/references

1 file changed

+1
-1
lines changed

packages/cli/src/ai-context/references/manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Entitlement keys follow the pattern `{CHECK_TYPE}_{FEATURE}` — match them to t
2727

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

0 commit comments

Comments
 (0)