feat(devkit): enforce governed prompt adoption

This commit is contained in:
thanhnv
2026-07-21 23:40:26 +07:00
parent 4d5dca9400
commit 7b2ba60a3a
16 changed files with 622 additions and 12 deletions
@@ -703,6 +703,7 @@ def submit_escalation(args, router, binding):
def ask(args) -> int:
os.environ["CASAN_PROJECT_ID"] = args.project or "default"
guard_rc = tenant_runtime_guard(args)
if guard_rc != 0:
return guard_rc