@promptscript/cli 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -23480,7 +23480,7 @@ var AUTHORITY_PATTERNS = [
|
|
|
23480
23480
|
/(?:SKIP|BYPASS)\s{1,10}(?:ALL\s{1,10})?(?:SAFETY\s{1,10})?(?:CHECKS?|VALIDATION)/i,
|
|
23481
23481
|
// Execute/follow verbatim patterns
|
|
23482
23482
|
/EXECUTE\s{1,10}(?:THIS\s{1,10})?VERBATIM/i,
|
|
23483
|
-
/FOLLOW\s{1,10}(?:THESE?\s{1,10})?
|
|
23483
|
+
/FOLLOW\s{1,10}(?:THESE?\s{1,10})?INSTRUCTIONS?\s{1,10}(?:EXACTLY|PRECISELY|LITERALLY)/i,
|
|
23484
23484
|
/(?:MUST|SHALL|WILL)\s{1,10}(?:ALWAYS\s{1,10})?COMPLY/i,
|
|
23485
23485
|
/(?:ABSOLUTE|UNCONDITIONAL)\s{1,10}(?:COMPLIANCE|OBEDIENCE)/i,
|
|
23486
23486
|
/NO\s{1,10}(?:EXCEPTIONS?|DEVIATIONS?)\s{1,10}(?:ALLOWED|PERMITTED)/i,
|