id: cb-012 title: "Update a Linear issue status to done" difficulty: easy category: project_mgmt description: | Update the Linear issue "ACM-101" (Implement OAuth2 PKCE flow) to mark its status as "done". The implementation has been completed and merged. tools_provided: - linear initial_state: linear: issues: - id: ACM-101 title: "Implement OAuth2 PKCE flow" status: in_progress priority: high assignee: sarah@acme.com team: Platform - id: ACM-102 title: "Database migration script" status: todo priority: medium assignee: sarah@acme.com team: Platform - id: ACM-103 title: "Update CI pipeline" status: in_progress priority: low assignee: mark@acme.com team: Platform expected_state: linear: issues: - id: ACM-101 status: done command_history: - pattern: "linear issue update ACM-101.*--status.*done" scoring: outcome: 0.6 efficiency: 0.2 recovery: 0.2 max_turns: 3 optimal_commands: 1 timeout_seconds: 30