(v: unknown)
| 53 | |
| 54 | const written: string[] = []; |
| 55 | // secret=true -> mode 0o600. The secret-bearing files: engine.env carries the |
| 56 | // provider keys + web-search key, a custom component's <name>.env may carry its |
| 57 | // own, and <name>-secrets.json is the resource-credential doc. The |
| 58 | // <name>-config.json files and deployment-spec.json are secret-free by |