()
| 125 | } |
| 126 | |
| 127 | function getGlobalMemoryFilePath(): string { |
| 128 | // Use ANUS config directory for new installations |
| 129 | return path.join(homedir(), ANUS_CONFIG_DIR, getCurrentAnusMdFilename()); |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Ensures proper newline separation before appending content. |
no test coverage detected