.zerocode folder at the root of your
project. If your repository contains more than one project, open the project
directory that contains the shared .zerocode folder.
Setup scripts
Since worktrees run in different directories than your local chats, your project might not be fully set up and might be missing dependencies or files that aren’t checked into your repository. Setup scripts run automatically when ZeroCode creates a new worktree at the start of a new chat. Use this script to run any command required to configure your environment, such as installing dependencies or running a build process. For example, for a TypeScript project you might want to install the dependencies and do an initial build using a setup script:Actions

