Ensure names and naming-related metadata are semantically accurate and unambiguous.

Example (command-specific key helper):

// Avoid ambiguity: do not reuse sintercardGetKeys for SUNIONCARD
function sintercardGetKeys(...) { /* keys for SINTERCARD */ }
function sunioncardGetKeys(...) { /* keys for SUNIONCARD */ }

Example (correct semantic metadata):

{
  "GCRA": {
    "group": "string"
  }
}