Returns the backup directory path, creating it if it does not exist.
Located at ~/.oss-autopilot/backups/. Used for automatic state backups before each write operation.
~/.oss-autopilot/backups/
Absolute path to the backups directory
const backupDir = getBackupDir();// "/Users/you/.oss-autopilot/backups" Copy
const backupDir = getBackupDir();// "/Users/you/.oss-autopilot/backups"
Returns the backup directory path, creating it if it does not exist.
Located at
~/.oss-autopilot/backups/. Used for automatic state backups before each write operation.