Add LinaAI terminal command

This commit is contained in:
2026-05-24 15:35:00 +00:00
parent 63490e044f
commit e28945a076
3 changed files with 187 additions and 1 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ PY
)"
fi
high_risk_regex='(save/load|save system|multiplayer|replication|networking|AGR|wallet|payment|marketplace|auth|security|migration|core architecture|engine source|broad refactor|private key|secret)'
high_risk_regex='(save/load|save system|multiplayer|replication|networking|\bAGR\b|wallet|payment|marketplace|auth|security|migration|core architecture|engine source|broad refactor|private key|secret)'
keyword_escalate=0
if printf '%s' "$TASK" | grep -Eiq "$high_risk_regex"; then
keyword_escalate=1