- Keep OpenAQ physical measurements separate from AirNow AQI categories.
- Do not add medical advice, emergency advice, or regulatory decision support.
- Do not commit API keys or captured live responses containing keys.
- Use
AIR_QUALITY_OPENAQ_API_KEYandAIR_QUALITY_AIRNOW_API_KEYonly from the local environment. - Keep commands recipe-oriented; do not turn this print into a raw endpoint mirror.
- Run
go test ./...andcli-printing-press publish validate --dir . --jsonbefore publishing changes.