()
| 7 | // Lazy resolution via paths.getEvomapDir() — honors EVOLVER_HOME (#114). |
| 8 | function _nodeIdFile() { return path.join(getEvomapDir(), 'node_id'); } |
| 9 | function _nodeSecretFile() { return path.join(getEvomapDir(), 'node_secret'); } |
| 10 | |
| 11 | const A2A_ENV_KEYS = [ |
| 12 | 'A2A_NODE_ID', |
no test coverage detected