# Features Roadmap
- [X] Recursively parse `Cells` based on the `SCell` files, forming a linked list which would be executed in the reverse order than it was added.
- [X] Add `copy` statement.
- [X] Add `workspace` statement.
- [ ] Add "a new updates" notification message at the start of the application.
- [ ] Add docker-compose like configuration to each Shell-Cell.
- [X] Integrate metadata information into the images.
- [X] `ls` CLI feature.
- [ ] `cleanup` CLI feature.
- [X] Detect cycle dependencies during `SCell::compile` step.
- [ ] Use BuildKit cache feature, to cache each Cell individually.
- [ ] Allow Github for the `from` statement `Shell-Cell` file location.