- Quote variables in `dirname` to prevent word splitting - Use quotes around `$LINE` in `grep` to handle spaces - Quote `cd` paths to handle directories with spaces - Quote `docker compose` file argument to handle file names with spaces 🤖
- replace vague instructions with specific command examples - clarify the use of `stacklist` file 🤖
- add support for passing stacklist as cli parameters - refactor iteration over stacklist entries - improve comments for better code understanding - update README.md 🤖