safepropel 1.3.2 → 1.3.3

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 +2 -2
  2. package/package.json +1 -1
package/cascade-rules.js CHANGED
@@ -832,12 +832,12 @@ Output File (visible)
832
832
  ## ⚠️ FINAL CRITICAL REMINDERS
833
833
 
834
834
  ### 1. Template Selection
835
- - CLI outputs: `templatePaths: [".propel/templates/X.md"]`
835
+ - CLI outputs: \`templatePaths: [".propel/templates/X.md"]\`
836
836
  - This is the ONLY template for this workflow
837
837
  - Load it, don't load all templates
838
838
 
839
839
  ### 2. Rule Selection
840
- - CLI outputs: `rulePaths: ["rule1.md", "rule2.md"]`
840
+ - CLI outputs: \`rulePaths: ["rule1.md", "rule2.md"]\`
841
841
  - These are the ONLY rules for this workflow
842
842
  - Load them, don't load all rules
843
843
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safepropel",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
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": {