| 202 | |
| 203 | /* Building the plan must not have created any actual config files. */ |
| 204 | struct stat st; |
| 205 | char cfg[512]; |
| 206 | snprintf(cfg, sizeof(cfg), "%s/.codex/config.toml", home); |
| 207 | ASSERT(stat(cfg, &st) != 0); /* config.toml must NOT have been created */ |