fix(release-gate): map cursor/help/tool runtime paths for impact selection
Memind CI / Test, build, and release guards (push) Successful in 3m27s

Unblocks production Gate when promoting commits that touch cursor bridge,
tool gateway, help escalation, loading tips, and setup scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-28 09:43:17 +08:00
parent f91ee97502
commit 02fdcdedc5
+3
View File
@@ -103,6 +103,9 @@ const IMPACT_RULES = Object.freeze([
{ groups: ['FILE'], pattern: /(?:file|attachment|upload|document|pdf|docx|csv)/i },
{ groups: ['MS'], pattern: /mindspace/i },
{ groups: ['PAGE'], pattern: /(?:public-(?:page|finish)|published-page|publication|page-delivery|mindspace-public)/i },
{ groups: ['AGENT', 'CHAT'], pattern: /(?:cursor-openai-bridge|cursor-agent|tool-gateway|help-escalation)/i },
{ groups: ['CHAT', 'UI'], pattern: /(?:executor-display-label|tkmind-loading-tips)/i },
{ groups: ['MS', 'PAGE'], pattern: /setup-product-order-page/i },
{ groups: ['AGENT'], pattern: /(?:agent|capabilit|goosed|worker|aider|mcp|skills-registry)/i },
{ groups: ['CHAT'], pattern: /(?:chat|conversation|message|reply|session|sse|routing|intent)/i },
{ groups: ['AUTH'], pattern: /(?:auth|access-policy|account|user-permission)/i },