set stage api urls to stage-blue for us and eu - #261
Conversation
|
Review — one blocker, otherwise clean. Correctness / test coverage —
def test_stage_eu_shortcut(self):
assert self._resolved_base("--stage-eu") == "https://api.stage-eu-v3.polyswarm.network/v3"That fails against the new Everything else checks out:
|
|
Reviewed against Two things: 1. Commit messages are missing conventional prefixes. 2. Deploy-slot coupling in a user-facing shortcut (design question, not a blocker). |
|
Reviewed against AGENTS.md + Two issues: 1. Version bump does not belong in this PR (AGENTS.md, Gitflow).
Concretely: carrying the bump on the feature branch means the next 2. Is No correctness or coverage gaps otherwise; the shortcut resolution logic is untouched and the parametrised host assertions cover both new values. |
No description provided.