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.
Files changed (2) hide show
  1. package/cascade-rules.js +4 -4
  2. 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 `## Guardrails` section
27
- - CLI reads the workflow, extracts rule references, and returns them in `rulePaths` array
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 `rulePaths` array exactly as provided
30
+ - Do NOT assume which rules to load - use the \`rulePaths\` array exactly as provided
31
31
 
32
- Example: `create-spec` workflow references 9 rules, `create-design` might reference 7 different rules.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safepropel",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "SafePropel Framework - Hybrid Security Model: Encrypted Workflows + Transparent Rules & Templates with Dynamic Loading",
5
5
  "main": "engine/workflow-executor.js",
6
6
  "scripts": {