Overview
Rename the environment variable names used throughout the SDK to be namespaced under the HIRUNDO_ prefix, avoiding potential conflicts with other tools.
Changes Required
API_KEY → HIRUNDO_API_KEY
API_HOST → HIRUNDO_API_HOST
Scope
- Update all references in source code
- Update any
.env.example or similar template files
- Update README and any other docs referencing these env vars
- Consider adding a deprecation warning or backward-compatibility shim for the old names
Acceptance Criteria
Overview
Rename the environment variable names used throughout the SDK to be namespaced under the
HIRUNDO_prefix, avoiding potential conflicts with other tools.Changes Required
API_KEY→HIRUNDO_API_KEYAPI_HOST→HIRUNDO_API_HOSTScope
.env.exampleor similar template filesAcceptance Criteria
API_KEYtoHIRUNDO_API_KEYAPI_HOSTtoHIRUNDO_API_HOST