iiRecord
Agentic AI Atlas · Supports glob path filters in trigger queries
capability:supports-trigger-glob-pathsa5c.ai
II.
Capability overview

capability:supports-trigger-glob-paths

Reference · live

Supports glob path filters in trigger queries overview

Trigger queries accept glob patterns over changed-file paths (`path:packages/adapters/**`). `**` matches any depth, `*` matches a single segment, `?` matches a single character; backslashes are normalized to forward slashes before matching. Source: packages/triggers-adapter/src/query.ts:20 (globToRegExp), packages/triggers-adapter/src/query.ts:39 (matchesGlob).

CapabilityOutgoing · 1Incoming · 1

Attributes

displayName
Supports glob path filters in trigger queries
description
Trigger queries accept glob patterns over changed-file paths (`path:packages/adapters/**`). `**` matches any depth, `*` matches a single segment, `?` matches a single character; backslashes are normalized to forward slashes before matching. Source: packages/triggers-adapter/src/query.ts:20 (globToRegExp), packages/triggers-adapter/src/query.ts:39 (matchesGlob).
appliesToNodeKinds
  • OperationalTrigger
  • AgentPlatformImpl
category
extension

Outgoing edges

supported_by1

Incoming edges

supports1