Skip to content

docs: update SKILL.md now that #261/#262 (Vercel operator/action gaps) are fixed - #282

Merged
gfargo merged 1 commit into
mainfrom
docs/fix-vercel-operator-action-notes
Aug 25, 2026
Merged

docs: update SKILL.md now that #261/#262 (Vercel operator/action gaps) are fixed#282
gfargo merged 1 commit into
mainfrom
docs/fix-vercel-operator-action-notes

Conversation

@gfargo

@gfargo gfargo commented Aug 25, 2026

Copy link
Copy Markdown
Owner

Summary

SKILL.md (loaded by any AI agent using the doorman skill) told users to avoid ne/not_contains/not_in/gt/ge/lt/le and allow/block in a Vercel-targeted config, citing #261/#262 as known bugs. Both were fixed and merged yesterday (#279, #280) — leaving the warnings in place would actively steer people away from functionality that now works correctly.

Updated both bold-warning lines to reflect current, accurate behavior:

  • ne/not_contains/not_in are now fully supported on Vercel (via its positive-operator + neg-flag model).
  • gt/ge/lt/le remain unsupported — that part hasn't changed — but reframed as a genuine platform limitation (Vercel has no numeric-comparison operator at all, safely dropped-with-warning) rather than a bug to avoid.
  • allow/block are now automatically mapped to bypass/deny — no workaround needed.

Also audited the rest of skills/doorman/references/*.md and the GitHub Wiki's Configuration.md for the same class of staleness from today's other fixes (#263/#269/#270/#271): cloudflare.md's keyed-query-condition docs and the rate-limit field table in rules.md were already accurate (updated by the PRs that shipped those fixes) — no changes needed there. Configuration.md (wiki) had the identical #261/#262 staleness plus a stale key note for #263's query fix; pushed that correction directly to the wiki (no PR flow there) in a separate commit.

Docs-only change, no code/test/schema touched.

…) are fixed

ne/not_contains/not_in and allow/block were documented as known-bugs to
avoid on Vercel; both are now correctly handled (neg-flag composition
and bypass/deny remapping respectively, per #279/#280). gt/ge/lt/le
remain a genuine platform gap -- Vercel has no numeric-comparison
operator at all -- but that's now a documented, safe drop-with-warning
rather than a silent bug to avoid.
@gfargo
gfargo merged commit ffb8ae0 into main Aug 25, 2026
2 checks passed
@gfargo
gfargo deleted the docs/fix-vercel-operator-action-notes branch August 25, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant