Fix pre-existing artefact spelling in AGENTS.md#48
Conversation
The shared en-GB-oxendict dictionary refresh now flags "artifact" as a US spelling, surfacing a pre-existing violation in AGENTS.md that was blocking the required verify check on unrelated PRs. Correct the prose occurrence and regenerate typos.toml as produced by scripts/generate_typos_config.py.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 44 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
verifycheck fails onmainbecause the shared en-GB-oxendict dictionary refresh now flagsartifactas a US spelling, and AGENTS.md contains a pre-existing occurrence.Review walkthrough
AGENTS.md: correctedartifacttoartefactin the CommonJS build note.typos.toml: regenerated viascripts/generate_typos_config.pyto reflect the current shared dictionary.Validation
uv run scripts/generate_typos_config.py && git ls-files -z '*.md' | xargs -0 uv tool run typos@1.48.0 --config typos.toml --force-excludepasses locally.