{
  "id": "devlock_policy_v1",
  "version": "1.0",
  "updated": "2025-10-26T08:13:48Z",
  "requirements": {
    "powershell": "5.1",
    "ps1_encoding": "utf8-bom-or-ascii",
    "cmd_encoding": "ascii",
    "unc_only": true,
    "staging_root": "C:\\Temp_Gouvernance",
    "drop_root": "C:\\GovDrop\\incoming",
    "nas_root": "\\\\DS-918\\chatgpt\\ChatGPT-Gouvernance-Projets\\_registry"
  },
  "workflows": {
    "artifact_delivery": "assistant-generates -> user drops to C:\\GovDrop\\incoming -> installer verifies SHA and installs -> cleans incoming",
    "freeze_after_pass": true
  },
  "gating": {
    "respect_kb_blocking": true,
    "deny_ternary_ps51": true,
    "deny_safe_nav_ops_ps51": true,
    "deny_selectstring_recurse_ps51": true,
    "enforce_bom_or_ascii_ps1": true
  }
}