| 144 | } |
| 145 | |
| 146 | class FakeRuntimeBootstrap: |
| 147 | @staticmethod |
| 148 | def ensure_role_profiles(root_dir): |
| 149 | state["bootstrapped"] = True |
| 150 | return {"created": ["user_rolea"], "updated": []} |
| 151 | |
| 152 | def fake_import(name): |
| 153 | if name == "scripts.runtime_bootstrap": |