(no title)
ahmadyan | 1 month ago
i run .agentastic/setup.sh script on every newly created worktrees (doc: https://www.agentastic.dev/docs/how-to/git-worktrees) and we set a few env variables in that script (e.g. current-worktree-dir, etc) so your stack should be supported https://docs.orbstack.dev/docker/
don't have shut-down yet, but i can add it as well (i.e. cleaning up the env upon deletion)
would a pair of setup.sh/shutdown.sh cover majority of your workflow? what else is needed?
jimmydoe|1 month ago
ahmadyan|1 month ago
$AGENTASTIC_BRANCH $AGENTASTIC_BASE_BRANCH $AGENTASTIC_WORKTREE_PATH $AGENTASTIC_MAIN_REPO_PATH $AGENTASTIC_COMMIT $AGENTASTIC_REPO_NAME
if you give me some examples, i see i can also add that.