tasks: - name: "Lint Check" claude: model: "sonnet" instructions: "Run the linter and report any issues." working_dir: "/tmp" timeout: "10m" priority: "high" tags: ["ci", "lint"] - name: "Unit Tests" claude: model: "sonnet" instructions: "Run the test suite and summarize results." working_dir: "/tmp" timeout: "15m" tags: ["ci", "test"] - name: "Security Audit" claude: model: "opus" instructions: "Review the codebase for security vulnerabilities." working_dir: "/tmp" max_budget_usd: 5.00 timeout: "30m" priority: "low" tags: ["security"]