Merge pull request #72 from IntersectMBO/handle_state_dir_rm_errors
fix(start-cluster): handle state dir deletion errors
fix(start-cluster): handle state dir deletion errors
Add a check to ensure the script is not run from inside the state directory, which will be deleted. Improve error handling when removing the state directory by reporting failures and exiting if removal fails.