safepropel 1.3.6 → 1.3.7
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/cascade-rules.js +4 -4
- package/package.json +1 -1
package/cascade-rules.js
CHANGED
|
@@ -23,13 +23,13 @@ This framework contains **35 encrypted workflows** with 4-layer security protect
|
|
|
23
23
|
|
|
24
24
|
**CRITICAL: The CLI dynamically extracts rules from each workflow's Guardrails section.**
|
|
25
25
|
|
|
26
|
-
- Each workflow specifies which rules apply in its
|
|
27
|
-
- CLI reads the workflow, extracts rule references, and returns them in
|
|
26
|
+
- Each workflow specifies which rules apply in its \`## Guardrails\` section
|
|
27
|
+
- CLI reads the workflow, extracts rule references, and returns them in \`rulePaths\` array
|
|
28
28
|
- Different workflows = different rules (NOT a fixed set)
|
|
29
29
|
- **Cascade must load ONLY the rules returned in the JSON response**
|
|
30
|
-
- Do NOT assume which rules to load - use the
|
|
30
|
+
- Do NOT assume which rules to load - use the \`rulePaths\` array exactly as provided
|
|
31
31
|
|
|
32
|
-
Example:
|
|
32
|
+
Example: \`create-spec\` workflow references 9 rules, \`create-design\` might reference 7 different rules.
|
|
33
33
|
|
|
34
34
|
## ⚡ Execution Flow (MANDATORY)
|
|
35
35
|
|
package/package.json
CHANGED