cli/pkg/cmd/agent-task
William Martin d4cd79e28c Use int64 for GitHub database IDs and add lint check
Change all struct fields representing GitHub database IDs from int to
int64 to match the API spec and prevent potential overflow on 32-bit
architectures.

Add a custom go/analysis linter (idtype-checker) that flags struct
fields with ID-like names or JSON tags using int instead of int64,
integrated into make lint.

Closes #9247

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-13 13:16:43 +02:00
..
capi Use int64 for GitHub database IDs and add lint check 2026-05-13 13:16:43 +02:00
create Add example for --custom-agent usage 2025-10-31 16:18:10 -06:00
list Polish --json support for agent-task list 2026-03-01 09:08:18 -06:00
shared fix(agent-task): resolve Copilot API URL dynamically (#12956) 2026-03-18 18:14:02 +00:00
view Address Copilot review feedback 2026-03-01 10:18:21 -06:00
agent_task.go docs(agent-task): use heredoc.Doc 2025-09-18 10:48:53 +01:00
agent_task_test.go Refactor agent task tests into table-driven format 2025-08-27 17:20:45 -06:00