File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ print_header "[PHASE 9] Organizational 'God-View' (CEO/CTO Reporting)"
162162echo -e " ${YELLOW} Generating organizational audit JSON...${NC} "
163163curl -s -H " X-API-Key: $API_KEY " " $API_URL /reports/organization" | jq . > reports/organizational_audit.json
164164echo " ✅ Org JSON saved to: $( pwd) /reports/organizational_audit.json"
165+
166+ # HTML Format
167+ echo -e " ${YELLOW} Generating premium HTML 'God-View' heatmap...${NC} "
168+ curl -s -H " X-API-Key: $API_KEY " " $API_URL /reports/organization?report_format=html" > reports/organizational_audit.html
169+ echo " ✅ Org HTML saved to: $( pwd) /reports/organizational_audit.html"
165170sleep 7
166171
167172# Advanced Scenarios
@@ -303,6 +308,14 @@ else
303308 echo " ⚠️ No Intervention ID captured from Scenario 13. Skipping feedback demo."
304309fi
305310
311+ echo -e " \n--- [GOD-MODE] Scenario 21: Dynamic Safety Policy Update ---"
312+ echo " Manager updating safety rules for the 'fintech' industry..."
313+ curl -s -X ' POST' \
314+ -H " X-API-Key: $API_KEY " \
315+ -H ' Content-Type: application/json' \
316+ " $API_URL /config/safety?industry=fintech&semantic_rules=No%20mention%20of%20crypto%20speculation&is_active=true" \
317+ -d " [\" crypto\" , \" token\" , \" moon\" ]" | jq .
318+
306319echo -e " \n--------------------------------------------------"
307320echo " ✅ COMMITVIGIL SNIPER DEMO COMPLETE. COMMITMENT INTEGRITY SECURED. 🛡️"
308321echo " --------------------------------------------------"
You can’t perform that action at this time.
0 commit comments