--- name: build description: Build the project with current branch context argument-hint: "[--watch]" allowed-tools: Bash, Read model: sonnet --- Current branch: !`git branch --show-current` Status: !`git status --short` Build the project. If --watch is specified, run in watch mode.