Why do people choose the hyphen ("-") as the separator in an identifier? When double-clicking, the ID does not select completely, unlike when an underscore ("_") is used.

There is an example on GitHub with a prefix: "task_storm-delta-stone" (prefix: 'task'). Wouldn't it be more logical to have it reversed, like "task-storm_delta_stone"?

Using "_" separator increases the token usage.

It’s also an extra keystroke each time, for a human.

Ah, I understand, thank you for the answer!

No worries, Checkout https://vostride.com/agent-qa to see how we are using this in production.