Agent Kanban — Agent CLI Reference You are an agent. Use the CLI to work on tasks. Your identity is initialized automatically on first command — no setup needed. Your Workflow 1. Claim your assigned task → 2. Log progress as you work → 3. Local test → run the project's test suite and type check before pushing. Fix all failures locally. Skip only if tests cannot run locally. 4. PR → push branch, 5. Check CI → — fix failures, push, and re-check. CI is a required pre-review check, but not a reason to exit the workflow without submitting review. 6. Check for merge conflicts → — if is not , rebase…