> have we fixed this redirect bug before?
▸ Stage A · FTS → 8 candidates · 42 ms
▸ Stage B · pgvector → 3 candidates ·
187 ms
▸ Stage C · judge → 2 matches · $0.0014
ENT-0024 · Payment Redirect Fix · aurora-billing
const handleResponse = async (err) => {
const status = err.response?.status ?? 0;
if (status >= 400 && status <
500) return; // 4xx — skip retry
return retryQueue.push(err.request);
};
PAT-0019 · Form-submit pattern — also in meridian-core
> apply this fix here
▸ patching checkout/handler.ts...
✓ done · 12 lines changed · ready to commit
▸ drafting precedent from commit...
▸ POST /precedents → ENT-0091
✓ added to knowledge base · aurora-billing▍