Update the tarkov.dev GraphQL schema and regenerate the Go client code
1
AI 95
use-taskfile
sjtw2/1/2026
Run common project operations using the Taskfile. Use when building, testing, starting services, running migrations, or any project operation. Run `task` to discover available tasks.
1
AI 72
start-local-dev
sjtw2/1/2026
Start the local development environment with all services (database, API, importer, evaluator)
1
AI 70
troubleshoot-local-dev
sjtw2/1/2026
Diagnose and fix common local development environment issues
1
AI 68
data-import-workflow
sjtw2/1/2026
Managing the lifecycle of weapon and mod data from external sources to the local database
1
AI 56
setup-dev-environment
sjtw2/1/2026
Set up or reset the local development environment with database, migrations, and dependencies
1
api-endpoint-pattern
sjtw2/1/2026
Standards for creating and organizing HTTP API endpoints using the Echo framework