refactor: move base manager to manager folder
the base context manager for the executor was confusingly named executor, this commit moves that to the `manager` folder in preparation to add new managers. BREAKING CHANGE: manager moved and renamed from executor to manager
Loading