STEP 01 / 06 · ISSUE
Ideal: spell out 'whom you are solving what for'
Actual: one line in a chat box.
Right now the domestic-model check is done by prefix matching. I want to turn it into a field on model detail — I think there was already a
made_in_chinafield.We should use that field and make it more flexible and configurable. In CI we should also run search checks separately for the China site and the global site, to make sure:
- China site: the corresponding search endpoint only returns models that are made_in_china.
- Global site: no restriction, returns normally.
It is suggested to add a small E2E step in smoke tests to cover this.