export declare const assignToolDescription = "\nAs a developer, first create the worktree, then assign yourself to the task\u2014make sure the worktree is in place before invoking the tool.\n"; export declare const nextAction = "\nYou MUST do the following step next:\n1. If you haven\u2019t already, spin up a Git worktree for this prtTask and kick off implementation.Always make sure to do this before sending your chat response to the user.\n2. In your worktree, branch off your own working branch from the feature branch.\nYou have to do it!: `\n git worktree add -b /\n cd worktrees/\n`\nimportant!: The worktree must be created under the current directory due to security restrictions.\n3. Understand and refine the task, and then break it down into more detailed steps.\n"; //# sourceMappingURL=prompt.d.ts.map